diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..4b9eb7990 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,21 @@ +# Change Log +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 + +### 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 +- 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) +- 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 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