Skip to content

Latest commit

 

History

History
1557 lines (656 loc) · 56 KB

CHANGELOG.md

File metadata and controls

1557 lines (656 loc) · 56 KB

Change Log

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

2.12.1 (2018-11-14)

Bug Fixes

  • handler mousedown for clear event when used animation library (#931) (dfbbcd6), closes #928
  • use classList instead of className (bc6f084), closes #940

2.12.0 (2018-11-06)

Bug Fixes

  • keep items order while mapping selected options (bc1ef8e), closes #907

Features

  • allow to customise clear icon (3e8ad77), closes #835
  • autofocus: focus if attribute is present (#924) (b78f39f), closes #762
  • clearOnBackspace: configure whether backspace removes selection (af79a45), closes #861
  • isOpen: treat undefined value as default behaviour (127d6be), closes #816

2.11.2 (2018-10-25)

Bug Fixes

  • use autocomplete off when labelForId is used (5f4d833), closes #269

2.11.1 (2018-10-20)

Bug Fixes

  • repository links and silence angular 7 install warning (9746073)

2.11.0 (2018-10-19)

Bug Fixes

  • NgSelectConfig: use class as config provider (8bea572), closes #863

Features

  • openOnEnter: allow to configure whether enter opens dropdown (fe9d990), closes #878

2.10.5 (2018-10-17)

Bug Fixes

  • don't validate selected model when compareWith is used (e30e365)

2.10.4 (2018-10-16)

2.10.3 (2018-10-15)

Bug Fixes

  • resolve dropdown panel text align in rtl mode (#868) (52cd669)

2.10.2 (2018-10-09)

Bug Fixes

  • fixed null value display when using angular universal (#852) (77482c0), closes #764

2.10.1 (2018-10-03)

2.10.0 (2018-10-03)

Features

2.9.1 (2018-09-20)

Bug Fixes

  • tags: add tag as string when there are no items defined (7dd4094), closes #809
  • tags: allow to add previously added tag when select is closed (daac234), closes #783

2.9.0 (2018-09-13)

Features

  • groupValue: allow to specify custom grouped value (b458231)

2.8.1 (2018-09-11)

Bug Fixes

  • correctly map selected items from items array (c8216e8), closes #781
  • don't clear search term when closeOnSelect is false (4fc243a), closes #794

2.8.0 (2018-09-07)

Features

2.7.1 (2018-09-05)

Bug Fixes

  • use factory to resolve new instance of selection model (#789) (f1a4f23), closes #787

  • don't set group as selected when all it's children selected (5f63d13)

Features

  • introduce customisable selection model (#785) (a1ce17f)

2.6.0 (2018-08-30)

Bug Fixes

  • set group as selected when all children selected (8afda25)

Features

  • allow to toggle whether selectable group acts as model (7962dc5), closes #734

2.5.1 (2018-08-27)

Bug Fixes

  • stop mouse down propagation at the beginning (b85dedd)

2.5.0 (2018-08-17)

Features

2.4.3 (2018-08-15)

Bug Fixes

  • set input width to 0 when not searchable (056f34f), closes #651

2.4.2 (2018-08-12)

Bug Fixes

  • listen to touchstart events for outside click. (70fcd66)
  • remove circular dependency between dropdown and select cmp (#741) (7520e85), closes #668

2.4.1 (2018-08-09)

Bug Fixes

  • allow to reposition input cursor using mouse (25de23f), closes #644

2.4.0 (2018-08-08)

Bug Fixes

  • tagging: don't show tag if it exists among items or selected (d5e97af), closes #693
  • accept spaces while tagging without dropdown (4320098), closes #676

Features

2.3.6 (2018-07-30)

Bug Fixes

  • focus select after unselecting single item (1bc3f02), closes #661

2.3.5 (2018-07-18)

Bug Fixes

2.3.4 (2018-07-18)

Bug Fixes

  • don't fail while resolving selected item using ng-option (6c676c8), closes #677
  • emit focus and blur events (3edb0df), closes #690

2.3.3 (2018-07-10)

Bug Fixes

  • don't fire addEvent for single select (cbfd948)
  • don't fire change event for same selection (8ed435c), closes #664

2.3.2 (2018-06-27)

Bug Fixes

2.3.1 (2018-06-22)

Bug Fixes

  • don't ignore bindLabel when label prop exists (85c780f), closes #614

2.3.0 (2018-06-21)

Bug Fixes

Features

2.2.0 (2018-06-18)

Bug Fixes

Features

  • isOpen: allow to control whether dropdown should open or close (ab6c388)

2.1.3 (2018-06-01)

Bug Fixes

  • groupBy: treat empty string as valid group (acef714)

2.1.2 (2018-05-30)

Bug Fixes

  • allow to use compareWith fn when bindValue is used (#586) (7a3dfb3), closes #535

2.1.1 (2018-05-29)

Bug Fixes

  • keep filter status consistent with items updates (#585) (5eecd83)

2.1.0 (2018-05-24)

Bug Fixes

  • styles: make group more distinctable (5808eb7)
  • typeahead: don't insert option back to list for newly created tag (4c20e9e), closes #513
  • don't group items without key (0bf6483)

Features

  • add placeholder as global config (ad8a644)

2.0.3 (2018-05-18)

Bug Fixes

2.0.2 (2018-05-17)

Bug Fixes

  • theme: add padding for multiselect (6a9f680)

2.0.1 (2018-05-16)

Features

2.0.0 (2018-05-11)

Features

BREAKING CHANGES

  • this changes utilizes new RXJs 6 which is not with previous version. Due to that angular version was also increased.

1.4.2 (2018-05-10)

Bug Fixes

  • material: set min height for ng-option (eb6f9bd), closes #520
  • style: add padding to individual disabled elements (6e5cf50), closes #406

1.4.1 (2018-05-05)

Bug Fixes

  • keep input focues while clicking dropdown items (fe3853d), closes #514
  • reset marked item when items updated (5f05b30), closes #510

1.4.0 (2018-05-01)

Bug Fixes

  • keep dropdown closed while unselecting value (bcf3340), closes #496

Features

1.3.0 (2018-04-26)

Bug Fixes

Features

  • support item navigation while not searchable (#499) (38c27dc), closes #117

1.2.1 (2018-04-25)

Bug Fixes

  • remove initial dropdown append logic from updateDropdownPosition (ea06c64)

1.2.0 (2018-04-25)

Features

  • clear on add functionality, expose updateDropdownPosition (#497) (47f02c8), closes #276

1.1.4 (2018-04-24)

Bug Fixes

  • add min-width to dropdown panel (ef247a8)

1.1.3 (2018-04-24)

Bug Fixes

  • use width for dropdown panel (c07351c)

1.1.1 (2018-04-22)

Bug Fixes

  • use bindlabel for group key when using fn expression (1006a93), closes #488
  • use min-width for dropdown panel (727c637), closes #476
  • use random id for autocomplete attribute (e097c4a), closes #269

1.1.0 (2018-04-19)

Features

1.0.6 (2018-04-19)

Bug Fixes

1.0.5 (2018-04-18)

Bug Fixes

  • prevent default dropdown click event (#474) (d28bd4c)

1.0.4 (2018-04-18)

Bug Fixes

  • increase css specifity (0d1d13c), closes #468
  • use blur event to close dropdown (1f85adc)
  • use special value mapping for ng-options (61d61a2)

1.0.3 (2018-04-17)

Bug Fixes

1.0.2 (2018-04-16)

1.0.1 (2018-04-16)

Bug Fixes

1.0.1-rc.0 (2018-04-16)

Bug Fixes

  • add ng-option-marked class for custom tags (a158d7b)
  • remove input if searchable is false (#442) (2149517)
  • rename focusSearchInput to focus (#447) (cb71544)

0.36.2 (2018-04-11)

Bug Fixes

  • use interpolation instead of innerHTML (79d555a)

0.36.1 (2018-04-11)

Bug Fixes

  • disable term highlighting by default (2b84190)
  • sanitize options (1fbfd24)

0.36.0 (2018-04-10)

Features

  • adding basic support for Narrators on Dropdown (#433) (30201c0), closes #216

0.35.2 (2018-04-09)

0.35.1 (2018-04-06)

Bug Fixes

0.35.0 (2018-04-04)

Features

0.34.3 (2018-03-31)

Bug Fixes

0.34.2 (2018-03-30)

0.34.1 (2018-03-30)

Bug Fixes

  • remove default compareWith (ec56c64)

0.34.0 (2018-03-30)

Features

0.33.0 (2018-03-30)

Features

0.32.0 (2018-03-29)

Features

0.31.1 (2018-03-27)

Bug Fixes

0.31.0 (2018-03-27)

Features

0.30.1 (2018-03-19)

Bug Fixes

0.30.0 (2018-03-15)

Bug Fixes

Features

0.29.1 (2018-03-15)

Bug Fixes

  • don't reset items while selecting (68b3726)
  • skip writeValue handling if value is empty (#351) (9d5811e), closes #348

0.29.0 (2018-03-14)

Features

0.28.1 (2018-03-13)

Bug Fixes

  • always clear selected value on writeValue (#349) (8edea5a)

0.28.0 (2018-03-13)

Bug Fixes

  • clear previous model then setting new programatically (#346) (3311f8c), closes #343
  • demo custom templates (32c4b25)

Features

  • template: loading, not found, type to search state template options. (#341) (acdf5c2), closes #217 #201

0.27.1 (2018-03-12)

Bug Fixes

  • remove uneeded api field (68b12f5)

0.27.0 (2018-03-12)

Bug Fixes

  • wrong method for api unselect (531fd1b)

Features

0.26.2 (2018-03-09)

Bug Fixes

0.26.1 (2018-03-08)

Bug Fixes

0.26.0 (2018-03-07)

Bug Fixes

Features

0.25.0 (2018-03-05)

Bug Fixes

Features

0.24.1 (2018-03-03)

Bug Fixes

  • scrollToEnd: fire when scroll equal to clientHeight. (#318) (c516440)

0.24.0 (2018-02-28)

Features

0.23.3 (2018-02-28)

Bug Fixes

0.23.2 (2018-02-28)

Bug Fixes

0.23.1 (2018-02-27)

Bug Fixes

0.23.0 (2018-02-26)

Features

0.22.0 (2018-02-25)

Bug Fixes

  • mark first item when selected is not among options (#281) (8a23b71), closes #278

Features

0.21.0 (2018-02-19)

Features

  • tags: support promise while creating new tag (#273) (d0295fa), closes #220
  • template: expose label in ng-label-tmp (f3cfc7a), closes #274

0.20.4 (2018-02-16)

Bug Fixes

0.20.3 (2018-02-15)

Bug Fixes

0.20.2 (2018-02-10)

Features

Bug Fixes

  • multiselect: allow to clear item even no items available (#251) (fb7b94b), closes #247
  • don't show not found text while loading (#252) (6be231a), closes #243

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)