This repository was archived by the owner on Oct 2, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Expand file tree Collapse file tree 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 [
99- [ Examples] ( https://github.com/angular-ui/ui-select/blob/master/examples )
1010- [ Documentation] ( https://github.com/angular-ui/ui-select/wiki )
1111
12+ ## Last Changes
13+
14+ - Check [ CHANGELOG.md] ( /CHANGELOG.md )
1215
1316## Features
1417
You can’t perform that action at this time.
0 commit comments