forked from valor-software/ng2-select
-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
optimistex
committed
Nov 2, 2018
1 parent
1233bd1
commit f87f336
Showing
9 changed files
with
394 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,388 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. | ||
|
||
<a name="3.6.7"></a> | ||
## [3.6.7](https://github.com/optimistex/ngx-select-ex/compare/v2.0.0...v3.6.7) (2018-11-02) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* ngx-select-ex enable() doesn't work ([b68aa6f](https://github.com/optimistex/ngx-select-ex/commit/b68aa6f)) | ||
|
||
|
||
|
||
<a name="3.6.5-dev"></a> | ||
## 3.6.5-dev (2018-10-30) | ||
|
||
|
||
|
||
<a name="3.6.4-dev"></a> | ||
## 3.6.4-dev (2018-10-30) | ||
|
||
|
||
|
||
<a name="3.6.3"></a> | ||
## 3.6.3 (2018-10-28) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* Multi selections are always sorted in alphabetical order. [#121](https://github.com/optimistex/ngx-select-ex/issues/121) ([be6badf](https://github.com/optimistex/ngx-select-ex/commit/be6badf)) | ||
|
||
|
||
|
||
<a name="3.6.2-dev"></a> | ||
## 3.6.2-dev (2018-10-25) | ||
|
||
|
||
|
||
<a name="3.6.1"></a> | ||
## 3.6.1 (2018-10-25) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* highlighted text calculation ([ad2f9a1](https://github.com/optimistex/ngx-select-ex/commit/ad2f9a1)) | ||
* improve performance ([512b87f](https://github.com/optimistex/ngx-select-ex/commit/512b87f)) | ||
* improve the speed of the subjOptionsSelected calculation ([dd574d7](https://github.com/optimistex/ngx-select-ex/commit/dd574d7)) | ||
* keyAction order ([35b920a](https://github.com/optimistex/ngx-select-ex/commit/35b920a)) | ||
|
||
|
||
|
||
<a name="3.6.0-dev"></a> | ||
# 3.6.0-dev (2018-09-29) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* fixed inputElRef accessibility problem ([f0043ca](https://github.com/optimistex/ngx-select-ex/commit/f0043ca)) | ||
* highlight selected item ([a660d86](https://github.com/optimistex/ngx-select-ex/commit/a660d86)) | ||
|
||
|
||
### Features | ||
|
||
* add option to auto activate element on mouse enter ([0b70a1b](https://github.com/optimistex/ngx-select-ex/commit/0b70a1b)) | ||
* use OnPush change detection ([73e15bb](https://github.com/optimistex/ngx-select-ex/commit/73e15bb)) | ||
|
||
|
||
|
||
<a name="3.5.13-dev"></a> | ||
## 3.5.13-dev (2018-06-19) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* wrong behaviour with the keepSelectedItems option ([5eaf544](https://github.com/optimistex/ngx-select-ex/commit/5eaf544)) | ||
|
||
|
||
|
||
<a name="3.5.12-dev"></a> | ||
## 3.5.12-dev (2018-06-19) | ||
|
||
|
||
|
||
<a name="3.5.11-dev"></a> | ||
## 3.5.11-dev (2018-06-18) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* placeholder out of the edges https://github.com/optimistex/ngx-select-ex/issues/87 ([8feec36](https://github.com/optimistex/ngx-select-ex/commit/8feec36)) | ||
|
||
|
||
|
||
<a name="3.5.10-dev"></a> | ||
## 3.5.10-dev (2018-06-18) | ||
|
||
|
||
|
||
<a name="3.5.9"></a> | ||
## 3.5.9 (2018-06-07) | ||
|
||
|
||
|
||
<a name="3.5.8"></a> | ||
## 3.5.8 (2018-06-07) | ||
|
||
|
||
|
||
<a name="3.5.7-dev"></a> | ||
## 3.5.7-dev (2018-06-04) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* If 'items' contains no data, option-not-found template not showing https://github.com/optimistex/ngx-select-ex/issues/81 ([0bfddaa](https://github.com/optimistex/ngx-select-ex/commit/0bfddaa)) | ||
|
||
|
||
|
||
<a name="3.5.6-dev"></a> | ||
## 3.5.6-dev (2018-05-29) | ||
|
||
|
||
|
||
<a name="3.5.5-dev"></a> | ||
## 3.5.5-dev (2018-05-25) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* Selection causing page to scroll to top in IE https://github.com/optimistex/ngx-select-ex/issues/75 ([08ca700](https://github.com/optimistex/ngx-select-ex/commit/08ca700)) | ||
|
||
|
||
|
||
<a name="3.5.4"></a> | ||
## 3.5.4 (2018-04-14) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* The enter key works wrong when used immediately after filtering https://github.com/optimistex/ngx-select-ex/issues/60 ([f219709](https://github.com/optimistex/ngx-select-ex/commit/f219709)) | ||
|
||
|
||
|
||
<a name="3.5.3"></a> | ||
## 3.5.3 (2018-04-07) | ||
|
||
|
||
|
||
<a name="3.5.2"></a> | ||
## 3.5.2 (2018-04-03) | ||
|
||
|
||
|
||
<a name="3.5.1"></a> | ||
## 3.5.1 (2018-04-03) | ||
|
||
|
||
|
||
<a name="3.5.0"></a> | ||
# 3.5.0 (2018-04-03) | ||
|
||
|
||
|
||
<a name="3.4.3"></a> | ||
## 3.4.3 (2018-04-03) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* The text filter does not work in Chrome Mobile (Android Version) https://github.com/optimistex/ngx-select-ex/issues/41 ([e2fb6fc](https://github.com/optimistex/ngx-select-ex/commit/e2fb6fc)) | ||
|
||
|
||
|
||
<a name="3.4.0"></a> | ||
# 3.4.0 (2018-03-06) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* When the dropdown item is too long, the textbox breaks - https://github.com/optimistex/ngx-select-ex/issues/29 ([d8f7127](https://github.com/optimistex/ngx-select-ex/commit/d8f7127)) | ||
|
||
|
||
|
||
<a name="3.3.12"></a> | ||
## 3.3.12 (2018-02-15) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* error on pressing the key Enter when items is empty. ([fe79b3a](https://github.com/optimistex/ngx-select-ex/commit/fe79b3a)) | ||
|
||
|
||
|
||
<a name="3.3.11"></a> | ||
## 3.3.11 (2018-02-15) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* ERROR Error: ExpressionChangedAfterItHasBeenCheckedError: Expression has changed after it was checked. Previous value: 'open show: 58'. Current value: 'open show: false'. ([32ba202](https://github.com/optimistex/ngx-select-ex/commit/32ba202)) | ||
|
||
|
||
### Features | ||
|
||
* Implement custom template for an option https://github.com/optimistex/ngx-select-ex/issues/20 ([0ad0271](https://github.com/optimistex/ngx-select-ex/commit/0ad0271)) | ||
* implemented NgxSelectComponent.navigated - https://github.com/optimistex/ngx-select-ex/issues/21#issuecomment-365211682 ([034ae8e](https://github.com/optimistex/ngx-select-ex/commit/034ae8e)), closes [/github.com/optimistex/ngx-select-ex/issues/21#issuecomment-365211682](https://github.com//github.com/optimistex/ngx-select-ex/issues/21/issues/issuecomment-365211682) | ||
* implemented templates for "option selected" and "option not found" ([633c73c](https://github.com/optimistex/ngx-select-ex/commit/633c73c)), closes [/github.com/optimistex/ngx-select-ex/issues/22#issuecomment-365724438](https://github.com//github.com/optimistex/ngx-select-ex/issues/22/issues/issuecomment-365724438) | ||
|
||
|
||
|
||
<a name="3.3.10"></a> | ||
## 3.3.10 (2018-02-10) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* Not working with custom getter https://github.com/optimistex/ngx-select-ex/issues/19 ([0710e0e](https://github.com/optimistex/ngx-select-ex/commit/0710e0e)) | ||
|
||
|
||
|
||
<a name="3.3.9"></a> | ||
## 3.3.9 (2018-02-09) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* show the message "No results found" only when the items contain some items but all of them are filtered ([26af3ab](https://github.com/optimistex/ngx-select-ex/commit/26af3ab)), closes [/github.com/optimistex/ngx-select-ex/issues/11#issuecomment-364243799](https://github.com//github.com/optimistex/ngx-select-ex/issues/11/issues/issuecomment-364243799) | ||
|
||
|
||
|
||
<a name="3.3.7"></a> | ||
## 3.3.7 (2018-02-08) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* Error on disabled option with an empty array https://github.com/optimistex/ngx-select-ex/issues/13 ([7904729](https://github.com/optimistex/ngx-select-ex/commit/7904729)) | ||
|
||
|
||
### Features | ||
|
||
* **$browser:** add the `select` and `remove` events ([93cd4be](https://github.com/optimistex/ngx-select-ex/commit/93cd4be)) | ||
|
||
|
||
|
||
<a name="3.3.6"></a> | ||
## 3.3.6 (2018-02-07) | ||
|
||
|
||
|
||
<a name="3.3.5"></a> | ||
## 3.3.5 (2018-02-07) | ||
|
||
|
||
|
||
<a name="3.3.3"></a> | ||
## 3.3.3 (2018-02-06) | ||
|
||
|
||
|
||
<a name="3.3.2"></a> | ||
## 3.3.2 (2018-02-04) | ||
|
||
|
||
|
||
<a name="3.3.0-rc2"></a> | ||
# 3.3.0-rc2 (2018-02-03) | ||
|
||
|
||
|
||
<a name="3.3.0-rc1"></a> | ||
# 3.3.0-rc1 (2018-02-03) | ||
|
||
|
||
|
||
<a name="3.2.2"></a> | ||
## 3.2.2 (2018-02-01) | ||
|
||
|
||
|
||
<a name="3.2.1"></a> | ||
## 3.2.1 (2018-02-01) | ||
|
||
|
||
|
||
<a name="3.1.1"></a> | ||
## 3.1.1 (2018-01-25) | ||
|
||
|
||
|
||
<a name="3.0.18-rc"></a> | ||
## 3.0.18-rc (2018-01-24) | ||
|
||
|
||
|
||
<a name="3.0.17-rc"></a> | ||
## 3.0.17-rc (2018-01-19) | ||
|
||
|
||
|
||
<a name="3.0.15-rc"></a> | ||
## 3.0.15-rc (2018-01-19) | ||
|
||
|
||
|
||
<a name="3.0.13-rc"></a> | ||
## 3.0.13-rc (2018-01-12) | ||
|
||
|
||
|
||
<a name="3.0.12-rc"></a> | ||
## 3.0.12-rc (2018-01-11) | ||
|
||
|
||
|
||
<a name="3.0.11-rc"></a> | ||
## 3.0.11-rc (2018-01-11) | ||
|
||
|
||
|
||
<a name="3.0.10-beta"></a> | ||
## 3.0.10-beta (2018-01-09) | ||
|
||
|
||
|
||
<a name="3.0.4-beta"></a> | ||
## 3.0.4-beta (2017-12-28) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* should be disabled by FormControl.disable() ([ff4f42b](https://github.com/optimistex/ngx-select-ex/commit/ff4f42b)) | ||
|
||
|
||
|
||
<a name="3.0.3-alpha"></a> | ||
## 3.0.3-alpha (2017-12-27) | ||
|
||
|
||
|
||
<a name="3.0.2-alpha"></a> | ||
## 3.0.2-alpha (2017-12-27) | ||
|
||
|
||
|
||
<a name="3.0.1-alpha"></a> | ||
## 3.0.1-alpha (2017-12-27) | ||
|
||
|
||
|
||
<a name="3.0.0-alpha"></a> | ||
# 3.0.0-alpha (2017-12-26) | ||
|
||
|
||
|
||
<a name="2.1.5"></a> | ||
## 2.1.5 (2017-12-23) | ||
|
||
|
||
|
||
<a name="2.1.4"></a> | ||
## 2.1.4 (2017-12-23) | ||
|
||
|
||
|
||
<a name="2.1.3"></a> | ||
## 2.1.3 (2017-12-22) | ||
|
||
|
||
|
||
<a name="2.1.2"></a> | ||
## 2.1.2 (2017-12-20) | ||
|
||
|
||
|
||
<a name="2.1.1"></a> | ||
## 2.1.1 (2017-12-20) | ||
|
||
|
||
|
||
<a name="2.1.0"></a> | ||
# 2.1.0 (2017-12-17) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **ci:** fix travis ([#906](https://github.com/optimistex/ngx-select-ex/issues/906)) ([855ac2f](https://github.com/optimistex/ngx-select-ex/commit/855ac2f)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.