Skip to content

Latest commit

 

History

History
526 lines (220 loc) · 18.2 KB

CHANGELOG.md

File metadata and controls

526 lines (220 loc) · 18.2 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.20.1 (2018-02-08)

Bug Fixes

0.20.0 (2018-02-08)

Features

  • allow to set max selected items using multiple (#239) (f500654), closes #181

0.19.0 (2018-02-07)

Features

0.18.0 (2018-02-06)

Features

  • highlight search term in labels in dropdown list (#233) (493c349), closes #152

0.17.2 (2018-02-05)

Bug Fixes

0.17.1 (2018-02-04)

Bug Fixes

0.17.0 (2018-02-02)

Bug Fixes

Features

0.16.0 (2018-01-29)

Bug Fixes

Features

  • using a getter/setter for isLoading which enables exposing the same and having a change emitter (#206) (cd3dec1), closes #205

0.15.2 (2018-01-18)

Bug Fixes

  • make filter readonly if not searchable (#199) (47d1087)

0.15.1 (2018-01-17)

0.15.0 (2018-01-17)

Bug Fixes

Features

0.14.4 (2018-01-16)

Bug Fixes

  • make ng-input z-index bigger to focus on placeholder click (#190) (68d0772)

0.14.3 (2018-01-09)

Bug Fixes

  • check if bindLabel exist while searching for selected items (1835187)

0.14.2 (2018-01-06)

Bug Fixes

  • Styling flaw when using dropdownPosition top (#173) (28d4337)
  • templates: unselect item using value fixes #175 (6f245de)

0.14.1 (2017-12-20)

Bug Fixes

0.14.0 (2017-12-20)

Features

  • allow append dropdown to element like body (#170) (d50552f)

0.13.0 (2017-12-18)

Bug Fixes

  • separate extraneous properties with object values closes #165 (ff8981c)

Features

  • bindLabel: support nested expression closes #159 (b803744)

0.12.0 (2017-12-05)

Bug Fixes

Features

  • Allow to change dropdown positioning. (#154) (1e4d521)

0.11.0 (2017-11-29)

Features

0.10.0 (2017-11-27)

Features

0.9.0 (2017-11-26)

Bug Fixes

Features

  • toggle dropdown when searchable is false. (#137) (2477717)

0.8.0 (2017-11-20)

Bug Fixes

  • events: don't fire change event on search clear (#130) (8bc8b8e), closes #126

Features

0.7.0 (2017-11-16)

Features

0.6.2 (2017-11-10)

Bug Fixes

0.6.1 (2017-11-07)

Bug Fixes

  • bump angular peer version (7a611df)

0.6.0 (2017-11-03)

Features

0.5.0 (2017-10-31)

Bug Fixes

Features

  • ng-option support for simple dropdowns (#113) (6d841ef)

0.4.5 (2017-10-28)

Bug Fixes

0.4.4 (2017-10-28)

Bug Fixes

  • don't clear selection on backspace when clearable false fixes #82 (95505fe)
  • don't fire change event on blur (582184e), closes #102
  • don't fire change event when there is no selected value (10999cb), closes #91

0.4.3 (2017-10-27)

0.4.2 (2017-10-25)

Bug Fixes

0.4.1 (2017-10-22)

Bug Fixes

  • multiselect: add disabled class for selected option closes #87 (#95) (e79867e)

0.4.0 (2017-10-20)

Features

  • tagging: allow creating new options (4149375), closes #34

0.3.1 (2017-10-20)

Bug Fixes

  • add typeahead css class binding on host (#92) (51d7036)

0.3.0 (2017-10-18)

Features

0.2.5 (2017-10-04)

Bug Fixes

  • clear filter value on selected item (#72) (4ebc1cf), closes #66

0.2.4 (2017-10-04)

Bug Fixes

  • navigation: close dropdown without selection on tab fixes #65 #67 (5e0ca53)

0.2.3 (2017-10-04)

Bug Fixes

  • handle selected value when items are not loaded yet (#61) (5bcdda5)

0.2.2 (2017-10-03)

Bug Fixes

  • navigation: close dropdown on tab click fixes #58 (#63) (e2fa1ed)

0.2.1 (2017-10-01)

Bug Fixes

  • do not use document click HostListener (80b6aa2)
  • run virtual scroll calculations outside angular zone (43ef5b9)

0.2.0 (2017-09-30)

Bug Fixes

  • handle clear and arrow click correctly (95b6e99)
  • navigation: close dropdown on tab click fixes #46 (#53) (32ff7e3)

Features

  • allow to configure module settings globally (d6d6e8d)

0.1.3 (2017-09-30)

Bug Fixes

  • click issue using custom template closes #6 (571319c)
  • virtual scroll scrollTop value calculation (1b0ed3c)
  • mark item on hover fixes #45 (e95a60c)

0.1.2 (2017-09-28)

Bug Fixes

  • Check if change detector is not destroyed (5f30ce8)

0.1.1 (2017-09-27)

Bug Fixes

  • Clear all selected values before new model write action (c76d410)

0.1.0 (2017-09-25)

Bug Fixes

  • Do not fire duplicate events (ebf2927)
  • Fire close event only dropdown was opened (e4084ea)
  • Increase dropdown container height (1c30d71)

Features

  • Focus first item on open/keyup (72f4dd0)

0.0.5 (2017-09-14)

0.0.4 (2017-09-08)

0.0.3 (2017-08-25)

0.0.2 (2017-08-23)