Skip to content

Releases: optimistex/ngx-select-ex

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

2.1.4

23 Dec 12:25
Compare
Choose a tag to compare
  • update tests
  • remove interface the OptionsBehavior
  • some bug fixes
  • bug fix: item with id === 0 was skipped
  • add tests for SelectItem & make bug fixes

2.1.3

22 Dec 14:10
Compare
Choose a tag to compare
  • Optimize layout rendering
  • Code refactoring
  • Repair Demo
  • Make tests in the AAA (Arrange-Act-Assert) format
  • Fix auto scroll to active item for single select mode