Skip to content

Latest commit

 

History

History
303 lines (196 loc) · 20.9 KB

CHANGELOG.md

File metadata and controls

303 lines (196 loc) · 20.9 KB

0.19.8 (2017-04-15)

0.19.6 (2017-04-12)

Bug Fixes

  • lockedItems: Properly unlock locked items when lock conditions change (10ee076), closes #1824
  • select-spinner: fix spec test (2d62e0b)
  • spec: Use exceptionHandler to test errors. (#1879) (b549db9), closes #1877
  • spinner-class: add glyphicon to default spinner class, update css. Fixes #1893. (c8f69db), closes #1893
  • uiSelectChoices: prevent template element from being modified (#1850) (7aabdc4), closes #1851
  • uiSelectCtrl: Reset refreshing flag even if async request errors (be60430), closes #1833
  • uiSelectMatch: set model value to null when cleared (f711ec2), closes #863
  • uiSelectMultiple: Don't call onSelectCallback if limit already reached (b7ac99a), closes #1836

Features

  • Header & Footer: Add header & footer to the dropdown list. (f65bad1)
  • uiSelectSingle: add option to avoid backspace resetting the model (7413321), closes #926 #525

0.19.5 (2016-10-24)

Reverted

  • Bug fix: Search input isn't blocked (0d81493)

0.19.4 (2016-10-19)

Bug Fixes

  • bootstrap: add aria-expanded to the multiple select (6766754), closes #1775
  • ensure aria-activedescendant is correct (e3be4d1)
  • only apply listbox role when open (e902ffc)
  • bootstrap: add search role (f3194bf)

Features

0.19.3 (2016-08-17)

0.19.2 (2016-08-16)

Bug Fixes

  • bootstrap layout: Restrict selected length to ui-select-container (#1680) (01055c5), closes #1576
  • release: bump version with built files (76cf9c3)

0.19.1 (2016-08-09)

Bug Fixes

  • bootstrap layout: Restrict selected length to ui-select-container (#1680) (01055c5), closes #1576

0.19.0 (2016-08-07)

Bug Fixes

  • bootstrap layout: Restrict selected length to ui-select-container (#1680) (01055c5), closes #1576

0.18.1 (2016-08-07)

Bug Fixes

  • bootstrap: remove anchor tag in choices (b15189d)
  • uiSelect: remove flicker on search change (81c33d0), closes #1298 #1594 #1557
  • uiSelectController: Select by click on non-multiple tagging (bis) (#1727) (3dfde71)

Features

Performance Improvements

0.18.1 (2016-07-10)

Bug Fixes

  • isDisabled: do not modify item (b95bf9f), closes #1200 #1661
  • isLocked: do not modify item (c01d363), closes #1269 #514
  • removeSelected: fix incorrect removal of preselected item (32b7924), closes #1672
  • searchEnabled: watch evaluated attribute value (4503295), closes #505
  • select2: Up-direction when using global theme (5336dc5), closes #1674
  • Selectize: hide input box when selected data is 0 (e179dc6), closes #1304
  • tagging: infite digest loops when name is similar (fcd9bc5), closes #1693
  • tagging: Support paste with tagging enabled and tagging-label="false" (668a0f3), closes #1668
  • uiSelectMultiple: $select.refreshItems is not a function (a41a7fc)
  • uiSelectMultiple: Allow duplicates in $select.selected (9f5d6ec), closes #1688
  • uiSelectMultiple: tolerate null/undefined view value (0c29b64)
  • uiSelectNoChoice: support Select2 theme (e59e008), closes #1608
  • uiSelectNoChoice: support Selectize theme (a7210c4), closes #1692

0.18.0 (2016-06-09)

Bug Fixes

  • positioning: stop flicker when closed (ca4d09e)
  • positioning: wait for animation to complete (aa90dd8), closes #1593
  • search input width resizing (5c8cf86), closes #1575
  • uiSelectCtrl: Prevent error when using ngAnimate < v1.4 (8becac3), closes #1626
  • uiSelectNoChoice: make compatible with Angular 1.5 (c944307), closes #1609
  • uiSelectNoChoice: support bootstrap-multiple (9d29307), closes #1614 #1615

Features

  • limit: Change multi-select limit attr (#1632) (f5888fb)
  • removeSelected: Implement removeSelected property for multiple selects (3ad084f)

0.17.1 (2016-05-16)

Bug Fixes

  • parserResult: Ignore undefined parserResult when using custom tpl (cee24e5), closes #1597
  • select2: hide dropdown if there are no items to show (same as #1588 for bootstrap) (4c561ac)

0.17.0 (2016-05-11)

Bug Fixes

  • a11y: prevent list from being focusable (4e9ab7e), closes #898
  • autocomplete: change to type="search" (48cf1ba), closes #991
  • bootstrap: hide clear button if disabled (fe0c0c1), closes #1388 #980
  • bootstrap: hide dropdown if there are no items to show (7c8b3a0), closes #1588
  • build: fix sourcemap logic (6d4849f)
  • demo-tagging: error in Object Tags for input "a" (7963684)
  • sortable: remove classes properly (4b1ed47), closes #902
  • tagging: do not remove selected items when invalid (331f819), closes #1359
  • tagging groupBy: fix group-by to work with tagging (80be85b)
  • tagging multiple: hide tagging item if null returned (2f14045)
  • uiSelectCtrl: correcting input focus (6444d6b), closes #1253
  • uiSelectSingleDirective: strictly compare matching value (a574cd4), closes #1328
  • uiSelectSort: update model on sort completion (9a40b6f), closes #974 #1036
  • ensure highlighted before selecting on tab (06bbd31), closes #1030
  • properly gc on destruction (95692e7)
  • show input when search is disabled (83132b0), closes #595 #453
  • show select element when search is disabled (f37bafd), closes #861

Features

  • perf: debounce resize callback (115ebf4)
  • perf: optimize width resizing (d78ba5f)

Performance Improvements

  • tagging multiple: transform tagging item only once when filtering (2b4a9ea)
  • uiSelectCtrl: moving activate events out of $timeout (926f462)
  • change test in ctrl.isActive (d6c14d4)

0.16.1 (2016-03-23)

Bug Fixes

  • $window: change input size on window resize (ce24981), closes #522
  • uiSelectMultipleDirective: add $isEmpty handler (fccc29a), closes #850
  • uiSelectMultipleDirective: refresh choices upon selection change (03293ff), closes #1243

0.15.0 (2016-03-15)

Bug Fixes

  • corrects out of scope variable (d5e30fb)

Features

0.14.10 (2016-03-13)

Features

0.14.9 (2016-03-06)

0.14.8 (2016-02-18)

0.14.7 (2016-02-18)

Bug Fixes

  • IE: selects not working on IE8 (ee65677), closes #158

0.14.6 (2016-02-18)

Bug Fixes

0.14.5 (2016-02-18)

Bug Fixes

  • uiSelectMultipleDirective: fix track by error (ced1cc0), closes #1343

0.14.4 (2016-02-18)

Bug Fixes

  • Allow setting a ngClass on element (6a99b08), closes #277

0.14.3 (2016-02-18)

0.14.2 (2016-02-18)

Bug Fixes

0.14.1 (2016-01-27)

0.14.0 (2016-01-25)

Features

  • ngAnimate: add support for ngAnimate (8da8a6d)

0.13.3 (2016-01-25)

Added

  • Add support for commonjs and npm

0.13.2 (2016-01-25)

Bug Fixes

  • CSP: avoid inline execution of javascript in choices template. (fb88ec8)

v0.13.1 (2015-09-29)

Fixed

  • Remove hardcoded source name when using (key,value) syntax #1217
  • Modify regex to accept a full 'collection expression' when not using (key,value) syntax #1216
  • Avoid to recalculate position when set 'down' #1214

v0.13.0 (2015-09-29)

Added

  • Allow to configure default dropdown position #1213
  • Can use object as source with (key,value) syntax #1208
  • CHANGELOG.md file created

Changed

  • Do not run bower after install automatically #982
  • Avoid setting activeItem on mouseenter to improve performance #1211

Fixed

  • Position dropdown UP or DOWN correctly depending on the available space #1212
  • Scroll to selected item #976
  • Change autocomplete='off' to autocomplete='false' #1210
  • Fix to work correctly with debugInfoEnabled(false) #1131
  • Limit the maximum number of selections allowed in multiple mode #1110