Skip to content

Commit e7b7654

Browse files
authored
Merge pull request #1142 from udos86/development
14.0.1
2 parents 329d9e8 + ecb15ef commit e7b7654

27 files changed

+24657
-87
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# 14.0.1
2+
3+
### **Features**
4+
5+
* Migration to ng-bootstrap 10
6+
7+
### **Bugfixes**
8+
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
11+
112
# 14.0.0
213

314
### **Features**

LICENSE

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)