flexible-auto-complete
Advanced tools
Comparing version 1.0.1 to 1.1.0
{ | ||
"name": "flexible-auto-complete", | ||
"version": "1.0.1", | ||
"version": "1.1.0", | ||
"license": "MIT", | ||
@@ -14,3 +14,6 @@ "scripts": { | ||
"keywords": [ | ||
"angular 4", | ||
"angular 2+", | ||
"angular 4+", | ||
"angular 5+", | ||
"angular 6+", | ||
"auto-complete", | ||
@@ -25,6 +28,6 @@ "responsive", | ||
"dependencies": { | ||
"@angular/common": "^5.0.0 || ^4.0.0 || ^2.0.0", | ||
"@angular/compiler": "^5.0.0 || ^4.0.0 || ^2.0.0", | ||
"@angular/core": "^5.0.0 || ^4.0.0 || ^2.0.0", | ||
"@angular/http": "^5.0.0 || ^4.0.0 || ^2.0.0", | ||
"@angular/common": "^6.0.0 || ^5.0.0 || ^4.0.0 || ^2.0.0", | ||
"@angular/compiler": "^6.0.0 || ^5.0.0 || ^4.0.0 || ^2.0.0", | ||
"@angular/core": "^6.0.0 || ^5.0.0 || ^4.0.0 || ^2.0.0", | ||
"@angular/http": "^6.0.0 || ^5.0.0 || ^4.0.0 || ^2.0.0", | ||
"core-js": "^2.4.1", | ||
@@ -37,3 +40,4 @@ "font-awesome": "^4.7.0", | ||
"@angular/cli": "^1.6.7", | ||
"@angular/compiler-cli": "^5.0.0 || ^4.0.0 || ^2.0.0", | ||
"@angular/compiler-cli": "^6.0.0 || ^5.0.0 || ^4.0.0 || ^2.0.0", | ||
"rxjs": "^6.2.2", | ||
"@types/node": "^6.0.60", | ||
@@ -40,0 +44,0 @@ "codelyzer": "^3.2.0", |
@@ -7,2 +7,4 @@ | ||
**NOTE:** Starting with version 1.1.0 this library is compatible with Angular 6+. | ||
Please send your requests or comments through the link provided below: | ||
@@ -13,2 +15,5 @@ | ||
# Version 1.1.0 | ||
Updated libraries to become compatible with Angular 6+. | ||
# Version 1.0.1 | ||
@@ -15,0 +20,0 @@ Fixed few issues and added attributes to make the auto-fill function better. |
115687
147
10
+ Added@angular/common@6.1.10(transitive)
+ Added@angular/compiler@6.1.10(transitive)
+ Added@angular/core@6.1.10(transitive)
+ Added@angular/http@6.1.10(transitive)
+ Added@angular/platform-browser@6.1.10(transitive)
+ Addedrxjs@6.6.7(transitive)
- Removed@angular/common@5.2.11(transitive)
- Removed@angular/compiler@5.2.11(transitive)
- Removed@angular/core@5.2.11(transitive)
- Removed@angular/http@5.2.11(transitive)
- Removed@angular/platform-browser@5.2.11(transitive)
- Removedrxjs@5.5.12(transitive)
- Removedsymbol-observable@1.0.1(transitive)
Updated@angular/compiler@^6.0.0 || ^5.0.0 || ^4.0.0 || ^2.0.0