All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
8.0.1 (2022-01-20)
- add
lodash.isequal
to peerDependencies (fbe2f6b)
8.0.0 (2022-01-20)
- autoformat (e900b6d)
- inconsistent template data types (afd52e5)
- move
lodash.isequal
to dev dependencies (4ac6f55) - One or more import cycles would need to be created to compile this component, which is not supported by the current compiler configuration. (3e20dd2)
7.0.1 (2021-12-04)
7.0.0 (2021-12-03)
6.1.2 (2021-12-03)
6.1.1 (2021-07-29)
- declaration of NgxSelectComponent.keepSelectedItems (b47263a)
6.1.0 (2021-05-11)
- add option to disable safe html (7edb056)
- lint & invert boolean for noSanitize (43c850e)
6.0.2 (2021-01-23)
- vulnerabilities (4f261a3)
6.0.1 (2020-12-01)
5.0.3 (2020-11-30)
5.0.2 (2020-11-10)
5.0.1 (2020-11-10)
3.7.8 (2020-04-14)
3.7.7 (2020-03-11)
3.7.6 (2020-01-13)
- NgxSelectComponent.onMouseEnter (a95d11a)
3.7.5 (2020-01-13)
3.7.4 (2019-12-07)
3.7.3 (2019-10-08)
3.6.7 (2018-11-02)
- ngx-select-ex enable() doesn't work (b68aa6f)
- highlighted text calculation (ad2f9a1)
- improve performance (512b87f)
- improve the speed of the subjOptionsSelected calculation (dd574d7)
- keyAction order (35b920a)
- wrong behaviour with the keepSelectedItems option (5eaf544)
- placeholder out of the edges optimistex#87 (8feec36)
- If 'items' contains no data, option-not-found template not showing optimistex#81 (0bfddaa)
- Selection causing page to scroll to top in IE optimistex#75 (08ca700)
- The enter key works wrong when used immediately after filtering optimistex#60 (f219709)
- The text filter does not work in Chrome Mobile (Android Version) optimistex#41 (e2fb6fc)
- When the dropdown item is too long, the textbox breaks - optimistex#29 (d8f7127)
- error on pressing the key Enter when items is empty. (fe79b3a)
- ERROR Error: ExpressionChangedAfterItHasBeenCheckedError: Expression has changed after it was checked. Previous value: 'open show: 58'. Current value: 'open show: false'. (32ba202)
- Implement custom template for an option optimistex#20 (0ad0271)
- implemented NgxSelectComponent.navigated - optimistex#21 (comment) (034ae8e), closes /github.com/optimistex/ngx-select-ex/issues/21#issuecomment-365211682
- implemented templates for "option selected" and "option not found" (633c73c), closes /github.com/optimistex/ngx-select-ex/issues/22#issuecomment-365724438
- Not working with custom getter optimistex#19 (0710e0e)
- show the message "No results found" only when the items contain some items but all of them are filtered (26af3ab), closes /github.com/optimistex/ngx-select-ex/issues/11#issuecomment-364243799
- Error on disabled option with an empty array optimistex#13 (7904729)
- $browser: add the
select
andremove
events (93cd4be)
- should be disabled by FormControl.disable() (ff4f42b)