0.18.0 (2016-06-09)
- 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
- limit: Change multi-select limit attr (#1632) (f5888fb)
- removeSelected: Implement removeSelected property for multiple selects (3ad084f)
0.17.1 (2016-05-16)
- 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)
- 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
- 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)
- $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)
- corrects out of scope variable (d5e30fb)
0.14.10 (2016-03-13)
0.14.9 (2016-03-06)
0.14.8 (2016-02-18)
0.14.7 (2016-02-18)
0.14.6 (2016-02-18)
- paste: add paste support (1ad6f60), closes #910 #704 #789 #848 #429
- uiSelectSort: fix dependency not found error (a5a6554)
0.14.5 (2016-02-18)
0.14.4 (2016-02-18)
0.14.3 (2016-02-18)
0.14.2 (2016-02-18)
- make compatible with Angular 1.5 and non-cached templates (0e85670), closes #1422 #1356 #1325 #1239
- commonjs: remove CSS require (81b0f03)
- track by: fix "track by" (6c52e41), closes #806 #665
0.14.1 (2016-01-27)
0.14.0 (2016-01-25)
- ngAnimate: add support for ngAnimate (8da8a6d)
- Add support for commonjs and npm
0.13.2 (2016-01-25)
- CSP: avoid inline execution of javascript in choices template. (fb88ec8)
v0.13.1 (2015-09-29)
- 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)
- Allow to configure default dropdown position #1213
- Can use object as source with (key,value) syntax #1208
- CHANGELOG.md file created