Releases: optimistex/ngx-select-ex
Releases · optimistex/ngx-select-ex
3.3.5
- fix styling: #5 (comment)
- implemented the events
open
,close
: #7 - Add a
disabled
property to Select Option: #8 - implement
NgxSelectComponent.autoSelectSingleOption
: #9 - update documentation
3.1.2 for Angular 4
- Ensure compatible with Angular 4
3.3.3
- bug fix: error on typed special chars
3.3.2
- rename the package to ngx-select-ex
3.3.0-rc2
- Update layout. Updated BEM classes.
- Update documentation.
- Fix demo.
3.3.0-rc1
- implement support with "Bootstrap 4"
- ensure support with "Bootstrap 3" for backward compatibility
- relayout by BEM: https://en.bem.info/methodology/
- little changes structure html
- the classes
ui-select-...
was saved but consider as deprecated. It will be deleted in a next release.
3.2.2
- implemented events: focus, blur
3.2.1
- upgrade to Angular 5
- change building system
- bug fix: valor-software#938 (comment)
3.1.1 Stable
- removed the ng-select with all dependencies
- renamed SelectModule to NgxSelectModule
- updated readme & demo
3.0.18-rc
- ng-select with all dependencies marked as deprecated. It will be deleted on release.
- remove unnecessary console.log(...)
- bug fix: zero value was skipped on "multiple = false"