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

1.0.0-beta.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@basvandenberg basvandenberg released this 12 Mar 20:39
· 187 commits to master since this release

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.