Releases: softsimon/ngx-bootstrap-multiselect
Releases · softsimon/ngx-bootstrap-multiselect
v1.0.0
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
- Fixing build problems in some environments by using inline templates.
v0.4.0
- Moved dependencies to fix build issue for some users
- Better bootstrap4 support
- Added fontawsome checkers alternative fixes #58
v0.3.4
- .btn-group replaced by .dropdown
- Project dependencies updated
- Linter added. Editorconfig added.
v0.3.3
- 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
- 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
- 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.