Skip to content

Latest commit

 

History

History
180 lines (114 loc) · 11.2 KB

CHANGELOG.md

File metadata and controls

180 lines (114 loc) · 11.2 KB

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.16.1 (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