Skip to content

Releases: erqk/ng-dynamic-json-form

v8.2.5

20 Aug 06:47
64d3560
Compare
Choose a tag to compare

8.2.5 (2024-08-20)

Commit Type Description
802c219 feat Support custom validator with value.
18ff62f fix Conditions for validators will only works on the last one.
38ad2ac fix Custom action failed to execute.

v8.2.2

06 Aug 08:35
40d56f1
Compare
Choose a tag to compare

8.2.2 (2024-08-06)

Commit Type Description
32a14cf fix Props binding for IMaskDirective.

v8.2.1

28 Jul 15:31
ad007fd
Compare
Choose a tag to compare

8.2.1 (2024-07-25)

Commit Type Description
1111b7e fix Checkbox containerStyles should able to overwrite the flex-direction specified in layout.
452d092 fix Parse the string value to number before compare, to get correct validation errors.
4b424c9 fix PropsBindingDirective: Filter out all the null/undefined value before object destructuring.