Skip to content

Releases: erqk/ng-dynamic-json-form

v8.5.10

22 Nov 11:52
ec719ca
Compare
Choose a tag to compare

8.5.10 (2024-11-22)

Commit Type Description
df18456 fix Control directive should also keep pristine.

v8.5.9

15 Nov 08:38
762f34d
Compare
Choose a tag to compare

8.5.9 (2024-11-15)

Commit Type Description
78f28a0 fix optionsLoaded event should always emit after formGet.
f78fb21 fix Form status keep going to pristine after updateStatusFunctions.setPristine() is called.

8.5.8 (2024-11-06)

Commit Type Description
479fca3 fix Check if it is an array.
995f994 fix Check if it is an array.
c398d25 fix Form info now supports toggle of FormGroup and CVA.
479fca3 fix Bind properties after the view is initialized.
995f994 fix Incorrect initial value of the CVA.

8.5.7 (2024-11-06)

Commit Type Description
0f4c858 fix Maximum call stack exceeded.

8.5.6 (2024-11-06)

Commit Type Description
8489b0c fix Emit form after listeners are setup.

8.5.5 (2024-11-06)

Commit Type Description
db46e58 fix Form errors must be set before emitting the value.
1819d32 fix Reset form after config changes.

8.5.4 (2024-11-06)

Commit Type Description
4c9dcdb fix Toggle visibility before disable/enable control.
fda07e0 fix Assign properties either on the component itself or the host only.

8.5.3 (2024-10-14)

Commit Type Description
c88a982 fix Control's value should be updated simultaneously.

8.5.2 (2024-10-14)

Commit Type Description
65610b6 fix Input value is incorrect just after composing=false.

8.5.1 (2024-10-14)

Commit Type Description
7927bd3 fix Default value of checkbox.

v8.5.0

14 Oct 06:34
9d58822
Compare
Choose a tag to compare

8.5.0 (2024-10-14)

Commit Type Description
aee0865 feat Add onChange event emitter.

v8.4.8

27 Sep 10:06
821dd82
Compare
Choose a tag to compare

8.4.8 (2024-09-27)

Commit Type Description
d0b36b0 feat Add EventEmitter to facilitate the status change.
d0b36b0 refactor Re-implementation of registerOnChange().
d0b36b0 breaking change Remove the userInteracted variable.

8.4.7 (2024-09-27)

Commit Type Description
98beed7 fix Revert using userInteracted to prevent onChange() callback.

v8.4.6

26 Sep 11:26
a325519
Compare
Choose a tag to compare

8.4.6 (2024-09-26)

Commit Type Description
aee026a fix Nullable check.

8.4.5 (2024-09-26)

Commit Type Description
7f6f030 fix FormGroupComponent: Check for undefined control.

8.4.4 (2024-09-26)

Commit Type Description
7ccd6c2 feat CustomControlComponent: Enable set to pristine state.

v8.4.3

25 Sep 10:11
a27019f
Compare
Choose a tag to compare

8.4.3 (2024-09-25)

Commit Type Description
bc6ed14 fix Should call onChange() if control is dirty.

8.4.2 (2024-09-25)

Commit Type Description
650215c fix Control dirty and touched status should sync with parent control.

8.4.1 (2024-09-25)

Commit Type Description
8f87ee5 fix Calling onChange() only if user interacted.

v8.4.0

23 Sep 10:21
05c6a4f
Compare
Choose a tag to compare

8.4.0 (2024-09-23)

Commit Type Description
129166c feat Add host form access to custom component and custom template.

v8.3.0

10 Sep 08:35
48d5971
Compare
Choose a tag to compare

8.3.0 (2024-09-10)

Commit Type Description
047953c feat Add output of display value.

v8.2.7

01 Sep 06:30
85c78a9
Compare
Choose a tag to compare

8.2.7 (2024-09-01)

Commit Type Description
2818671 chore Support form rendering in server side.

8.2.6 (2024-08-28)

Commit Type Description
09faf63 fix Retain trigger's body value if no control is found.

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.