Releases: softsimon/ngx-bootstrap-multiselect
Releases · softsimon/ngx-bootstrap-multiselect
v1.3.2
Fixes
- Prevent propagating click event to parents (and thus closing the dropdown) #5
- Fixed change detection when selecting a single element
- Replaced & n b s p ; with css
- Allow changing texts input and rerender placeholder on change
- Toggle "open" class for container
- Refactor: Split template and styles from component class and change file names according to ng conventions
- Build: Improve build and release of npm packaging
- add wrapper classes setting option & default make default wrapper class inline-block
- add autofocus attribute to search text input to focus inside input element on dropdown open
Don't emit dropdownClosed event if the dropdown isn't open!
Fixes closed dropdowns emitting event when multiple instances are used on a page
- Don't emit dropdownClosed event if the dropdown isn't open! Fixes closed dropdowns emitting event when multiple instances are used on a page
Many thanks to @chris--jones and @gund for fixes and improvements.
v1.1.0
Changes and fixes
- Only select filtered search results when clicking "select all"
- Angular 4.x is now required again. Just upgrade, it's a small bump from 2.x.
v1.0.8
News
- Added dropdownOpened Output()
Fixes
- Fixing typescript compilation errors
v1.0.7
Features
- Adding "fixedTitle" option
Fixes
- Reverting <ng-template to <template to be Angular 2.x compatible again. Ng4 will display a deprecated warning for now.
v1.0.6
Fixes
- Fixes for AOT in some environments.
- Updated for Angular 4. (2.x not supported anymore)
v1.0.5
Fixes
- Adding [ngModelOptions]="{standalone: true}" to search input to solve issue with required form tag.
v1.0.4
Fixes
- Fixing index.ts and publish index.js to npm
- Additional css classes for custom styling
v1.0.3
New features
- [disabled] property
- Apply custom classes to items
- Use font awesome as check/uncheck icons if checkedStyle is set to fontawesome
Fixes
A safari bug caused domSanitazer to throw error.
v1.0.2
New features
- Form validation support (required)
v1.0.1
Bugfixes
- Restoring <template since <ng-template is available first in angular 4.x