Releases: softsimon/ngx-bootstrap-multiselect
Releases · softsimon/ngx-bootstrap-multiselect
v2.1
03 Sep 10:54
Compare
Sorry, something went wrong.
No results found
Fixed misspelled "bootstrap" in component name.
v2.0
09 Aug 03:47
Compare
Sorry, something went wrong.
No results found
Recompiled component using Angular 10 to support 8, 9 and later.
Renamed component to ngx-bootrap-multiselect
v1.7
08 Mar 17:15
Compare
Sorry, something went wrong.
No results found
** 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
29 Nov 03:22
Compare
Sorry, something went wrong.
No results found
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
23 Nov 15:32
Compare
Sorry, something went wrong.
No results found
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
07 Nov 15:08
Compare
Sorry, something went wrong.
No results found
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
29 Sep 14:09
Compare
Sorry, something went wrong.
No results found
New features
Lazy Loading - See README for new options and Plunker. Credits: @GregKass
v1.5.0
22 Jul 12:21
Compare
Sorry, something went wrong.
No results found
Fixes and improvements
Deferred rendering. Credit @gund
Changed 'rxjs/Rx' import to reduce build size
v1.4.1
10 Jul 17:40
Compare
Sorry, something went wrong.
No results found
** Fixes
Ensure ngOnInit has executed before calling updateTitle().
v1.4.0
05 Jul 17:17
Compare
Sorry, something went wrong.
No results found
** 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 …