Fixed: Sync vendored configurator (admin-app/src/) with framework PRs #460/#461 — saved themes, motion panel overhaul, base color palette and live semantic preview — which had silently failed to land.
Fixed: release.yml now commits the configurator sync (admin-app/src/, .vendored-manifest.json, framework-css/, assets/admin-app/) back to the default branch instead of discarding it after each release build.
Fixed: Remove .syncignore entries for files no longer divergent from upstream SLASHED#443.
0.4.16
Maintenance release.
0.4.15
Maintenance release.
0.4.14
Fixed: Remove load_plugin_textdomain (auto-loaded since WP 4.6)
0.4.13
Fixed: Defer textdomain loading to init for WP 6.7 compatibility
0.4.12
Fixed: Load textdomain at plugins_loaded to prevent WP 6.7 translation notice
0.4.11
Added: Generate .vendored-manifest.json on sync + add CLAUDE.md
Fixed: Remove unused num_or_default() and align equals in css-generator
Fixed: Stop standalone Bricks/Gutenberg bootstraps from require_once-ing the deleted class-token-sanitizer.php and class-tab-registry.php (fatal error on standalone activation)
Fixed: Accept easing (cubic-bezier(), linear(), steps()) and scroll-timeline range (entry 0%, cover 30%) values in Slashed_CSS_Generator::validate_override_value() so motion-panel overrides are no longer silently dropped
Fixed: Align Slashed_CSS_Generator::has_overrides() with the emitter by validating values, so a stored invalid value no longer reports overrides while emitting no CSS
Fixed: Add accessible aria-labels to the modular-scale ratio preset select and custom ratio input in ClampField.svelte
0.4.8
Fixed: Address all unresolved CodeRabbit PR review comments
Fixed: Address Qodo PR review bugs in css-generator, persistence, and SliderRow
Fixed: Eliminate TOCTOU race with fd-based stat+read; revert paths-ignore
Fixed: Rewrite preserved array to use inline resolve+startsWith; exclude compiled assets
Fixed: Add same-origin check to compiled wpSave to resolve CodeQL CWE-918
Fixed: Inline resolve+startsWith guard for CodeQL path-injection
Fixed: Validate REST URL is same-origin before fetch
Fixed: Guard preserved syncignore paths against path traversal
Fixed: Move Save button before Undo/Redo in plugin StudioHeader; fix PHPCS array formatting
Fixed: Frontend panel layout push + modular scale live preview
0.4.7
Fixed: Gate toggle event on mount readiness; keep nav fallback
Fixed: Admin bar button navigates to activate panel when assets not loaded
0.4.6
Added: Reset-all confirmation; save button left; panel gated on query param
Changed: Replace JSON.stringify comparisons with shallow equality in AppOverlay