This repository was archived by the owner on Oct 2, 2019. It is now read-only.
File tree 2 files changed +24
-0
lines changed
2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Change Log
2
+ All notable changes to this project will be documented in this file.
3
+
4
+ ## [ Unreleased] [ unreleased ]
5
+ ### Added
6
+ - Allow to configure default dropdown position [ #1213 ] ( https://github.com/angular-ui/ui-select/pull/1213 )
7
+ - Can use object as source with (key,value) syntax [ #1208 ] ( https://github.com/angular-ui/ui-select/pull/1208 )
8
+ - CHANGELOG.md file created
9
+
10
+ ### Changed
11
+ - Do not run bower after install automatically [ #982 ] ( https://github.com/angular-ui/ui-select/pull/982 )
12
+ - Avoid setting activeItem on mouseenter to improve performance [ #1211 ] ( https://github.com/angular-ui/ui-select/pull/1211 )
13
+
14
+ ### Fixed
15
+ - Position dropdown UP or DOWN correctly depending on the available space [ #1212 ] ( https://github.com/angular-ui/ui-select/pull/1212 )
16
+ - Scroll to selected item [ #976 ] ( https://github.com/angular-ui/ui-select/issues/976 )
17
+ - Change ` autocomplete='off' ` to ` autocomplete='false' ` [ #1210 ] ( https://github.com/angular-ui/ui-select/pull/1210 )
18
+ - Fix to work correctly with debugInfoEnabled(false) [ #1131 ] ( https://github.com/angular-ui/ui-select/pull/1131 )
19
+ - Limit the maximum number of selections allowed in multiple mode [ #1110 ] ( https://github.com/angular-ui/ui-select/pull/1110 )
20
+
21
+ [ unreleased ] : https://github.com/angular-ui/ui-select/compare/v0.12.1...HEAD
Original file line number Diff line number Diff line change @@ -9,6 +9,9 @@ AngularJS-native version of [Select2](http://ivaynberg.github.io/select2/) and [
9
9
- [ Examples] ( https://github.com/angular-ui/ui-select/blob/master/examples )
10
10
- [ Documentation] ( https://github.com/angular-ui/ui-select/wiki )
11
11
12
+ ## Last Changes
13
+
14
+ - Check [ CHANGELOG.md] ( /CHANGELOG.md )
12
15
13
16
## Features
14
17
You can’t perform that action at this time.
0 commit comments