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

Commit 66a2a5e

Browse files
committed
chore(release): bump package version and update changelog
1 parent 9f8723c commit 66a2a5e

File tree

6 files changed

+239
-94
lines changed

6 files changed

+239
-94
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
1+
<a name="0.17.1"></a>
2+
## [0.17.1](https://github.com/angular-ui/ui-select/compare/v0.17.0...v0.17.1) (2016-05-16)
3+
4+
5+
### Bug Fixes
6+
7+
* **parserResult:** Ignore undefined parserResult when using custom tpl ([cee24e5](https://github.com/angular-ui/ui-select/commit/cee24e5)), closes [#1597](https://github.com/angular-ui/ui-select/issues/1597)
8+
* **select2:** hide dropdown if there are no items to show (same as #1588 for bootstrap) ([4c561ac](https://github.com/angular-ui/ui-select/commit/4c561ac))
9+
10+
11+
112
<a name="0.16.1"></a>
2-
## [0.16.1](https://github.com/angular-ui/ui-select/compare/v0.16.1...v0.16.1) (2016-05-11)
13+
## [0.16.1](https://github.com/angular-ui/ui-select/compare/v0.16.1...v0.17.0) (2016-05-11)
314

415

516
### Bug Fixes

dist/select.css

Lines changed: 8 additions & 4 deletions
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.16.0 - 2016-03-23T20:51:56.678Z
4+
* Version: 0.17.1 - 2016-05-16T19:31:33.034Z
55
* License: MIT
66
*/
77

@@ -161,7 +161,7 @@ body > .select2-container.open {
161161
}
162162

163163
/* See Scrollable Menu with Bootstrap 3 http://stackoverflow.com/questions/19227496 */
164-
.ui-select-bootstrap > .ui-select-choices {
164+
.ui-select-bootstrap > .ui-select-choices ,.ui-select-bootstrap > .ui-select-no-choice {
165165
width: 100%;
166166
height: auto;
167167
max-height: 200px;
@@ -200,7 +200,11 @@ body > .ui-select-bootstrap.open {
200200
position: relative;
201201
}
202202

203-
.ui-select-multiple .ui-select-match-item.dropping-before:before {
203+
.ui-select-multiple .ui-select-match-item.dropping .ui-select-match-close {
204+
pointer-events: none;
205+
}
206+
207+
.ui-select-multiple:hover .ui-select-match-item.dropping-before:before {
204208
content: "";
205209
position: absolute;
206210
top: 0;
@@ -210,7 +214,7 @@ body > .ui-select-bootstrap.open {
210214
border-left: 1px solid #428bca;
211215
}
212216

213-
.ui-select-multiple .ui-select-match-item.dropping-after:after {
217+
.ui-select-multiple:hover .ui-select-match-item.dropping-after:after {
214218
content: "";
215219
position: absolute;
216220
top: 0;

0 commit comments

Comments
 (0)