-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated ReadME files, tested ngx-mat-typeahead against ivy compilatio…
…n(ngcc)
- Loading branch information
Sanjiv Kumar
committed
Apr 18, 2020
1 parent
e53e46e
commit fe7626a
Showing
8 changed files
with
43 additions
and
13 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 |
---|---|---|
@@ -1,13 +1,21 @@ | ||
## NgxMatTypeahead - v1.0.2 (04/18/2020) | ||
|
||
### Improvements: | ||
|
||
- Library compatible with Ivy. | ||
- Made the Peer depedency of Angular to version 8. | ||
- Updated ReadMe. | ||
|
||
## NgxMatTypeahead - v1.0.1 (05/27/2018) | ||
|
||
### Improvements: | ||
|
||
* Added MIT License. | ||
* Updated README with correct npm installation command for this directive. | ||
* Updated example code under `src/app` to use `ngx-mat-typeahead` module from npm/node_modules. | ||
- Added MIT License. | ||
- Updated README with correct npm installation command for this directive. | ||
- Updated example code under `src/app` to use `ngx-mat-typeahead` module from npm/node_modules. | ||
|
||
## NgxMatTypeahead - v1.0.0 (05/27/2018) | ||
|
||
### New Features: | ||
|
||
* A simple typeahead `directive` to be used with Angular Material input and matAutocomplete component. Go through the `README.md` file for detailed features and documentation. | ||
- A simple typeahead `directive` to be used with Angular Material input and matAutocomplete component. Go through the `README.md` file for detailed features and documentation. |
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
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
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
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,5 +1,21 @@ | ||
## NgxMatTypeahead - v1.0.2 (04/18/2020) | ||
|
||
### Improvements: | ||
|
||
- Library compatible with Ivy. | ||
- Made the Peer depedency of Angular to version 8. | ||
- Updated ReadMe. | ||
|
||
## NgxMatTypeahead - v1.0.1 (05/27/2018) | ||
|
||
### Improvements: | ||
|
||
- Added MIT License. | ||
- Updated README with correct npm installation command for this directive. | ||
- Updated example code under `src/app` to use `ngx-mat-typeahead` module from npm/node_modules. | ||
|
||
## NgxMatTypeahead - v1.0.0 (05/27/2018) | ||
|
||
### New Features: | ||
|
||
* A simple typeahead `directive` to be used with Angular Material input and matAutocomplete component. Go through the `README.md` file for detailed features and documentation. | ||
- A simple typeahead `directive` to be used with Angular Material input and matAutocomplete component. Go through the `README.md` file for detailed features and documentation. |
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
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
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,6 +1,6 @@ | ||
{ | ||
"name": "ngx-mat-typeahead", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description":"A simple typeahead directive to be used with Angular Material input and matAutocomplete component.", | ||
"author": "Sanjiv Kumar ([email protected])", | ||
"repository": { | ||
|
@@ -21,7 +21,7 @@ | |
], | ||
"license": "MIT", | ||
"peerDependencies": { | ||
"@angular/common": "^6.0.0-rc.0 || ^6.0.0", | ||
"@angular/core": "^6.0.0-rc.0 || ^6.0.0" | ||
"@angular/common": "^8.0.0", | ||
"@angular/core": "^8.0.0" | ||
} | ||
} |