Releases: valor-software/ngx-bootstrap
Releases · valor-software/ngx-bootstrap
v2.0.0-beta.7
Bug Fixes
- datepicker: fix disabled state setter (#2798) (bd04f61)
- datepicker: increase z-index to datepicker and daterangepicker (#2788) (1da7e15), closes #2736
- demo: fix carousel page (#2885) (9be31b5)
- demo: fix template bindings (#2863) (5632902)
- modal: add null check in focusOtherModal() (e1f9b7a), closes #2612
- tabs: fix customClass for tab content (#2883) (8e50e66)
- tooltip: fix tooltip with delay only appearing once (#2826) (e625faa)
- typeahead: fix close on blur (#2816) (8bedcee), closes #2588
- typeahead: select active match on TAB (#2839) (9d0638c)
Features
- datepicker: add swedish locale (#2804) (eccb382)
- moments: export locales in ngx-bootstrap/index (#2879) (cc851e9)
- popover: don't show popover if content is undefined, #1504 (#2815) (64d13e7)
- tab: add tab id support (#2405) (89defda)
- tabs: add opportunity to add multiple classes to customClass attribute (#2813) (b5856ac)
- timepicker: remove inline styling, #2496 (#2812) (417d0a2)
- typeahead: add scroll support (#2821) (033f6e3)
- typeahead: show options on focus and click (#2320) (7635468)
v2.0.0-beta.6
Bug Fixes
- demo: fix links prefixes (#2762) (9a17ea9)
- documentation: fix issues after redesign (#2761) (d2c3309)
Features
- ci: deploy on merge to dev (#2743) (8f07137)
- ci: run tests and build with current, latest and beta ng version (#2734) (9e26b73)
- datepicker: added Turkish locale support for datepicker (9e4df47)
- datepicker: Use !default for SASS variables (#2777) (cf2365a)
- package: Using ngTemplateOutletContext instead of deprectaded ngOutletContext (#2659) (ae2ace3)
- redesign: new design for documentation page (#2680) (fc0cd35)
v2.0.0-beta.5
Bug Fixes
- datepicker: added zindex to show datepicker above input fields (0ec46af)
- datepicker: fix daterangepicker crash on empty value (a30a283)
- datepicker: fix long date format (#2630) (4e40497), closes #2611
- dropdown: fix ngv4 dropdowns (#2644) (ed464c8)
- dropdown: prevent event propogation if dropdown toggle clicked (04cab1e)
- modal: fix bsModalRef paths in demos (#2638) (13043fc)
- modals: fix issues with renderer2 in modal service (73c8c6b)
- modals: fix modals crash, remove glyphicons, disable service worker (6b7a8c4)
- tabs: fix default tab selection (#2643) (ff7a390)
- tests: fixed tests, change renderer to renderer2 (18036ff)
Features
- moment-ts: added czech locale (#2642) (61e6ed9)
- package: drop support of ng v2 and add support of ng v4 and v5 (#2602) (31c5f62), closes #2357
- rating: remove glyphicons, add custom template support (#2631) (ea39858)
- timepicker: replace glyphicons with custom icons (#2640) (cf3fdc8)
BREAKING CHANGES
- rating: - removed input properties stateOn, stateOff and ratingStates
- custom icons now working via customTemplate
-
package: - dropped support of ng v2
-
feat(package): upgrading ng v4
-
feat(package): dropped support of ng v2
-
chore(datepicker): initial commit
-
chore(package): beta.6
-
fix(datepicker): for ng v4
-
chore(core): after merge fix
-
fix(demo): fix carousel demo error
-
fix(tests): add matchers, fix fn output type in draggable service
-
chore(package): upgraded angular dependencies
-
2.0.0-beta.3
-
chore(changelog): update
-
chore(package): fixed missing moment dependecy
v1.9.3
v1.9.2
Bug Fixes
- datepicker: fix nav to next month when today is 31 of month, and next month has only 30 days (#2557) (2bcc1d2)
- tooltip: fix width property in chrome for custom element (#2559) (dfc736e)
Features
- core: try to guess bs version (#2580) (84f09e4)
- datepicker: add onTouched support, add forms demos, split demos for old and new datepicker (17405b7)
- datepicker: added bsConfig input, locales and color themes with containerClass (#2549) (7cbb128)
- datepicker: added locale option to Datepicker Configuration (#2560) (8ac689a), closes #455
- datepicker: added month and year view (#2540) (571a00b)
- datepicker: update input according to model, fix value parsing (16affdd)
- positioning: auto option for positioning (#1986) (114ed42), closes #1111
- typeahead: added subscription and unsubscribe on destroy (#2508) (9f833eb)
v1.9.1
v1.9.0
Bug Fixes
- bs4: fix dropdown, tooltip, popover, datepicker, accordion for bs4 beta (#2418) (f398576)
- carousel: fix demo expressionChanged error (#2358) (c0347d7)
- carousel: setInterval by running it outside of Angular zone. (#2388) (da073df)
- datepicker: add fix for datepicker table (#2461) (e0a6adf)
- datepicker: prevent outside click to close datepicker on navigation (6472b6f)
- tabs: fix select/deselect multiple calls (#2361) (5dd456b), closes #2005 #1820 #1129
Features
- bs-moment: add localization tests (#2466) (6589ee9)
- datepicker: initial version of new datepicker (#2426) (b11776c)
- datepicker: removed dependency on moment.js (#2465) (7c87162)
- datepicker: use as directives (#2446) (d7f9a2a)
- demo: add popover outside click demo (#2449) (da7d352)
- docs: add versioning implementation (#2350) (91cee71)
- loader: added ability to attach inline elements via component loader (#2458) (0c7d21c)
- popover: added outsideClick (#2441) (a606a7f), closes #1477
- popover: support passing template context (#2428) (38e562d), closes #1682
- typeahead: add dropup option (#2390) (c6ef77b)
- typeahead: show results when typeaheadMinLength is 0 and the search string is empty (#2352) (4b68adb)
v1.8.1
Bug Fixes
- datepicker: fix selectionDone event [fixes #2260] (#2282) (763b2b7)
- dropdown: fix isOpen [fixes #2310] (#2313) (a63f902)
- modal: fix system.js [fixes #2291] (#2311) (8ce315b)
- popover: fix undefined container class (#2283) (91fc1cd)
- popover & tooltip: fix isOpen (#2286) (eb3cd04)
- tabs: fix customClass [fixes #2253] (#2273) (0d67ef8)
- tooltip: fix isOpen and undefined containerClass [fixes #2257] (#2262) (8664bb1)
Features
v1.8.0
Bug Fixes
- acordion: space beetween accordion groups (#2014) (ad2da54), closes #1854
- button: should work within onPush components (#2038) (aec0f86), closes #1689
- datepicker: datepickerMode does change when selection is manual (#1976) (e7795f7), closes #1911
- datepicker: fix SimpleChanges issue, add date check (#2223) (501d878)
- datepicker: for issue #1962 (#1991) (deb7f63)
- datepicker: refix issue with moment import (#2023) (8ed0c06), closes #1556
- datepicker: using icons instead of innerHTML chevrons to fix issue with webworkers (#2166) (2fedac2)
- demo: add Intl polyfill [fixes #2215] (#2238) (e195549)
- demo: fix buttons reactive forms sample (325b510)
- demo: remove gitter links, fix source links to modal & sortable, fix download count (#2240) (9211643)
- modals: hotfix/modal-nested-close-on-esc solved (#2173) (41f11e6)
- popover: no focus on button on Mac OS #1795 (#2031) (d039a8d)
- positioning: don't modify readonly value (#2042) (d12593d)
- readme: fix angular style guide link (#2092) (bb7bd75)
- tabs: fix removing tabs in IE (#2145) (fc5e135)
- typeahead: Fix crash on Firefox and
contenteditable
input (#2057) (8656326)
Features
- docs: add lib build for development steps (#2220) (c3a7aa4)
- modal: add dissmissReason, fix body padding, add events section… (#2131) (dde6620)
- modal: modal service wip (#2047) (2d02faa), closes #1998 #1995 #1830 #1181 #579
- popover & tooltip: add container classes (#2190) (690d811), closes #1707 #1395
- popups: use events with better support (#1211) (46419e3)
- progressbar: value input can handle array of staked data (#2037) (2bf9ad8)
- timepicker: new timepicker implementation (#2058) (4a37406), closes #2036 #1981 #1973 #1957 #1935 #1672 #962 #793 #173 #1271 #1539 #1253