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

Commit b1415f4

Browse files
committedSep 29, 2015
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

+3-2
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

+1-1
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

+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.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

+131-45
Large diffs are not rendered by default.

‎dist/select.min.css

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎dist/select.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
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)