Releases: softsimon/ngx-bootstrap-multiselect
Releases · softsimon/ngx-bootstrap-multiselect
v2.1
- Fixed misspelled "bootstrap" in component name.
v2.0
- Recompiled component using Angular 10 to support 8, 9 and later.
- Renamed component to
ngx-bootrap-multiselect
v1.7
** Features and improvements
- Add autofocus directive for search bar
- Prevent default on keyboard events
- Allow to set partial settings and texts
- Adds 'maintainSelectionOrderInTitle' setting.
- OnPush change detection strategy
- Support for "disabled" property
- Allow to set focusBack to input when dropdown is closed
- Removal of unsafe href attribute
- Remove "array.includes" causing problems with IE browsers
- Adding TrackBy for performance
- Bootstrap 4 (final) support
v1.6.3
Updates
- Fix bug in filtering with limit #337
- Added optional image property to the option class/type
- Add ES7 to lib tsconfig to solve "includes" IE error
v1.6.2
Fixes
- Fix showing selection title if isLazyLoad is true fixes #321
- Added touchstart to catch touch events
- Fix bug with search filter pipe
- Ignore options marked as label when counting selected options fixes #217
v1.6.1
Fixes and improvements
- Fix bug to uncheck hidden filtered check all selections
- LazyLoad improvements. Fixing dynamic title. #298
- Trigger check/uncheck all on
- instead of
- Only fire model change event if model really changed
v1.6.0
New features
- Lazy Loading - See README for new options and Plunker. Credits: @GregKass
v1.5.0
Fixes and improvements
- Deferred rendering. Credit @gund
- Changed 'rxjs/Rx' import to reduce build size
v1.4.1
** Fixes
- Ensure ngOnInit has executed before calling updateTitle().
v1.4.0
** Fixes and news
- Update title when options changed
- Disable selection of checkboxes without disabling the opening of the multiselection
- BF: Moved field from settings to @input()
- Disable selection of checkboxes without disabling the opening of the …