Skip to content

Releases: optimistex/ngx-select-ex

3.3.5

07 Feb 13:00
Compare
Choose a tag to compare
  • 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

07 Feb 21:23
Compare
Choose a tag to compare
  • Ensure compatible with Angular 4

3.3.3

06 Feb 08:53
Compare
Choose a tag to compare
  • bug fix: error on typed special chars

3.3.2

04 Feb 14:32
Compare
Choose a tag to compare
  • rename the package to ngx-select-ex

3.3.0-rc2

03 Feb 20:41
Compare
Choose a tag to compare
  • Update layout. Updated BEM classes.
  • Update documentation.
  • Fix demo.

3.3.0-rc1

03 Feb 06:49
Compare
Choose a tag to compare
  • 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

01 Feb 13:39
Compare
Choose a tag to compare
  • implemented events: focus, blur

3.2.1

01 Feb 05:00
Compare
Choose a tag to compare

3.1.1 Stable

25 Jan 00:26
Compare
Choose a tag to compare
  • removed the ng-select with all dependencies
  • renamed SelectModule to NgxSelectModule
  • updated readme & demo

3.0.18-rc

24 Jan 14:16
Compare
Choose a tag to compare
  • 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"