Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 946 Bytes

CHANGELOG.md

File metadata and controls

32 lines (21 loc) · 946 Bytes

0.1.0 (2015-01-31)

Features:

  • Now options can be disabled by setting the isDiabled option to true for bm-option (#6)

Documentation:

  • Added documentation relating to disabling options.

0.0.2 (2015-01-01)

Bugfixes:

  • Options menu now closes when clicked outside of the select box. (#5)
  • Placeholder option can now be added. (#4)

0.0.1 (2014-12-07)

Bugfixes:

  • Selected option is now focussed when dropdown is opened via click. (#1)
  • When there is no selected option, the first option is focussed. (#2)
  • The focus is retained when the dropdown is closed. (#3)
  • The default action is only prevented for keydown events that are handled.
  • The data is set as the same as value in bm-option when the value is specified.
  • Fixed an issue where bm-options component was using the same instance of options.

Documentation:

  • Added comments to the component files.

0.0.0 (2014-12-03)

  • Initial release