2026-05-23 17:37:24 +08:00
|
|
|
# Changelog
|
2026-05-14 20:04:31 +08:00
|
|
|
|
2026-05-29 22:45:56 +08:00
|
|
|
## [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.
|
|
|
|
|
|
2026-05-27 23:02:25 +08:00
|
|
|
## [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.
|
|
|
|
|
|
2026-05-23 17:37:24 +08:00
|
|
|
## [1.0.5] - 2026-05-23
|
|
|
|
|
### Added
|
|
|
|
|
- Documented project-wide "Manual DOM Sync" design principle for performance critical components.
|
2026-05-20 22:52:44 +08:00
|
|
|
|
2026-05-23 17:37:24 +08:00
|
|
|
### Fixed
|
|
|
|
|
- Verified VirtualScroll stability and timing.
|
|
|
|
|
- Synchronized component registration lifecycle during rapid DOM mutations.
|