Skip to content

Commit

Permalink
Merge pull request #435 from almothafar/master
Browse files Browse the repository at this point in the history
Angular 13
  • Loading branch information
almothafar authored Sep 15, 2024
2 parents 0d77ee8 + b4d4a5e commit 6724fb4
Show file tree
Hide file tree
Showing 23 changed files with 11,047 additions and 14,582 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* text=auto eol=lf
48 changes: 48 additions & 0 deletions .github/ISSUE_TEMPLATE.md
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>
```


1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ speed-measure-plugin*.json
.history/*

# misc
/.angular/cache
/.sass-cache
/connect.lock
/coverage
Expand Down
168 changes: 89 additions & 79 deletions CHANGELOG.md
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
20 changes: 0 additions & 20 deletions ISSUE_TEMPLATE.md

This file was deleted.

Loading

0 comments on commit 6724fb4

Please sign in to comment.