Skip to content

Commit ecb15ef

Browse files
committed
14.0.1
1 parent 76e3228 commit ecb15ef

File tree

16 files changed

+29
-29
lines changed

16 files changed

+29
-29
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
### **Bugfixes**
88

9-
* adds `distinctUntilChanged()` operator in `DynamicFormsRelationService` to performance problems ()
10-
* adds manual change detection when async validation resolves ()
9+
* adds `distinctUntilChanged()` operator in `DynamicFormsRelationService` to performance problems (closes [#1060](https://github.com/udos86/ng-dynamic-forms/issues/1122))
10+
* adds manual change detection when async validation resolves
1111

1212
# 14.0.0
1313

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2016-2019, Udo Schöfer http://www.udos86.de
1+
Copyright (c) 2016-2021, Udo Schöfer http://www.udos86.de
22

33
Permission to use, copy, modify, and/or distribute this software for any
44
purpose with or without fee is hereby granted, provided that the above

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ Arbitrary CSS classes can be provided for any form control by binding a `Dynamic
464464
A `DynamicFormLayout` is a simple object literal that associates a CSS class configuration object with a model id.
465465

466466
By differentiating between `element` and `grid `context NG Dynamic Forms can automatically apply the
467-
CSS class strings in the component template based on [position identifiers](http://ng2-dynamic-forms.udos86.de/docs/core/interfaces/_model_misc_dynamic_form_control_layout_model_.dynamicformcontrollayoutconfig.html):
467+
CSS class strings in the component template based on [position identifiers](https://github.com/udos86/ng-dynamic-forms/blob/master/projects/ng-dynamic-forms/core/src/lib/model/misc/dynamic-form-control-layout.model.ts):
468468
```typescript
469469
export const MY_FORM_LAYOUT = {
470470

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ng-dynamic-forms",
3-
"version": "14.0.0",
3+
"version": "14.0.1",
44
"description": "A rapid form development library for Angular",
55
"repository": {
66
"type": "git",
@@ -120,4 +120,4 @@
120120
"tslint": "~6.1.0",
121121
"typescript": "~4.2.4"
122122
}
123-
}
123+
}

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ng-dynamic-forms/core",
3-
"version": "14.0.0",
3+
"version": "14.0.1",
44
"description": "A rapid form development library for Angular",
55
"keywords": [
66
"angular",

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ng-dynamic-forms/ui-basic",
3-
"version": "14.0.0",
3+
"version": "14.0.1",
44
"description": "Basic UI package for NG Dynamic Forms",
55
"keywords": [
66
"angular",
@@ -28,7 +28,7 @@
2828
"url": "git+https://github.com/udos86/ng-dynamic-forms.git"
2929
},
3030
"peerDependencies": {
31-
"@ng-dynamic-forms/core": "^14.0.0",
31+
"@ng-dynamic-forms/core": "^14.0.1",
3232
"ngx-mask": "^12.0.0"
3333
},
3434
"es2015": "./fesm2015/ui-basic.js",

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ng-dynamic-forms/ui-bootstrap",
3-
"version": "14.0.0",
3+
"version": "14.0.1",
44
"description": "Bootstrap UI package for NG Dynamic Forms",
55
"keywords": [
66
"angular",
@@ -30,7 +30,7 @@
3030
"url": "git+https://github.com/udos86/ng-dynamic-forms.git"
3131
},
3232
"peerDependencies": {
33-
"@ng-dynamic-forms/core": "^14.0.0",
33+
"@ng-dynamic-forms/core": "^14.0.1",
3434
"bootstrap": "^3.3.7",
3535
"ngx-bootstrap": "^6.0.0",
3636
"ngx-mask": "^12.0.0"

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ng-dynamic-forms/ui-foundation",
3-
"version": "14.0.0",
3+
"version": "14.0.1",
44
"description": "Foundation UI package for NG Dynamic Forms",
55
"keywords": [
66
"angular",
@@ -29,7 +29,7 @@
2929
"url": "git+https://github.com/udos86/ng-dynamic-forms.git"
3030
},
3131
"peerDependencies": {
32-
"@ng-dynamic-forms/core": "^14.0.0",
32+
"@ng-dynamic-forms/core": "^14.0.1",
3333
"foundation-sites": "^6.3.1",
3434
"ngx-mask": "^12.0.0"
3535
},

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ng-dynamic-forms/ui-ionic",
3-
"version": "14.0.0",
3+
"version": "14.0.1",
44
"description": "Ionic UI package for NG Dynamic Forms",
55
"keywords": [
66
"angular",
@@ -30,7 +30,7 @@
3030
},
3131
"peerDependencies": {
3232
"@ionic/angular": "^5.0.0",
33-
"@ng-dynamic-forms/core": "^14.0.0"
33+
"@ng-dynamic-forms/core": "^14.0.1"
3434
},
3535
"es2015": "./fesm2015/ui-ionic.js",
3636
"esm2015": "./esm2015/ui-ionic.js",

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ng-dynamic-forms/ui-kendo",
3-
"version": "14.0.0",
3+
"version": "14.0.1",
44
"description": "Kendo UI package for NG Dynamic Forms",
55
"keywords": [
66
"angular",
@@ -29,7 +29,7 @@
2929
"url": "git+https://github.com/udos86/ng-dynamic-forms.git"
3030
},
3131
"peerDependencies": {
32-
"@ng-dynamic-forms/core": "^14.0.0",
32+
"@ng-dynamic-forms/core": "^14.0.1",
3333
"@progress/kendo-angular-dateinputs": "^5.2.0",
3434
"@progress/kendo-angular-dropdowns": "^5.3.0",
3535
"@progress/kendo-angular-inputs": "^7.3.0",

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ng-dynamic-forms/ui-material",
3-
"version": "14.0.0",
3+
"version": "14.0.1",
44
"description": "Material UI package for NG Dynamic Forms",
55
"keywords": [
66
"angular",
@@ -30,7 +30,7 @@
3030
},
3131
"peerDependencies": {
3232
"@angular/material": "^12.0.0",
33-
"@ng-dynamic-forms/core": "^14.0.0"
33+
"@ng-dynamic-forms/core": "^14.0.1"
3434
},
3535
"es2015": "./fesm2015/ui-material.js",
3636
"esm2015": "./esm2015/ui-material.js",

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ng-dynamic-forms/ui-ng-bootstrap",
3-
"version": "14.0.0",
3+
"version": "14.0.1",
44
"description": "NG Bootstrap UI package for NG Dynamic Forms",
55
"keywords": [
66
"angular",
@@ -31,7 +31,7 @@
3131
},
3232
"peerDependencies": {
3333
"@ng-bootstrap/ng-bootstrap": "^10.0.0",
34-
"@ng-dynamic-forms/core": "^14.0.0",
34+
"@ng-dynamic-forms/core": "^14.0.1",
3535
"ngx-mask": "^12.0.0",
3636
"bootstrap": "^4.0.0"
3737
},
@@ -44,4 +44,4 @@
4444
"dependencies": {
4545
"tslib": "^2.0.0"
4646
}
47-
}
47+
}

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ng-dynamic-forms/ui-ngx-bootstrap",
3-
"version": "14.0.0",
3+
"version": "14.0.1",
44
"description": "ngx-bootstrap UI package for NG Dynamic Forms",
55
"keywords": [
66
"angular",
@@ -30,7 +30,7 @@
3030
"url": "git+https://github.com/udos86/ng-dynamic-forms.git"
3131
},
3232
"peerDependencies": {
33-
"@ng-dynamic-forms/core": "^14.0.0",
33+
"@ng-dynamic-forms/core": "^14.0.1",
3434
"ngx-mask": "^12.0.0",
3535
"bootstrap": "^4.0.0",
3636
"ngx-bootstrap": "^6.0.0"

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ng-dynamic-forms/ui-primeng",
3-
"version": "14.0.0",
3+
"version": "14.0.1",
44
"description": "PrimeNG UI package for NG Dynamic Forms",
55
"keywords": [
66
"angular",
@@ -29,7 +29,7 @@
2929
"url": "git+https://github.com/udos86/ng-dynamic-forms.git"
3030
},
3131
"peerDependencies": {
32-
"@ng-dynamic-forms/core": "^14.0.0",
32+
"@ng-dynamic-forms/core": "^14.0.1",
3333
"primeng": "^12.0.0"
3434
},
3535
"optionalDependencies": {

schematics/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ng-dynamic-forms/schematics",
3-
"version": "14.0.0",
3+
"version": "14.0.1",
44
"description": "NG Dynamic Forms schematics",
55
"scripts": {
66
"build": "tsc -p tsconfig.json",

0 commit comments

Comments
 (0)