base/CHANGELOG.md

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 data property mapped to state.data.

Changed

  • AutoForm: Decoupled from global State.editingData. Data must now be passed via the data property.
  • Internal: Optimized _addAutoFormComponent to 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.