v0.2.0-alpha.2
- Added — Form submission with REST endpoint, anti-spam protection, and email delivery.
- Added — Image preview thumbnails in AI chat stream loader.
- Updated — MCP session UI with tooltips, updated icons, and styling.
- Updated — Translations: add ai-chat to JSON map, translate new strings, use
_n() for plurals.
- Improved — Scope editor fallback CSS to only global and block-referenced selectors instead of all selectors.
- Improved — Remove confirm dialog when switching AI agents.
- Added — Form submission with REST endpoint, anti-spam protection, and email delivery.
AI Assistant
- Added — Image preview thumbnails in AI chat stream loader.
- Improved — Remove confirm dialog when switching AI agents.
- Fixed — AI chat crash when font families store returns null.
MCP Bridge
- Updated — MCP session UI with tooltips, updated icons, and styling.
- Fixed — MCP session deregister using correct REST URL and POST method override.
Editor
- Improved — Scope editor fallback CSS to only global and block-referenced selectors instead of all selectors.
- Fixed — Editor fallback CSS persisting when switching to template editing mode within the post editor.
- Fixed — Prevent label click from focusing associated input in editor.
- Fixed — Iframe not rendering on first mount by switching to
srcdoc.
- Fixed — Block editor interactions: prevent native drag, click jumps, and WP outline conflicts.
Infrastructure
- Updated — Translations: add ai-chat to JSON map, translate new strings, use
_n() for plurals.
- Updated — Prefix license transients with plugin slug and update uninstall cleanup.
- Updated — Skip empty
public/ folder in plugin zip packaging.