Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Commit d1994fb

Browse files
committed
chore(release): bump package version and update changelog
1 parent da47374 commit d1994fb

8 files changed

+186
-86
lines changed

Diff for: CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
<a name="0.18.1"></a>
2+
## [0.18.1](https://github.com/angular-ui/ui-select/compare/v0.18.0...v0.18.1) (2016-07-10)
3+
4+
5+
### Bug Fixes
6+
7+
* **isDisabled:** do not modify item ([b95bf9f](https://github.com/angular-ui/ui-select/commit/b95bf9f)), closes [#1200](https://github.com/angular-ui/ui-select/issues/1200) [#1661](https://github.com/angular-ui/ui-select/issues/1661)
8+
* **isLocked:** do not modify item ([c01d363](https://github.com/angular-ui/ui-select/commit/c01d363)), closes [#1269](https://github.com/angular-ui/ui-select/issues/1269) [#514](https://github.com/angular-ui/ui-select/issues/514)
9+
* **removeSelected:** fix incorrect removal of preselected item ([32b7924](https://github.com/angular-ui/ui-select/commit/32b7924)), closes [#1672](https://github.com/angular-ui/ui-select/issues/1672)
10+
* **searchEnabled:** watch evaluated attribute value ([4503295](https://github.com/angular-ui/ui-select/commit/4503295)), closes [#505](https://github.com/angular-ui/ui-select/issues/505)
11+
* **select2:** Up-direction when using global theme ([5336dc5](https://github.com/angular-ui/ui-select/commit/5336dc5)), closes [#1674](https://github.com/angular-ui/ui-select/issues/1674)
12+
* **Selectize:** hide input box when selected data is 0 ([e179dc6](https://github.com/angular-ui/ui-select/commit/e179dc6)), closes [#1304](https://github.com/angular-ui/ui-select/issues/1304)
13+
* **tagging:** infite digest loops when name is similar ([fcd9bc5](https://github.com/angular-ui/ui-select/commit/fcd9bc5)), closes [#1693](https://github.com/angular-ui/ui-select/issues/1693)
14+
* **tagging:** Support paste with tagging enabled and tagging-label="false" ([668a0f3](https://github.com/angular-ui/ui-select/commit/668a0f3)), closes [#1668](https://github.com/angular-ui/ui-select/issues/1668)
15+
* **uiSelectMultiple:** $select.refreshItems is not a function ([a41a7fc](https://github.com/angular-ui/ui-select/commit/a41a7fc))
16+
* **uiSelectMultiple:** Allow duplicates in $select.selected ([9f5d6ec](https://github.com/angular-ui/ui-select/commit/9f5d6ec)), closes [#1688](https://github.com/angular-ui/ui-select/issues/1688)
17+
* **uiSelectMultiple:** tolerate null/undefined view value ([0c29b64](https://github.com/angular-ui/ui-select/commit/0c29b64))
18+
* **uiSelectNoChoice:** support Select2 theme ([e59e008](https://github.com/angular-ui/ui-select/commit/e59e008)), closes [#1608](https://github.com/angular-ui/ui-select/issues/1608)
19+
* **uiSelectNoChoice:** support Selectize theme ([a7210c4](https://github.com/angular-ui/ui-select/commit/a7210c4)), closes [#1692](https://github.com/angular-ui/ui-select/issues/1692)
20+
21+
22+
123
<a name="0.18.0"></a>
224
## [0.18.0](https://github.com/angular-ui/ui-select/compare/v0.17.1...v0.18.0) (2016-06-09)
325

Diff for: dist/select.css

+9-5
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.17.1 - 2016-06-09T20:41:58.462Z
4+
* Version: 0.18.1 - 2016-07-10T00:18:11.107Z
55
* License: MIT
66
*/
77

@@ -54,12 +54,14 @@ body > .select2-container.open {
5454
}
5555

5656
/* Handle up direction Select2 */
57-
.ui-select-container[theme="select2"].direction-up .ui-select-match {
57+
.ui-select-container[theme="select2"].direction-up .ui-select-match,
58+
.ui-select-container.select2.direction-up .ui-select-match {
5859
border-radius: 4px; /* FIXME hardcoded value :-/ */
5960
border-top-left-radius: 0;
6061
border-top-right-radius: 0;
6162
}
62-
.ui-select-container[theme="select2"].direction-up .ui-select-dropdown {
63+
.ui-select-container[theme="select2"].direction-up .ui-select-dropdown,
64+
.ui-select-container.select2.direction-up .ui-select-dropdown {
6365
border-radius: 4px; /* FIXME hardcoded value :-/ */
6466
border-bottom-left-radius: 0;
6567
border-bottom-right-radius: 0;
@@ -71,10 +73,12 @@ body > .select2-container.open {
7173

7274
margin-top: -4px; /* FIXME hardcoded value :-/ */
7375
}
74-
.ui-select-container[theme="select2"].direction-up .ui-select-dropdown .select2-search {
76+
.ui-select-container[theme="select2"].direction-up .ui-select-dropdown .select2-search,
77+
.ui-select-container.select2.direction-up .ui-select-dropdown .select2-search {
7578
margin-top: 4px; /* FIXME hardcoded value :-/ */
7679
}
77-
.ui-select-container[theme="select2"].direction-up.select2-dropdown-open .ui-select-match {
80+
.ui-select-container[theme="select2"].direction-up.select2-dropdown-open .ui-select-match,
81+
.ui-select-container.select2.direction-up.select2-dropdown-open .ui-select-match {
7882
border-bottom-color: #5897fb;
7983
}
8084

0 commit comments

Comments
 (0)