Skip to content

v8.5.9

Compare
Choose a tag to compare
@erqk erqk released this 15 Nov 08:38
· 83 commits to main since this release
762f34d

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.