Releases: optimistex/ngx-select-ex
Releases · optimistex/ngx-select-ex
3.0.13-rc
- reduce number of emitted values for discard duplicates
3.0.12-rc
- fixed filtering items
3.0.11-rc
- new: returning a single value for multiple === false & array of values for multiple === true
- deep refactoring for greater stability
3.0.10-beta
- fix detect changes of defaultValue
- implement the typed event
- fixed: #1
3.0.4-beta
- fix: should be disabled by FormControl.disable()
- fix: defaultValue
- remove: validation
3.0.3-alpha
- implement default value
3.0.2-alpha
- improve performance of menu rendering
3.0.1-alpha
- bug fix: errors with bind (blur) to <ngx-select ...>
3.0.0-alpha - Completely new implementation!
- full rewritten the component;
- old implementation of the ng-select saved as is for backward compatibility;
- new implementation is available as ngx-select;
- ngx-select - it is a new sight to old implementation
- see demo for more details: https://optimistex.github.io/ng2-select-ex/
2.1.5
- bug fix: does not activated selected item in the choices after lazy load items
- new: the items did become available to read
- new: the items did become support with live changes