From e0f9c6e9f43e942d0c56422f1796e2050e51d37b Mon Sep 17 00:00:00 2001 From: Wladimir Coka Date: Sun, 27 Sep 2015 21:40:01 -0500 Subject: [PATCH 1/7] Create CHANGELOG.md --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..dca2cde35 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +# Change Log +All notable changes to this project will be documented in this file. + +## [Unreleased][unreleased] +### Fixed +- Scroll to selected item [#976](https://github.com/angular-ui/ui-select/issues/976) + +### Added +- Can use object as source with (key,value) syntax [#1208](https://github.com/angular-ui/ui-select/pull/1208) +- CHANGELOG.md file created + +[unreleased]: https://github.com/angular-ui/ui-select/compare/v0.12.1...HEAD From 36e040c3cab5d3ee6ebdb90ebfbf9ff852e4ac4d Mon Sep 17 00:00:00 2001 From: Wladimir Coka Date: Sun, 27 Sep 2015 21:45:38 -0500 Subject: [PATCH 2/7] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 5ec8f01e3..4375d9729 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,9 @@ AngularJS-native version of [Select2](http://ivaynberg.github.io/select2/) and [ - [Examples](https://github.com/angular-ui/ui-select/blob/master/examples) - [Documentation](https://github.com/angular-ui/ui-select/wiki) +## Last Changes + +- Check [CHANGELOG.md](/CHANGELOG.md) ## Features From 8d32e627ec2a466c03dc42be8fc532572bf3df0e Mon Sep 17 00:00:00 2001 From: Wladimir Coka Date: Sun, 27 Sep 2015 21:56:47 -0500 Subject: [PATCH 3/7] Update CHANGELOG.md PR #1210 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dca2cde35..f3f84fd52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ All notable changes to this project will be documented in this file. ## [Unreleased][unreleased] ### Fixed - Scroll to selected item [#976](https://github.com/angular-ui/ui-select/issues/976) +- Change `autocomplete='off'` to `autocomplete='false'` [#1210](https://github.com/angular-ui/ui-select/pull/1210) ### Added - Can use object as source with (key,value) syntax [#1208](https://github.com/angular-ui/ui-select/pull/1208) From 22f50d84e1df7dcd96891f7a9b38bc9e7a78d84e Mon Sep 17 00:00:00 2001 From: Wladimir Coka Date: Sun, 27 Sep 2015 22:07:51 -0500 Subject: [PATCH 4/7] Update CHANGELOG.md --- CHANGELOG.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3f84fd52..2103d6ded 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,17 @@ All notable changes to this project will be documented in this file. ## [Unreleased][unreleased] -### Fixed -- Scroll to selected item [#976](https://github.com/angular-ui/ui-select/issues/976) -- Change `autocomplete='off'` to `autocomplete='false'` [#1210](https://github.com/angular-ui/ui-select/pull/1210) - ### Added - Can use object as source with (key,value) syntax [#1208](https://github.com/angular-ui/ui-select/pull/1208) - CHANGELOG.md file created +### Changed +- Do not run bower after install automatically [#982](https://github.com/angular-ui/ui-select/pull/982) + +### Fixed +- Scroll to selected item [#976](https://github.com/angular-ui/ui-select/issues/976) +- Change `autocomplete='off'` to `autocomplete='false'` [#1210](https://github.com/angular-ui/ui-select/pull/1210) +- Fix to work correctly with debugInfoEnabled(false) [#1131](https://github.com/angular-ui/ui-select/pull/1131) +- Limit the maximum number of selections allowed in multiple mode [#1110](https://github.com/angular-ui/ui-select/pull/1110) + [unreleased]: https://github.com/angular-ui/ui-select/compare/v0.12.1...HEAD From a2f9e2aa05fb2e5f541717b53d0eda23dc485d6d Mon Sep 17 00:00:00 2001 From: Wladimir Coka Date: Sun, 27 Sep 2015 22:52:22 -0500 Subject: [PATCH 5/7] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2103d6ded..e2cc70073 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ All notable changes to this project will be documented in this file. ### Changed - Do not run bower after install automatically [#982](https://github.com/angular-ui/ui-select/pull/982) +- Avoid setting activeItem on mouseenter to improve performance [#1211](https://github.com/angular-ui/ui-select/pull/1211) ### Fixed - Scroll to selected item [#976](https://github.com/angular-ui/ui-select/issues/976) From 0548e4af5c28e705eca235799af7bf8f1be3dfbd Mon Sep 17 00:00:00 2001 From: Wladimir Coka Date: Mon, 28 Sep 2015 17:54:28 -0500 Subject: [PATCH 6/7] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2cc70073..8f8ce4ccb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ All notable changes to this project will be documented in this file. - Avoid setting activeItem on mouseenter to improve performance [#1211](https://github.com/angular-ui/ui-select/pull/1211) ### Fixed +- Position dropdown UP or DOWN correctly depending on the available space [#1212](https://github.com/angular-ui/ui-select/pull/1212) - Scroll to selected item [#976](https://github.com/angular-ui/ui-select/issues/976) - Change `autocomplete='off'` to `autocomplete='false'` [#1210](https://github.com/angular-ui/ui-select/pull/1210) - Fix to work correctly with debugInfoEnabled(false) [#1131](https://github.com/angular-ui/ui-select/pull/1131) From f79a22f301aaa7885c655605d8be98743a992372 Mon Sep 17 00:00:00 2001 From: Wladimir Coka Date: Tue, 29 Sep 2015 12:16:38 -0500 Subject: [PATCH 7/7] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f8ce4ccb..4b9eb7990 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ All notable changes to this project will be documented in this file. ## [Unreleased][unreleased] ### Added +- Allow to configure default dropdown position [#1213](https://github.com/angular-ui/ui-select/pull/1213) - Can use object as source with (key,value) syntax [#1208](https://github.com/angular-ui/ui-select/pull/1208) - CHANGELOG.md file created