- Upgraded to support Angular 18
- Migration for deprecated Observable params
- Adding e2e smock test for the project removing deprecated protractor adding cypress
- Upgraded to support Angular 17
- Upgraded to support Angular 16
- Upgraded to support Angular 15
- Remove deprecated modules and services
- Refactor code base splitting SCSS and HTML to seperated files
- Fix Demo/Docs project
- Upgraded to support Angular 14
- Adding Docs URL for GitHub Pages
- Upgraded to support Angular 13
- Possible fix for issues in
accept-user-input
#372 - Possible fix for getFormattedListItem(...).toLowerCase is not a function #375
- Versioning now match the latest supported Angular version
- TSLint to ESLint migration
- ES version now is ES2020
- Demo fix for observable (still not perfect)
- Upgraded to support Angular 12
- Upgraded to support Angular 9 and migrate boilerplate to
@angular/cli
- Upgraded to Angular 6 and RxJS 6
- Added new property
ignore-accents
, default istrue
- Fix build and publish issues.
- Fix bug of directive when select an item causes "cannot read property 'renderValue' of undefined"
- This version publish latest changes from PRs and support Angular 5 and may have some breaking changes.
- return keyword if no items were selected
- add a new property
select-on-blur
- Upgraded to Angular 4
- now the first item on the suggestion dropdown will not be auto-selected until we press the arrow down key
- renamed module to @ngui/auto-complete
- added a new property
match-formatted
- added a new property
value-formatter
- fixed
accept-user-input
, fixed tests
- bug fix on list formatter not applying and dropdown positioning
- fixed (undefined) display when source is list of number or boolean
- fixed (undefined) display when source is list of number or boolean
- introduced
select-valule-of
- removed
value-property-name
- list-formatter now accepts string e.g.
(id) value
- testing with initial focus
- more checking before set value