This repository has been archived by the owner on Jan 19, 2024. It is now read-only.
Releases: basvandenberg/ng-select
Releases · basvandenberg/ng-select
1.0.2
1.0.1
Features
- Changed peer dependencies to include Angular 7 (#312).
- Upgrade dependencies.
1.0.0
Features
- Upgrade to Angular 6.
- Upgrade other dependencies.
1.0.0-rc.5
Bug fixes
- Prevent console error when removing select option from multi-select (#289).
- Bug-fix and style-fix for drop-up functionality (#286).
1.0.0-rc.4
1.0.0-rc.2
Changed build process from Gulp to angular-cli and ng-packagr.
1.0.0-rc.1
Works with Angular 5.
Breaking changes
- Removed font-family: Sans-Serif from style sheets (#241).
Bug fixes
- Use original option object in option template of selected option (#92).
- Prevent changed-after-checked error when using a placeholder (#208).
- Remove deprecated ngOutletContext (#242).
- Hide placeholder in multi-select when setting delayed options (#249).
1.0.0-beta.6
Features
- New ng-select web site.
- Blur and focus output events (#170).
- Option template for customizing option layout/styling (#92).
Bug fixes
- Stop clearing the (single select) filter input in the drop down (#162).
- Enable/disable filter (based on noFilter) if list of options changes (#146).
- Skip disabled options when navigating option list with up/down keys (#182).
- Set value, also if there is no option with this value present yet, this
prevents having to use setTimeout when setting a value directly after
setting/updating options (#169, #130). - Call the onChange only for user (de)select actions (#176).
- Fix missing placeholder (multiple select) if filter is hidden (#110).
- Prevent drop down to close when clicking disabled option (#156).
- Update filter input width when closing drop down (#198).
- Show pointer instead of text cursor when hovering placeholder in multiple
select (#199). - Added change detection for placeholder property (#192).
- Fixed placeholder initially not visible in multi select (#193).
1.0.0-beta.5
1.0.0-beta.4
Features
- Add
filterPlaceholder
input to set the filter placeholder (#121, #124). - Add
label
input to show persistent label above select container (#106).
Bug fixes
- Re-enable AoT compilation (#113).
Improvements
- Enable import of SelectComponent and IOption interface (#118).
- Selected and deselected events return original option object.
- Disable autocomplete for filter inputs (#126).
- The NoOptionsFound output event returns filter term instead of null (#109).
- Setup unit testing.