Releases: valor-software/ngx-bootstrap
Releases · valor-software/ngx-bootstrap
v7.0.1
7.0.1
v7.0.0
7.0.0
v7.0.0-rc.5
7.0.0-rc.5
v7.0.0-rc.4
7.0.0-rc.4
v7.0.0-rc.3
7.0.0-rc.3
v7.0.0-rc.2
7.0.0-rc.2
v7.0.0-rc.1
chore(ci): publish to ngx-bs and update gh_pages source dir
v6.2.0
Bug Fixes
- datepicker: fix TypeError when clearing daterange with active showPreviousMonth option (7b5ea3d)
- datepicker: translate the fixed buttons ('today', 'clear', 'custom range') #5896 (dbf958e)
- demo: fix stackblitz build, fix core-js not correct version (#5956) (61c6924)
- modal: change method call sequence (#5944) (f5e79c8)
- modal: change to add Dismiss Reason on modal hide with back click (#5942) (bf25a11)
- modal: set random value in
config.id
if it doesn't have any value (68bd7cc) - progressbar: add aria-valuemax fix (b838326)
Features
- ci: add firebase preview to PRs (#5970) (b7a03cc)
- datepicker: add startview to datepicker (#5816) (37e33ea)
- datepicker: add theming to Show and Clear buttons (#5959) (313fe90)
- modal: add test case for id unspecified case in config (ModalOptions) (7f0e30a)
- Modal: enable type-checking for BsModalRef.content & ModalOptions.initialState (9583752)
v6.1.0
Bug Fixes
- build Add support for building ngx-bootstrap on Windows (#5886)
- build: make component configs be tree-shakable (#5870) closes (#5824)
- core: don't ship an Ivy compiled library (#5915) (277e86d), closes #5862
- datepicker: fix css issue when showWeekNumbers=false for daterangepicker (16dc65e)
- datepicker: fix daterangerpicker min-max doesn't work correct (94f5975)
- datepicker: fix padding for additional buttons block (0b6fd99)
- datepicker: fix Safari macOS hover issue (5de757f)
- modal: remove the delay before hiding the modal (089738d)
- modal: rework demo & docs about modal events and onHide behaviour (063f617)
- popoper: fix memory leak in popover (a0e945b)
- popover: fix safari dismiss popover issue (f57fb41)
- typeahead: fix accessability arias (6a5df49)
Features
- datepicker: add ability to use min mode correctly in daterangepicker (420620f)
- datepicker: add tooltip module to datepicker module, use it as a tooltip (620081d)
- datepicker: max date range for daterangepicker (#5562) (#5684) (539dc28)
- typeahead: add feature to do multiple search w/ specified delimiter (c03b229), closes #5781 #5781
v6.0.0
Bug Fixes
- ci: make all SSR-related jobs as optional (#5850) (655215d)
- ci: remove ivy-related configs & checks, because, ivy is enabled by default (44146fd)
- datepicker: fix wrong condition for iOS double tap (335437e)
- tests: fix failed e2e tab tests because of removal (cce5dc9)
Features
Also, features from v5.7.0 available here, because, v.5.7.0 was not published to npm
Bug Fixes
- common: fix next ver issue with moduleWithProviders (#5812) (e2ef559)
- datepicker: double tap ios issue (#5821) (955cb93)
- datepicker: issue #5790 and #5793 (#5817) (1dc5308)
- modal: Close modal on back button click (735c197)
- typeahead: fix error on blur after init (ceeed10), closes #5736
- typeahead: fix typo to cancel request on focus lost (#5593), (#4622), (#1884) (29a44e0)
Features