Releases: softsimon/ngx-bootstrap-multiselect
Releases · softsimon/ngx-bootstrap-multiselect
v1.0.0
01 Mar 22:09
Compare
Sorry, something went wrong.
No results found
New features
Support labels
Emit selection limit events
Custom title when all options are selected
Adding onAdded/onRemoved events
Bugfixes
Checkboxes were checkable after limit had been reached
Breaking changes
Replace import with import { .... } from 'angular-2-dropdown-multiselect';
v0.4.1
27 Jan 19:37
Compare
Sorry, something went wrong.
No results found
Fixing build problems in some environments by using inline templates.
v0.4.0
16 Jan 18:58
Compare
Sorry, something went wrong.
No results found
Moved dependencies to fix build issue for some users
Better bootstrap4 support
Added fontawsome checkers alternative fixes #58
v0.3.5
08 Jan 11:58
Compare
Sorry, something went wrong.
No results found
v0.3.4
07 Jan 11:24
Compare
Sorry, something went wrong.
No results found
.btn-group replaced by .dropdown
Project dependencies updated
Linter added. Editorconfig added.
v0.3.3
16 Dec 18:59
Compare
Sorry, something went wrong.
No results found
Bootstrap v4 support
Update IMultiSelectOption interfact to allow non-numerical id values
Add npm ignore file so that js files are included in the npm package
v0.3.2
13 Dec 07:42
Compare
Sorry, something went wrong.
No results found
Add dev and peer dependencies as well as tsconfig file
Added output event when closing the drop-down
Fix some missing semicolons and tslint warnings.
v0.3.1
07 Nov 22:00
Compare
Sorry, something went wrong.
No results found
Fix an unhandled exception when using IE
A new setting autoUnselect which will unselect the oldest selection in order to not exceed the selection limit.