-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #435 from almothafar/master
Angular 13
- Loading branch information
Showing
23 changed files
with
11,047 additions
and
14,582 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 @@ | ||
* text=auto eol=lf |
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,48 @@ | ||
# Prerequisites | ||
|
||
Please answer the following questions for yourself before submitting an issue. | ||
|
||
- [ ] I am running the latest version | ||
- [ ] I checked the documentation and found no answer | ||
- [ ] I checked to make sure that this issue has not already been filed | ||
- [ ] Plunker example is made **REQUIRED** | ||
|
||
**IMPORTANT** | ||
_Please be specific with an example. An issue with_ **no example may be closed**. | ||
|
||
# Expected Behavior | ||
|
||
Please describe the behavior you are expecting | ||
|
||
# Current Behavior | ||
|
||
What is the current behavior? | ||
|
||
|
||
## Steps to Reproduce | ||
|
||
**Steps to reproduce and a minimal demo** | ||
|
||
- _What steps should we try in your demo to see the problem?_ | ||
- _Plunker example(REQUIRED)_ | ||
- _If you cannot reproduce an issue with a plunker example, it's your environmental issue_ | ||
|
||
Please provide detailed steps for reproducing the issue. | ||
|
||
1. | ||
2. | ||
3. | ||
|
||
## Issue Logs | ||
|
||
Please include any relevant log snippets or files here, otherwise delete this section. | ||
|
||
## Angular Info | ||
|
||
Please run `ng version` and paste it here: | ||
|
||
```shell | ||
<OUTPUT HERE> | ||
``` | ||
|
||
|
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 |
---|---|---|
|
@@ -32,6 +32,7 @@ speed-measure-plugin*.json | |
.history/* | ||
|
||
# misc | ||
/.angular/cache | ||
/.sass-cache | ||
/connect.lock | ||
/coverage | ||
|
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 |
---|---|---|
@@ -1,79 +1,89 @@ | ||
## [4.0.0] Major Update | ||
|
||
- Upgraded to support Angular 12 | ||
|
||
## [3.0.0] Major Update | ||
|
||
- Upgraded to support Angular 9 and migrate boilerplate to `@angular/cli` | ||
|
||
## [2.0.0] Major Update | ||
|
||
- Upgraded to Angular 6 and RxJS 6 | ||
- Added new property `ignore-accents`, default is `true` | ||
|
||
### [1.0.2] | ||
|
||
- Fix build and publish issues. | ||
|
||
###### [1.0.1] - _BROKEN!_ | ||
|
||
- Fix bug of directive when select an item causes "cannot read property 'renderValue' of undefined" | ||
|
||
## [1.0.0] Major Update | ||
|
||
- This version publish latest changes from PRs and support Angular 5 and may have some breaking changes. | ||
|
||
### [0.14.2] | ||
|
||
- return keyword if no items were selected | ||
|
||
### [0.14.1] | ||
|
||
- add a new property `select-on-blur` | ||
|
||
### [0.14.0] | ||
|
||
- Upgraded to Angular 4 | ||
|
||
### [0.13.4] | ||
|
||
- now the first item on the suggestion dropdown will not be auto-selected until we press the arrow down key | ||
|
||
### [0.13.0] | ||
|
||
- renamed module to @ngui/auto-complete | ||
|
||
### [0.12.0] | ||
|
||
- added a new property `match-formatted` | ||
|
||
### [0.11.0] | ||
|
||
- added a new property `value-formatter` | ||
|
||
### [0.10.10] | ||
|
||
- fixed `accept-user-input`, fixed tests | ||
|
||
### [0.10.9] | ||
|
||
- bug fix on list formatter not applying and dropdown positioning | ||
- fixed (undefined) display when source is list of number or boolean | ||
|
||
### [0.10.8] | ||
|
||
- fixed (undefined) display when source is list of number or boolean | ||
|
||
### [0.10.7] | ||
|
||
- introduced `select-valule-of` | ||
- removed `value-property-name` | ||
- list-formatter now accepts string e.g. `(id) value` | ||
|
||
### [0.10.6] | ||
|
||
- testing with initial focus | ||
|
||
### [0.10.5] | ||
|
||
- more checking before set value | ||
## [13.0.0] Major Update | ||
|
||
- 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) | ||
|
||
## [4.0.0] Major Update | ||
|
||
- Upgraded to support Angular 12 | ||
|
||
## [3.0.0] Major Update | ||
|
||
- Upgraded to support Angular 9 and migrate boilerplate to `@angular/cli` | ||
|
||
## [2.0.0] Major Update | ||
|
||
- Upgraded to Angular 6 and RxJS 6 | ||
- Added new property `ignore-accents`, default is `true` | ||
|
||
### [1.0.2] | ||
|
||
- Fix build and publish issues. | ||
|
||
###### [1.0.1] - _BROKEN!_ | ||
|
||
- Fix bug of directive when select an item causes "cannot read property 'renderValue' of undefined" | ||
|
||
## [1.0.0] Major Update | ||
|
||
- This version publish latest changes from PRs and support Angular 5 and may have some breaking changes. | ||
|
||
### [0.14.2] | ||
|
||
- return keyword if no items were selected | ||
|
||
### [0.14.1] | ||
|
||
- add a new property `select-on-blur` | ||
|
||
### [0.14.0] | ||
|
||
- Upgraded to Angular 4 | ||
|
||
### [0.13.4] | ||
|
||
- now the first item on the suggestion dropdown will not be auto-selected until we press the arrow down key | ||
|
||
### [0.13.0] | ||
|
||
- renamed module to @ngui/auto-complete | ||
|
||
### [0.12.0] | ||
|
||
- added a new property `match-formatted` | ||
|
||
### [0.11.0] | ||
|
||
- added a new property `value-formatter` | ||
|
||
### [0.10.10] | ||
|
||
- fixed `accept-user-input`, fixed tests | ||
|
||
### [0.10.9] | ||
|
||
- bug fix on list formatter not applying and dropdown positioning | ||
- fixed (undefined) display when source is list of number or boolean | ||
|
||
### [0.10.8] | ||
|
||
- fixed (undefined) display when source is list of number or boolean | ||
|
||
### [0.10.7] | ||
|
||
- introduced `select-valule-of` | ||
- removed `value-property-name` | ||
- list-formatter now accepts string e.g. `(id) value` | ||
|
||
### [0.10.6] | ||
|
||
- testing with initial focus | ||
|
||
### [0.10.5] | ||
|
||
- more checking before set value |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.