File tree 14 files changed +35
-27
lines changed
projects/ng-dynamic-forms 14 files changed +35
-27
lines changed Original file line number Diff line number Diff line change
1
+ # 17.0.0
2
+
3
+ ### **Features**
4
+
5
+ * Migration to Material 15 (MDC)
6
+
7
+ ***
8
+
1
9
# 16.0.0
2
10
3
11
### **Features**
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ng-dynamic-forms" ,
3
- "version" : " 16 .0.0" ,
3
+ "version" : " 17 .0.0" ,
4
4
"description" : " A rapid form development library for Angular" ,
5
5
"repository" : {
6
6
"type" : " git" ,
120
120
"tslint" : " ~6.1.0" ,
121
121
"typescript" : " ~4.8.3"
122
122
}
123
- }
123
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ng-dynamic-forms/core" ,
3
- "version" : " 16 .0.0" ,
3
+ "version" : " 17 .0.0" ,
4
4
"description" : " A rapid form development library for Angular" ,
5
5
"keywords" : [
6
6
" angular" ,
43
43
"dependencies" : {
44
44
"tslib" : " ^2.0.0"
45
45
}
46
- }
46
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ng-dynamic-forms/ui-basic" ,
3
- "version" : " 16 .0.0" ,
3
+ "version" : " 17 .0.0" ,
4
4
"description" : " Basic UI package for NG Dynamic Forms" ,
5
5
"keywords" : [
6
6
" angular" ,
28
28
"url" : " git+https://github.com/udos86/ng-dynamic-forms.git"
29
29
},
30
30
"peerDependencies" : {
31
- "@ng-dynamic-forms/core" : " ^16 .0.0" ,
31
+ "@ng-dynamic-forms/core" : " ^17 .0.0" ,
32
32
"ngx-mask" : " ^13.0.0"
33
33
},
34
34
"es2015" : " ./fesm2015/ui-basic.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ng-dynamic-forms/ui-bootstrap" ,
3
- "version" : " 16 .0.0" ,
3
+ "version" : " 17 .0.0" ,
4
4
"description" : " Bootstrap UI package for NG Dynamic Forms" ,
5
5
"keywords" : [
6
6
" angular" ,
30
30
"url" : " git+https://github.com/udos86/ng-dynamic-forms.git"
31
31
},
32
32
"peerDependencies" : {
33
- "@ng-dynamic-forms/core" : " ^16 .0.0" ,
33
+ "@ng-dynamic-forms/core" : " ^17 .0.0" ,
34
34
"bootstrap" : " ^3.3.7" ,
35
35
"ngx-bootstrap" : " ^6.0.0" ,
36
36
"ngx-mask" : " ^13.0.0"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ng-dynamic-forms/ui-foundation" ,
3
- "version" : " 16 .0.0" ,
3
+ "version" : " 17 .0.0" ,
4
4
"description" : " Foundation UI package for NG Dynamic Forms" ,
5
5
"keywords" : [
6
6
" angular" ,
29
29
"url" : " git+https://github.com/udos86/ng-dynamic-forms.git"
30
30
},
31
31
"peerDependencies" : {
32
- "@ng-dynamic-forms/core" : " ^16 .0.0" ,
32
+ "@ng-dynamic-forms/core" : " ^17 .0.0" ,
33
33
"foundation-sites" : " ^6.3.1" ,
34
34
"ngx-mask" : " ^13.0.0"
35
35
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ng-dynamic-forms/ui-ionic" ,
3
- "version" : " 16 .0.0" ,
3
+ "version" : " 17 .0.0" ,
4
4
"description" : " Ionic UI package for NG Dynamic Forms" ,
5
5
"keywords" : [
6
6
" angular" ,
30
30
},
31
31
"peerDependencies" : {
32
32
"@ionic/angular" : " ^6.0.0" ,
33
- "@ng-dynamic-forms/core" : " ^16 .0.0"
33
+ "@ng-dynamic-forms/core" : " ^17 .0.0"
34
34
},
35
35
"es2015" : " ./fesm2015/ui-ionic.js" ,
36
36
"esm2015" : " ./esm2015/ui-ionic.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ng-dynamic-forms/ui-kendo" ,
3
- "version" : " 16 .0.0" ,
3
+ "version" : " 17 .0.0" ,
4
4
"description" : " Kendo UI package for NG Dynamic Forms" ,
5
5
"keywords" : [
6
6
" angular" ,
29
29
"url" : " git+https://github.com/udos86/ng-dynamic-forms.git"
30
30
},
31
31
"peerDependencies" : {
32
- "@ng-dynamic-forms/core" : " ^16 .0.0" ,
32
+ "@ng-dynamic-forms/core" : " ^17 .0.0" ,
33
33
"@progress/kendo-angular-dateinputs" : " ^6.0.3" ,
34
34
"@progress/kendo-angular-dropdowns" : " ^6.0.2" ,
35
35
"@progress/kendo-angular-inputs" : " ^8.0.9" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ng-dynamic-forms/ui-material" ,
3
- "version" : " 16 .0.0" ,
3
+ "version" : " 17 .0.0" ,
4
4
"description" : " Material UI package for NG Dynamic Forms" ,
5
5
"keywords" : [
6
6
" angular" ,
30
30
},
31
31
"peerDependencies" : {
32
32
"@angular/material" : " ^15.0.0" ,
33
- "@ng-dynamic-forms/core" : " ^16 .0.0"
33
+ "@ng-dynamic-forms/core" : " ^17 .0.0"
34
34
},
35
35
"es2015" : " ./fesm2015/ui-material.js" ,
36
36
"esm2015" : " ./esm2015/ui-material.js" ,
41
41
"dependencies" : {
42
42
"tslib" : " ^2.0.0"
43
43
}
44
- }
44
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ng-dynamic-forms/ui-ng-bootstrap" ,
3
- "version" : " 16 .0.0" ,
3
+ "version" : " 17 .0.0" ,
4
4
"description" : " NG Bootstrap UI package for NG Dynamic Forms" ,
5
5
"keywords" : [
6
6
" angular" ,
31
31
},
32
32
"peerDependencies" : {
33
33
"@ng-bootstrap/ng-bootstrap" : " ^11.0.0" ,
34
- "@ng-dynamic-forms/core" : " ^16 .0.0" ,
34
+ "@ng-dynamic-forms/core" : " ^17 .0.0" ,
35
35
"ngx-mask" : " ^13.0.0" ,
36
36
"bootstrap" : " ^4.0.0"
37
37
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ng-dynamic-forms/ui-ngx-bootstrap" ,
3
- "version" : " 16 .0.0" ,
3
+ "version" : " 17 .0.0" ,
4
4
"description" : " ngx-bootstrap UI package for NG Dynamic Forms" ,
5
5
"keywords" : [
6
6
" angular" ,
30
30
"url" : " git+https://github.com/udos86/ng-dynamic-forms.git"
31
31
},
32
32
"peerDependencies" : {
33
- "@ng-dynamic-forms/core" : " ^16 .0.0" ,
33
+ "@ng-dynamic-forms/core" : " ^17 .0.0" ,
34
34
"ngx-mask" : " ^13.0.0" ,
35
35
"bootstrap" : " ^4.0.0" ,
36
36
"ngx-bootstrap" : " ^8.0.0"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ng-dynamic-forms/ui-primeng" ,
3
- "version" : " 16 .0.0" ,
3
+ "version" : " 17 .0.0" ,
4
4
"description" : " PrimeNG UI package for NG Dynamic Forms" ,
5
5
"keywords" : [
6
6
" angular" ,
29
29
"url" : " git+https://github.com/udos86/ng-dynamic-forms.git"
30
30
},
31
31
"peerDependencies" : {
32
- "@ng-dynamic-forms/core" : " ^16 .0.0" ,
32
+ "@ng-dynamic-forms/core" : " ^17 .0.0" ,
33
33
"primeng" : " ^15.0.0-rc.1"
34
34
},
35
35
"optionalDependencies" : {
44
44
"dependencies" : {
45
45
"tslib" : " ^2.0.0"
46
46
}
47
- }
47
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ng-dynamic-forms/schematics" ,
3
- "version" : " 16 .0.0" ,
3
+ "version" : " 17 .0.0" ,
4
4
"description" : " NG Dynamic Forms schematics" ,
5
5
"scripts" : {
6
6
"build" : " tsc -p tsconfig.json" ,
You can’t perform that action at this time.
0 commit comments