Skip to main content

v0.4.0-alpha.1

  • Added — Key argument to request get and post providers for direct parameter access.
  • Added — Twig loop variable in loops: index, index0, revindex, revindex0, first, last, length.
  • Added — CSS importer collection directive to organize imports into named collections.
  • Added — AI prompt support for CSS collection directive and existing CSS reuse guidelines.
  • Improved — CSS importer with two-mode UI: Parse CSS to review categorized tree, then import.
  • Improved — CSS importer tree with selection preview, item deletion, and filtered import.

Dynamic Data

  • Added — Key argument to request get and post providers for direct parameter access.
  • Added — Twig loop variable in loops: index, index0, revindex, revindex0, first, last, length.
  • Fixed — Loop block inspector placeholder showing "products" instead of "posts" for query name.
  • Fixed — Loop block inspector placeholder showing "author" instead of "user" for user query alias.
  • Fixed — Variable block inspector placeholder showing "products" instead of "posts" for variable name.

AI

  • Added — AI prompt support for CSS collection directive and existing CSS reuse guidelines.
  • Improved — AI CSS guidelines with unified directives reference (scope, editor, collection).

CSS Importer

  • Added — CSS importer collection directive to organize imports into named collections.
  • Improved — CSS importer with two-mode UI: Parse CSS to review categorized tree, then import.
  • Improved — CSS importer tree with selection preview, item deletion, and filtered import.
  • Improved — CSS importer preserves directive metadata through the full parse/review/import pipeline.
  • Improved — CSS importer reorders entities by collection after import, keeping uncategorized last.
  • Fixed — CSS importer directives (scope, editor) lost during tree-based import.
  • Fixed — CSS importer duplicating selectors instead of merging when directive scope differs.

Editor

  • Fixed — Combobox dropdown showing empty 1px border when no options match.
  • Fixed — Combobox error when accessing last item index on empty filtered options.
  • Fixed — Auto-rename tag not working in HTML inspector after language switch to Twig.
  • Fixed — Segmented control layout breaking in some component contexts due to flex override.