Skip to content

Latest commit

 

History

History
132 lines (82 loc) · 7.05 KB

CHANGELOG.md

File metadata and controls

132 lines (82 loc) · 7.05 KB

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