678 B
678 B
Changelog
[1.0.6] - 2026-05-27
Added
- AutoForm: Support data-driven visibility using
field.if(utilizing state's$$double-calculation). - AutoForm: Added reactive
dataproperty mapped tostate.data.
Changed
- AutoForm: Decoupled from global
State.editingData. Data must now be passed via thedataproperty. - Internal: Optimized
_addAutoFormComponentto support nested templates.
[1.0.5] - 2026-05-23
Added
- Documented project-wide "Manual DOM Sync" design principle for performance critical components.
Fixed
- Verified VirtualScroll stability and timing.
- Synchronized component registration lifecycle during rapid DOM mutations.