1.0.0-beta.0 (2017-01-07)
Breaking changes
- Changed styling, Sass stylesheet for select and dropdown component instead of the original select2 CSS file.
Features
- Set background color and text color of highlighted option (#61).
- Set width of select component with
ngStyle
(#59). - Hide filter if number of options is less than given number (#44).
- Set custom text for 'No results found' (#9).
- Functions
open
and close
to open/close drop down from ts (#43). - Disable select component.
- Clear selection function.
Improvements
- Switched from using npm to yarn for package management.
- Call
onTouched
when focus on select component (#24). - Added demo page with examples.
- Simplified HTML structure with more intuitive classes.
- Moved logic to separate option and option-list classes.
Bug fixes
- Greyed out placeholder text for singe select (#48).
- Close all drop downs on click outside, close drop down when pressing tab key (#58).
<a name="1.0.0-alpha.12"></a>