All notable changes to this project will be documented in this file.
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