Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

1.0.0-beta.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@basvandenberg basvandenberg released this 07 Jan 11:05
· 262 commits to master since this release

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).