base/CHANGELOG.md

26 lines
967 B
Markdown

# Changelog
## [1.0.7] - 2026-05-29
### Added
- DatePicker: New control with range support (main/shadow field sync).
- ColorPicker: New control with color input and text hex input.
- IconPicker: New control with searchable Bootstrap Icons grid.
- AutoForm: Automatically registered the new controls.
## [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.