@ng-dynamic-forms/ui-primeng
Advanced tools
Changelog
5.0.0
blur
, focus
and change
outputs have been prefixed with df
to avoid any interference with native control events bubbling up
(see updated README.md)asyncValidator
and validator
properties from DynamicFormGroupModel
and DynamicFormArrayModel
have been removed and replaced by asyncValidators
and validators
groupAsyncValidator
and groupValidator
properties from DynamicFormArrayModel
have been removed and replaced by groupAsyncValidators
and groupValidators
getAsyncValidator()
and getValidator()
function signatures from DynamicFormValidationService
have been changedcreateFormGroup()
function from DynamicFormService
now accepts AbstractControlOptions
instead of extra
asyncValidators
and validators
on FormArray
and FormGroup
FormHooks
via new property updateOn
on DynamicFormControlModel
DynamicFormControlComponent
instead of either / orvalidators
and asyncValidators
at runtime via new updateValidators()
and updateAsyncValidators()
functions on DynamicFormValidationService
(closes #342)DynamicDateControlModel
now accepts date values of type object
in order to support proprietary date representations, e.g. NgbDateStruct
in NG Bootstrap (closes #556)Changelog
1.4.34
This will be the last release before Angular 5.
There'll be a major version incrementation to 5.0.0
to fully stay in sync with Angular version numbers in the future.
beta.12
Changelog
1.4.33
@angular/common
to be bundled with *.es.js
filesChangelog
1.4.32
@angular/compiler-cli
(closes #514)beta.11
Changelog
1.4.31
:bangbang:@ng2-dynamic-forms has been renamed to @ng-dynamic-forms:bangbang:
Please update your dependencies:
npm uninstall @ng2-dynamic-forms/core @ng2-dynamic-forms/ui-<package_name> -S
npm install @ng-dynamic-forms/core @ng-dynamic-forms/ui-<package_name> -S
Changelog
1.4.30
k-required
is now automatically added to error messages in Kendo for color styling<ng-content>
has been removed as it has little benefit and never been officially documentednoUnusedParameters
and strictNullChecks
TypeScript transpiler checks (closes #497)