Skip to content

Commit 4c8dd0c

Browse files
committed
11.0.1
1 parent b094fe6 commit 4c8dd0c

File tree

18 files changed

+297
-465
lines changed

18 files changed

+297
-465
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 11.0.0 / 11.0.1
2+
3+
### **Features**
4+
5+
* Support for Angular 9
6+
17
# 10.1.0
28

39
### **Features**

package-lock.json

Lines changed: 223 additions & 362 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ng-dynamic-forms",
3-
"version": "10.1.0",
3+
"version": "11.0.1",
44
"description": "A rapid form development library for Angular",
55
"repository": {
66
"type": "git",
@@ -26,16 +26,16 @@
2626
"e2e": "ng e2e",
2727
"build:sample": "ng build ng-dynamic-forms --prod --aot --base-href http://ng2-dynamic-forms.udos86.de/sample/",
2828
"build:lib": "npm run build:core && npm run build:ui-basic && npm run build:ui-bootstrap && npm run build:ui-foundation && npm run build:ui-ionic && npm run build:ui-kendo && npm run build:ui-material && npm run build:ui-ng-bootstrap && npm run build:ui-ngx-bootstrap && npm run build:ui-primeng",
29-
"build:core": "ng build @ng-dynamic-forms/core",
30-
"build:ui-basic": "ng build @ng-dynamic-forms/ui-basic",
31-
"build:ui-bootstrap": "ng build @ng-dynamic-forms/ui-bootstrap",
32-
"build:ui-foundation": "ng build @ng-dynamic-forms/ui-foundation",
33-
"build:ui-ionic": "ng build @ng-dynamic-forms/ui-ionic",
34-
"build:ui-kendo": "ng build @ng-dynamic-forms/ui-kendo",
35-
"build:ui-material": "ng build @ng-dynamic-forms/ui-material",
36-
"build:ui-ng-bootstrap": "ng build @ng-dynamic-forms/ui-ng-bootstrap",
37-
"build:ui-ngx-bootstrap": "ng build @ng-dynamic-forms/ui-ngx-bootstrap",
38-
"build:ui-primeng": "ng build @ng-dynamic-forms/ui-primeng",
29+
"build:core": "ng build @ng-dynamic-forms/core --prod",
30+
"build:ui-basic": "ng build @ng-dynamic-forms/ui-basic --prod",
31+
"build:ui-bootstrap": "ng build @ng-dynamic-forms/ui-bootstrap --prod",
32+
"build:ui-foundation": "ng build @ng-dynamic-forms/ui-foundation --prod",
33+
"build:ui-ionic": "ng build @ng-dynamic-forms/ui-ionic --prod",
34+
"build:ui-kendo": "ng build @ng-dynamic-forms/ui-kendo --prod",
35+
"build:ui-material": "ng build @ng-dynamic-forms/ui-material --prod",
36+
"build:ui-ng-bootstrap": "ng build @ng-dynamic-forms/ui-ng-bootstrap --prod",
37+
"build:ui-ngx-bootstrap": "ng build @ng-dynamic-forms/ui-ngx-bootstrap --prod",
38+
"build:ui-primeng": "ng build @ng-dynamic-forms/ui-primeng --prod",
3939
"build:schematics": "tsc -p ./schematics/tsconfig.json",
4040
"doc:lib": "compodoc -p projects/tsconfig.compodoc.json -d ./docs",
4141
"test:lib": "npm run test:core && npm run test:ui-basic && npm run test:ui-bootstrap && npm run test:ui-foundation && npm run test:ui-ionic && npm run test:ui-kendo && npm run test:ui-material && npm run test:ui-ng-bootstrap && npm run test:ui-ngx-bootstrap && npm run test:ui-primeng",
@@ -81,8 +81,8 @@
8181
"angular2-text-mask": "^9.0.0",
8282
"bootstrap": "^4.4.1",
8383
"chart.js": "^2.9.3",
84-
"core-js": "^3.4.4",
85-
"foundation-sites": "^6.5.3",
84+
"core-js": "^3.6.5",
85+
"foundation-sites": "^6.6.3",
8686
"ngx-bootstrap": "^5.6.1",
8787
"primeicons": "^2.0.0",
8888
"primeng": "^9.0.5",
@@ -98,26 +98,26 @@
9898
"@angular-devkit/build-ng-packagr": "~0.901.1",
9999
"@angular-devkit/core": "^9.1.1",
100100
"@angular-devkit/schematics": "^9.1.1",
101-
"@angular-devkit/schematics-cli": "^0.900.2",
101+
"@angular-devkit/schematics-cli": "^0.901.1",
102102
"@angular/cli": "~9.1.1",
103103
"@angular/compiler-cli": "~9.1.1",
104104
"@angular/language-service": "~9.1.1",
105105
"@compodoc/compodoc": "^1.1.11",
106-
"@types/jasmine": "^3.5.0",
106+
"@types/jasmine": "^3.5.10",
107107
"@types/jasminewd2": "^2.0.8",
108-
"@types/node": "^12.11.1",
109-
"codelyzer": "^5.1.2",
110-
"jasmine-core": "~3.4.0",
108+
"@types/node": "^12.12.35",
109+
"codelyzer": "^5.2.2",
110+
"jasmine-core": "~3.5.0",
111111
"jasmine-spec-reporter": "~4.2.1",
112112
"karma": "~4.1.0",
113-
"karma-chrome-launcher": "~2.2.0",
113+
"karma-chrome-launcher": "~3.1.0",
114114
"karma-coverage-istanbul-reporter": "^2.1.1",
115-
"karma-jasmine": "~2.0.1",
116-
"karma-jasmine-html-reporter": "^1.4.2",
115+
"karma-jasmine": "^3.1.1",
116+
"karma-jasmine-html-reporter": "^1.5.3",
117117
"ng-packagr": "^9.1.1",
118-
"protractor": "~5.4.0",
119-
"ts-node": "~7.0.0",
120-
"tslint": "^5.20.1",
121-
"typescript": "^3.8.3"
118+
"protractor": "^5.4.3",
119+
"ts-node": "~8.3.0",
120+
"tslint": "~6.1.1",
121+
"typescript": "~3.8.3"
122122
}
123-
}
123+
}

projects/ng-dynamic-forms/core/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ng-dynamic-forms/core",
3-
"version": "10.1.0",
3+
"version": "11.0.1",
44
"description": "A rapid form development library for Angular",
55
"keywords": [
66
"angular",
@@ -28,11 +28,11 @@
2828
"url": "git+https://github.com/udos86/ng-dynamic-forms.git"
2929
},
3030
"peerDependencies": {
31-
"@angular/common": "^8.0.0",
32-
"@angular/core": "^8.0.0",
33-
"@angular/forms": "^8.0.0",
31+
"@angular/common": "^9.0.0",
32+
"@angular/core": "^9.0.0",
33+
"@angular/forms": "^9.0.0",
3434
"core-js": "^3.1.3",
35-
"rxjs": "^6.4.0"
35+
"rxjs": "^6.5.5"
3636
},
3737
"es2015": "./fesm2015/core.js",
3838
"esm2015": "./esm2015/core.js",

projects/ng-dynamic-forms/ui-basic/package.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ng-dynamic-forms/ui-basic",
3-
"version": "10.1.0",
3+
"version": "11.0.1",
44
"description": "Basic UI package for NG Dynamic Forms",
55
"keywords": [
66
"angular",
@@ -28,12 +28,8 @@
2828
"url": "git+https://github.com/udos86/ng-dynamic-forms.git"
2929
},
3030
"peerDependencies": {
31-
"@angular/common": "^8.0.0",
32-
"@angular/core": "^8.0.0",
33-
"@angular/forms": "^8.0.0",
34-
"@ng-dynamic-forms/core": "^10.1.0",
35-
"angular2-text-mask": "^9.0.0",
36-
"rxjs": "^6.4.0"
31+
"@ng-dynamic-forms/core": "^11.0.1",
32+
"angular2-text-mask": "^9.0.0"
3733
},
3834
"es2015": "./fesm2015/ui-basic.js",
3935
"esm2015": "./esm2015/ui-basic.js",

projects/ng-dynamic-forms/ui-bootstrap/package.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ng-dynamic-forms/ui-bootstrap",
3-
"version": "10.1.0",
3+
"version": "11.0.1",
44
"description": "Bootstrap UI package for NG Dynamic Forms",
55
"keywords": [
66
"angular",
@@ -30,14 +30,10 @@
3030
"url": "git+https://github.com/udos86/ng-dynamic-forms.git"
3131
},
3232
"peerDependencies": {
33-
"@angular/common": "^8.0.0",
34-
"@angular/core": "^8.0.0",
35-
"@angular/forms": "^8.0.0",
36-
"@ng-dynamic-forms/core": "^10.1.0",
33+
"@ng-dynamic-forms/core": "^11.0.1",
3734
"angular2-text-mask": "^9.0.0",
3835
"bootstrap": "^3.3.7",
39-
"ngx-bootstrap": "^5.0.0",
40-
"rxjs": "^6.4.0"
36+
"ngx-bootstrap": "^5.0.0"
4137
},
4238
"es2015": "./fesm2015/ui-bootstrap.js",
4339
"esm2015": "./esm2015/ui-bootstrap.js",

projects/ng-dynamic-forms/ui-bootstrap/src/lib/rating/dynamic-bootstrap-rating.component.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { NoopAnimationsModule } from "@angular/platform-browser/animations";
55
import { By } from "@angular/platform-browser";
66
import { TextMaskModule } from "angular2-text-mask";
77
import { DynamicFormsCoreModule, DynamicFormService, DynamicRatingModel } from "@ng-dynamic-forms/core";
8-
import { RatingModule } from "ngx-bootstrap";
8+
import { RatingModule } from "ngx-bootstrap/rating";
99
import { DynamicBootstrapRatingComponent } from "./dynamic-bootstrap-rating.component";
1010

1111
describe("DynamicBootstrapRatingComponent test suite", () => {

projects/ng-dynamic-forms/ui-foundation/package.json

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ng-dynamic-forms/ui-foundation",
3-
"version": "10.1.0",
3+
"version": "11.0.1",
44
"description": "Foundation UI package for NG Dynamic Forms",
55
"keywords": [
66
"angular",
@@ -29,13 +29,8 @@
2929
"url": "git+https://github.com/udos86/ng-dynamic-forms.git"
3030
},
3131
"peerDependencies": {
32-
"@angular/common": "^8.0.0",
33-
"@angular/core": "^8.0.0",
34-
"@angular/forms": "^8.0.0",
35-
"@ng-dynamic-forms/core": "^10.1.0",
36-
"angular2-text-mask": "^9.0.0",
37-
"foundation-sites": "^6.3.1",
38-
"rxjs": "^6.4.0"
32+
"@ng-dynamic-forms/core": "^11.0.1",
33+
"foundation-sites": "^6.3.1"
3934
},
4035
"es2015": "./fesm2015/ui-foundation.js",
4136
"esm2015": "./esm2015/ui-foundation.js",

projects/ng-dynamic-forms/ui-ionic/package.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ng-dynamic-forms/ui-ionic",
3-
"version": "10.1.0",
3+
"version": "11.0.1",
44
"description": "Ionic UI package for NG Dynamic Forms",
55
"keywords": [
66
"angular",
@@ -29,12 +29,8 @@
2929
"url": "git+https://github.com/udos86/ng-dynamic-forms.git"
3030
},
3131
"peerDependencies": {
32-
"@angular/common": "^8.0.0",
33-
"@angular/core": "^8.0.0",
34-
"@angular/forms": "^8.0.0",
35-
"@ionic/angular": "^4.0.0",
36-
"@ng-dynamic-forms/core": "^10.1.0",
37-
"rxjs": "^6.4.0"
32+
"@ionic/angular": "^5.0.0",
33+
"@ng-dynamic-forms/core": "^11.0.1"
3834
},
3935
"es2015": "./fesm2015/ui-ionic.js",
4036
"esm2015": "./esm2015/ui-ionic.js",

projects/ng-dynamic-forms/ui-kendo/package.json

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ng-dynamic-forms/ui-kendo",
3-
"version": "10.1.0",
3+
"version": "11.0.1",
44
"description": "Kendo UI package for NG Dynamic Forms",
55
"keywords": [
66
"angular",
@@ -29,15 +29,11 @@
2929
"url": "git+https://github.com/udos86/ng-dynamic-forms.git"
3030
},
3131
"peerDependencies": {
32-
"@angular/common": "^8.0.0",
33-
"@angular/core": "^8.0.0",
34-
"@angular/forms": "^8.0.0",
35-
"@ng-dynamic-forms/core": "^10.1.0",
36-
"@progress/kendo-angular-dateinputs": "^4.0.0",
37-
"@progress/kendo-angular-dropdowns": "^4.0.0",
38-
"@progress/kendo-angular-inputs": "^6.0.0",
39-
"@progress/kendo-angular-upload": "^5.0.0",
40-
"rxjs": "^6.4.0"
32+
"@ng-dynamic-forms/core": "^11.0.1",
33+
"@progress/kendo-angular-dateinputs": "^4.2.2",
34+
"@progress/kendo-angular-dropdowns": "^4.2.6",
35+
"@progress/kendo-angular-inputs": "^6.5.0",
36+
"@progress/kendo-angular-upload": "^5.2.1"
4137
},
4238
"es2015": "./fesm2015/ui-kendo.js",
4339
"esm2015": "./esm2015/ui-kendo.js",

0 commit comments

Comments
 (0)