-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(package): drop support of ng v2 and add support of ng v4 and v5 #2602
Conversation
Conflicts: demo/src/app/components/+datepicker/demo-datepicker.module.ts package.json src/package.json
Conflicts: package.json src/index.ts src/package.json src/typeahead/index.ts src/typeahead/latin-map.ts src/typeahead/typeahead-utils.ts src/typeahead/typeahead.directive.ts
Conflicts: package.json
Conflicts: demo/src/app/components/+tabs/demos/basic/basic.html package.json src/component-loader/component-loader.class.ts src/spec/ng-bootstrap/popover.spec.ts src/spec/ng-bootstrap/tooltip.spec.ts
feat(ng4): merge 1.8.1 into ngv4
- Removed duplicate export
Conflicts: demo/src/app/components/+datepicker/datepicker-section.component.ts demo/src/app/components/+datepicker/demo-datepicker.module.ts demo/src/app/components/+datepicker/demos/index.ts demo/src/ng-api-doc.ts package.json
Conflicts: demo/src/app/components/+datepicker/demos/bs-popup/date-picker-popup.ts package.json tslint.json
feat(package): drop support of ng v4 and add support of ng v5 |
@fchiumeo indeed :) thanks, seems it's enough for today |
Codecov Report
@@ Coverage Diff @@
## development #2602 +/- ##
===============================================
+ Coverage 65.99% 70.62% +4.62%
===============================================
Files 182 136 -46
Lines 5011 4112 -899
Branches 790 725 -65
===============================================
- Hits 3307 2904 -403
+ Misses 1391 908 -483
+ Partials 313 300 -13
Continue to review full report at Codecov.
|
…ootstrap into development * 'development' of https://github.com/valor-software/ngx-bootstrap: fix(modals): fix issues with renderer2 in modal service fix(dropdown): prevent event propogation if dropdown toggle clicked fix(datepicker): added zindex to show datepicker above input fields fix(tests): fixed tests, change renderer to renderer2 fix(dropdown): fix ngv4 dropdowns (valor-software#2644) fix(tabs): fix default tab selection (valor-software#2643) feat(timepicker): replace glyphicons with custom icons (valor-software#2640) fix(modal): fix bsModalRef paths in demos (valor-software#2638) feat(rating): remove glyphicons, add custom template support (valor-software#2631) fix(datepicker): fix long date format (valor-software#2630) feat(moment-ts): added czech locale (valor-software#2642) feat(package): drop support of ng v2 and add support of ng v4 and v5 (valor-software#2602)
No description provided.