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

Commit 22f50d8

Browse files
committed
Update CHANGELOG.md
1 parent 8d32e62 commit 22f50d8

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,17 @@
22
All notable changes to this project will be documented in this file.
33

44
## [Unreleased][unreleased]
5-
### Fixed
6-
- Scroll to selected item [#976](https://github.com/angular-ui/ui-select/issues/976)
7-
- Change `autocomplete='off'` to `autocomplete='false'` [#1210](https://github.com/angular-ui/ui-select/pull/1210)
8-
95
### Added
106
- Can use object as source with (key,value) syntax [#1208](https://github.com/angular-ui/ui-select/pull/1208)
117
- CHANGELOG.md file created
128

9+
### Changed
10+
- Do not run bower after install automatically [#982](https://github.com/angular-ui/ui-select/pull/982)
11+
12+
### Fixed
13+
- Scroll to selected item [#976](https://github.com/angular-ui/ui-select/issues/976)
14+
- Change `autocomplete='off'` to `autocomplete='false'` [#1210](https://github.com/angular-ui/ui-select/pull/1210)
15+
- Fix to work correctly with debugInfoEnabled(false) [#1131](https://github.com/angular-ui/ui-select/pull/1131)
16+
- Limit the maximum number of selections allowed in multiple mode [#1110](https://github.com/angular-ui/ui-select/pull/1110)
17+
1318
[unreleased]: https://github.com/angular-ui/ui-select/compare/v0.12.1...HEAD

0 commit comments

Comments
 (0)