Skip to content

Commit af205b7

Browse files
aaronrobersonhomerjam
authored andcommitted
Update model on sort (fixes angular-ui#974)
1 parent 637be08 commit af205b7

File tree

7 files changed

+567
-130
lines changed

7 files changed

+567
-130
lines changed

CHANGELOG.md

+136
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,136 @@
1+
<a name="0.16.0"></a>
2+
# [0.16.0](https://github.com/angular-ui/ui-select/compare/v0.16.0...v0.16.0) (2016-03-23)
3+
4+
5+
### Bug Fixes
6+
7+
* **$window:** change input size on window resize ([ce24981](https://github.com/angular-ui/ui-select/commit/ce24981)), closes [#522](https://github.com/angular-ui/ui-select/issues/522)
8+
* **uiSelectMultipleDirective:** add $isEmpty handler ([fccc29a](https://github.com/angular-ui/ui-select/commit/fccc29a)), closes [#850](https://github.com/angular-ui/ui-select/issues/850)
9+
* **uiSelectMultipleDirective:** refresh choices upon selection change ([03293ff](https://github.com/angular-ui/ui-select/commit/03293ff)), closes [#1243](https://github.com/angular-ui/ui-select/issues/1243)
10+
11+
12+
13+
# Changelog
14+
15+
All notable changes to this project will be documented in this file.
16+
17+
<a name="0.15.0"></a>
18+
## [0.15.0](https://github.com/angular-ui/ui-select/compare/v0.14.9...v0.15.0) (2016-03-15)
19+
20+
### Bug Fixes
21+
22+
* corrects out of scope variable ([d5e30fb](https://github.com/angular-ui/ui-select/commit/d5e30fb))
23+
24+
### Features
25+
26+
* provide a way to skip the focusser ([302e80f](https://github.com/angular-ui/ui-select/commit/302e80f)), closes [#869](https://github.com/angular-ui/ui-select/issues/869) [#401](https://github.com/angular-ui/ui-select/issues/401) [#818](https://github.com/angular-ui/ui-select/issues/818) [#603](https://github.com/angular-ui/ui-select/issues/603) [#432](https://github.com/angular-ui/ui-select/issues/432)
27+
28+
<a name="0.14.10"></a>
29+
## [0.14.10](https://github.com/angular-ui/ui-select/compare/v0.14.9...v0.14.10) (2016-03-13)
30+
31+
### Features
32+
33+
* provide a way to skip the focusser ([302e80f](https://github.com/angular-ui/ui-select/commit/302e80f)), closes [#869](https://github.com/angular-ui/ui-select/issues/869) [#401](https://github.com/angular-ui/ui-select/issues/401) [#818](https://github.com/angular-ui/ui-select/issues/818) [#603](https://github.com/angular-ui/ui-select/issues/603) [#432](https://github.com/angular-ui/ui-select/issues/432)
34+
35+
<a name="0.14.9"></a>
36+
## [0.14.9](https://github.com/angular-ui/ui-select/compare/v0.14.9...v0.14.9) (2016-03-06)
37+
38+
<a name="0.14.8"></a>
39+
## [0.14.8](https://github.com/angular-ui/ui-select/compare/v0.14.7...v0.14.8) (2016-02-18)
40+
41+
<a name="0.14.7"></a>
42+
## [0.14.7](https://github.com/angular-ui/ui-select/compare/v0.14.6...v0.14.7) (2016-02-18)
43+
44+
### Bug Fixes
45+
46+
* **IE:** selects not working on IE8 ([ee65677](https://github.com/angular-ui/ui-select/commit/ee65677)), closes [#158](https://github.com/angular-ui/ui-select/issues/158)
47+
48+
<a name="0.14.6"></a>
49+
## [0.14.6](https://github.com/angular-ui/ui-select/compare/v0.14.5...v0.14.6) (2016-02-18)
50+
51+
### Bug Fixes
52+
53+
* **paste:** add paste support ([1ad6f60](https://github.com/angular-ui/ui-select/commit/1ad6f60)), closes [#910](https://github.com/angular-ui/ui-select/issues/910) [#704](https://github.com/angular-ui/ui-select/issues/704) [#789](https://github.com/angular-ui/ui-select/issues/789) [#848](https://github.com/angular-ui/ui-select/issues/848) [#429](https://github.com/angular-ui/ui-select/issues/429)
54+
* **uiSelectSort:** fix dependency not found error ([a5a6554](https://github.com/angular-ui/ui-select/commit/a5a6554))
55+
56+
<a name="0.14.5"></a>
57+
## [0.14.5](https://github.com/angular-ui/ui-select/compare/v0.14.4...v0.14.5) (2016-02-18)
58+
59+
### Bug Fixes
60+
61+
* **uiSelectMultipleDirective:** fix track by error ([ced1cc0](https://github.com/angular-ui/ui-select/commit/ced1cc0)), closes [#1343](https://github.com/angular-ui/ui-select/issues/1343)
62+
63+
<a name="0.14.4"></a>
64+
## [0.14.4](https://github.com/angular-ui/ui-select/compare/v0.14.3...v0.14.4) (2016-02-18)
65+
66+
### Bug Fixes
67+
68+
* Allow setting a ngClass on <ui-select> element ([6a99b08](https://github.com/angular-ui/ui-select/commit/6a99b08)), closes [#277](https://github.com/angular-ui/ui-select/issues/277)
69+
70+
<a name="0.14.3"></a>
71+
## [0.14.3](https://github.com/angular-ui/ui-select/compare/v0.14.2...v0.14.3) (2016-02-18)
72+
73+
<a name="0.14.2"></a>
74+
## [0.14.2](https://github.com/angular-ui/ui-select/compare/v0.14.1...v0.14.2) (2016-02-18)
75+
76+
### Bug Fixes
77+
78+
* make compatible with Angular 1.5 and non-cached templates ([0e85670](https://github.com/angular-ui/ui-select/commit/0e85670)), closes [#1422](https://github.com/angular-ui/ui-select/issues/1422) [#1356](https://github.com/angular-ui/ui-select/issues/1356) [#1325](https://github.com/angular-ui/ui-select/issues/1325) [#1239](https://github.com/angular-ui/ui-select/issues/1239)
79+
* **commonjs:** remove CSS require ([81b0f03](https://github.com/angular-ui/ui-select/commit/81b0f03))
80+
* **track by:** fix "track by" ([6c52e41](https://github.com/angular-ui/ui-select/commit/6c52e41)), closes [#806](https://github.com/angular-ui/ui-select/issues/806) [#665](https://github.com/angular-ui/ui-select/issues/665)
81+
82+
<a name="0.14.1"></a>
83+
## [0.14.1](https://github.com/angular-ui/ui-select/compare/v0.14.0...v0.14.1) (2016-01-27)
84+
85+
<a name="0.14.0"></a>
86+
# [0.14.0](https://github.com/angular-ui/ui-select/compare/v0.13.2...v0.14.0) (2016-01-25)
87+
88+
### Features
89+
90+
* **ngAnimate:** add support for ngAnimate ([8da8a6d](https://github.com/angular-ui/ui-select/commit/8da8a6d))
91+
92+
<a name="0.13.3"></a>
93+
## 0.13.3 (2016-01-25)
94+
95+
### Added
96+
97+
- Add support for commonjs and npm
98+
99+
<a name="0.13.2"></a>
100+
## [0.13.2](https://github.com/angular-ui/ui-select/compare/v0.13.1...v0.13.2) (2016-01-25)
101+
102+
### Bug Fixes
103+
104+
* **CSP:** avoid inline execution of javascript in choices template. ([fb88ec8](https://github.com/angular-ui/ui-select/commit/fb88ec8))
105+
106+
<a name="0.13.1"></a>
107+
## [v0.13.1](https://github.com/angular-ui/ui-select/compare/v0.13.0...v0.13.1) (2015-09-29)
108+
109+
### Fixed
110+
111+
- Remove hardcoded source name when using (key,value) syntax [#1217](https://github.com/angular-ui/ui-select/pull/1217)
112+
- Modify regex to accept a full 'collection expression' when not using (key,value) syntax [#1216](https://github.com/angular-ui/ui-select/pull/1216)
113+
- Avoid to recalculate position when set 'down' [#1214](https://github.com/angular-ui/ui-select/issues/1214#issuecomment-144271352)
114+
115+
<a name="0.13.0"></a>
116+
117+
## [v0.13.0](https://github.com/angular-ui/ui-select/compare/v0.12.1...v0.13.0) (2015-09-29)
118+
119+
### Added
120+
121+
- Allow to configure default dropdown position [#1213](https://github.com/angular-ui/ui-select/pull/1213)
122+
- Can use object as source with (key,value) syntax [#1208](https://github.com/angular-ui/ui-select/pull/1208)
123+
- CHANGELOG.md file created
124+
125+
### Changed
126+
127+
- Do not run bower after install automatically [#982](https://github.com/angular-ui/ui-select/pull/982)
128+
- Avoid setting activeItem on mouseenter to improve performance [#1211](https://github.com/angular-ui/ui-select/pull/1211)
129+
130+
### Fixed
131+
132+
- Position dropdown UP or DOWN correctly depending on the available space [#1212](https://github.com/angular-ui/ui-select/pull/1212)
133+
- Scroll to selected item [#976](https://github.com/angular-ui/ui-select/issues/976)
134+
- Change `autocomplete='off'` to `autocomplete='false'` [#1210](https://github.com/angular-ui/ui-select/pull/1210)
135+
- Fix to work correctly with debugInfoEnabled(false) [#1131](https://github.com/angular-ui/ui-select/pull/1131)
136+
- Limit the maximum number of selections allowed in multiple mode [#1110](https://github.com/angular-ui/ui-select/pull/1110)

bower.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
{
22
"name": "ui-select",
3-
"version": "0.12.0",
3+
"version": "0.14.1",
44
"homepage": "https://github.com/angular-ui/ui-select",
55
"authors": [
66
"AngularUI"
77
],
88
"description": "AngularJS ui-select",
9-
"main": ["dist/select.js", "dist/select.css"],
9+
"main": [
10+
"dist/select.js",
11+
"dist/select.css"
12+
],
1013
"license": "MIT",
1114
"ignore": [
1215
"**/.*",

dist/select.css

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
* ui-select
33
* http://github.com/angular-ui/ui-select
4-
* Version: 0.12.0 - 2015-05-28T07:44:11.364Z
4+
* Version: 0.16.0 - 2016-03-23T20:51:56.678Z
55
* License: MIT
66
*/
77

@@ -25,6 +25,11 @@
2525
top: 0px !important;
2626
}
2727

28+
29+
.ui-select-choices-row:hover {
30+
background-color: #f5f5f5;
31+
}
32+
2833
/* Select2 theme */
2934

3035
/* Mark invalid Select2 */

0 commit comments

Comments
 (0)