Releases: optimistex/ngx-select-ex
Releases · optimistex/ngx-select-ex
v3.6.7
- remove the rxjs-compat dependency and migrate code to RxJS6
- fix: ngx-select-ex enable() doesn't work
3.6.3
3.6.1
- upgrade to Angular: 6.1.9 (Angular CLI: 6.2.3)
- add: Keydown NumpadEnter Feature #89
- fix: placeholder out of the edges #87
- add: option
keepSelectedItems
- fix: wrong behaviour with the keepSelectedItems option
- feat: add option to auto activate element on mouse enter
- fix: highlight selected item
- feat: use OnPush change detection
- feature: pass search text to not found template
- issue: update rxjs to 6.3.3 ngx-select issue #118
3.5.9
fix some trouble with version numbers
3.5.8
3.5.4
3.5.3@dev
3.5.2
bug fix: ERROR TypeError: Cannot read property 'value' of undefined
at NgxSelectComponent.optionRemove (ngx-select.component.ts:409)
at NgxSelectComponent.inputKeyDown (ngx-select.component.ts:342)
3.5.1
3.5.0
add options:
- INgxSelectOptions.keyCodeToOptionsOpen
- INgxSelectOptions.keyCodeToOptionsClose
- INgxSelectOptions.keyCodeToOptionsSelect
- INgxSelectOptions.keyCodeToNavigateFirst
- INgxSelectOptions.keyCodeToNavigatePrevious
- INgxSelectOptions.keyCodeToNavigateNext
- INgxSelectOptions.keyCodeToNavigateLast
Currently, it uses string codes for comparing with KeyboardEvent.code
.
Read this for more details: https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/code
The reason of the changes is deprecated property: KeyboardEvent.keyCode
.
Read this for more details: https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/keyCode