Added — Class names and IDs typed in the HTML inspector appear as chips in the CSS selectors panel and become a real selector on the first style edit.
Added — Rename a chip inline; if the new name matches an existing selector, it links to it instead of creating a duplicate.
Improved — Class names used in Twig expressions auto-load their matching selector's CSS without freezing the expression's editor-time value.
Fixed — Renaming a CSS selector cleanly updates every block using it.
Fixed — {{ site.option('field_name') }} now returns values from ACF Options Pages, including translated values when a multilingual plugin (WPML, Polylang Pro) is active.
Improved — Tree view inline rename now commits on focus loss (click outside, Tab) in addition to Enter, matching native file-explorer behavior; Escape still cancels.
Improved — Controls in the CSS selectors panel (scope selector and editors) now show hover tooltips.
Fixed — Class attributes mixing a selector and a Twig expression no longer render the same class twice.
Fixed — Multiple Twig expressions in the same class attribute are no longer corrupted by deduplication.
Fixed — Renaming a CSS selector cleanly updates every block using it.
Fixed — Pressing Backspace in the CSS selectors dropdown when no selector was present created an empty selector entry.
Fixed — Universal selectors (e.g. *) no longer attach themselves twice to the same block.
Fixed — {{ site.option('field_name') }} now returns values from ACF Options Pages, including translated values when a multilingual plugin (WPML, Polylang Pro) is active.