Skip to content

Releases: optimistex/ngx-select-ex

3.0.13-rc

12 Jan 19:52
Compare
Choose a tag to compare
  • reduce number of emitted values for discard duplicates

3.0.12-rc

11 Jan 04:19
Compare
Choose a tag to compare
  • fixed filtering items

3.0.11-rc

11 Jan 02:28
Compare
Choose a tag to compare
  • new: returning a single value for multiple === false & array of values for multiple === true
  • deep refactoring for greater stability

3.0.10-beta

09 Jan 07:46
Compare
Choose a tag to compare
  • fix detect changes of defaultValue
  • implement the typed event
  • fixed: #1

3.0.4-beta

28 Dec 13:00
Compare
Choose a tag to compare
  • fix: should be disabled by FormControl.disable()
  • fix: defaultValue
  • remove: validation

3.0.3-alpha

27 Dec 21:26
Compare
Choose a tag to compare
  • implement default value

3.0.2-alpha

27 Dec 20:35
Compare
Choose a tag to compare
  • improve performance of menu rendering

3.0.1-alpha

27 Dec 14:48
Compare
Choose a tag to compare
  • bug fix: errors with bind (blur) to <ngx-select ...>

3.0.0-alpha - Completely new implementation!

26 Dec 17:30
Compare
Choose a tag to compare
  • 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

23 Dec 17:11
Compare
Choose a tag to compare
  • 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