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

Commit b1415f4

Browse files
committed
chore(build): v0.13.0
1 parent da0c0ca commit b1415f4

File tree

7 files changed

+146
-54
lines changed

7 files changed

+146
-54
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4-
## [Unreleased][unreleased]
4+
## [v0.13.0][v0.13.0] (2015-09-29)
55
### Added
66
- Allow to configure default dropdown position [#1213](https://github.com/angular-ui/ui-select/pull/1213)
77
- Can use object as source with (key,value) syntax [#1208](https://github.com/angular-ui/ui-select/pull/1208)
@@ -18,4 +18,5 @@ All notable changes to this project will be documented in this file.
1818
- Fix to work correctly with debugInfoEnabled(false) [#1131](https://github.com/angular-ui/ui-select/pull/1131)
1919
- Limit the maximum number of selections allowed in multiple mode [#1110](https://github.com/angular-ui/ui-select/pull/1110)
2020

21-
[unreleased]: https://github.com/angular-ui/ui-select/compare/v0.12.1...HEAD
21+
[unreleased]: https://github.com/angular-ui/ui-select/compare/v0.13.0...HEAD
22+
[v0.13.0]: https://github.com/angular-ui/ui-select/compare/v0.12.1...v0.13.0

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ui-select",
3-
"version": "0.12.1",
3+
"version": "0.13.0",
44
"homepage": "https://github.com/angular-ui/ui-select",
55
"authors": [
66
"AngularUI"

dist/select.css

Lines changed: 6 additions & 1 deletion
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.1 - 2015-07-28T03:50:59.080Z
4+
* Version: 0.13.0 - 2015-09-29T17:48:20.970Z
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 */

dist/select.js

Lines changed: 131 additions & 45 deletions
Large diffs are not rendered by default.

dist/select.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/select.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"repository": {
77
"url": "git://github.com/angular-ui/ui-select.git"
88
},
9-
"version": "0.12.1",
9+
"version": "0.13.0",
1010
"devDependencies": {
1111
"bower": "~1.3",
1212
"del": "~0.1.1",

0 commit comments

Comments
 (0)