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

Commit da0c0ca

Browse files
committed
Merge pull request #1209 from angular-ui/dimirc-changelog-create
Create CHANGELOG.md
2 parents 3ab865a + f79a22f commit da0c0ca

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)