Added keyboard navigation support for UI lists in the editor, allowing users to move through items and make selections using arrow keys and shortcuts for faster, more accessible workflows.
Added new variables for current user data, including logged in state, role, capabilities, fields, and user meta for more dynamic and personalized content rendering.
Added Alt Text variable to Media dynamic source, returning the WordPress Alternative Text value or an empty string when not set.
Dropdown and hamburger menus now automatically close when navigating via anchor links, ensuring a smoother user experience and preventing menus from staying open after section jumps.
Navigate search now shows more matching results than before, making it easier to find pages, templates, and other items directly from the search view.
Updated Navigator naming for Div, Section, and Text elements so the defined tag name is shown when no custom element name is set.
Added compatibility for popular optimization plugins to prevent critical Mosaic scripts from being deferred or delayed. Includes manual option for Cloudflare Rocket Loader via wp-config setting.
Hardened security across actions and preview flows by restricting returned data for lower user roles, replacing raw exception output with safe messages, and validating wizard preview JSON input more strictly.
Fixed missing variable handling when a site has no pages or posts, preventing errors and ensuring the builder works correctly on empty WordPress installations.
Fixed issue where the ellipsis state in Loop Pagination Number could not be styled, allowing consistent design control across all pagination elements.
Fixed issue where the template assign window did not open after using quick post edit, so template assignment works correctly without needing a full page reload.
Fixed SVG handling in theme export and import when WordPress SVG upload support is enabled through an attachments plugin, ensuring SVG assets are transferred correctly.
Fixed issue with interaction-related scripts when inline script loading was enabled, ensuring proper execution and preventing missing or broken interactions.
Fixed fatal error when opening a taxonomy archive template editor for a taxonomy with no records, ensuring the correct term context is used instead of falling back to a post.
Fixed multiple issues with wrap in link logic, including missing restrictions on loop items, lack of nested link checks, and missing placement validation to prevent invalid structures.
Fixed precision issue in the interaction observer where floating point rounding caused scroll into view triggers to fail when thresholds contained high decimal values.
Fixed issue where pasting into a style declaration could unintentionally overwrite Text element content, ensuring pasted CSS only affects the intended field.
Fixed invalid default structure in WP Menu element where dropdown content was placed inside a link, preventing nested link issues and ensuring correct element hierarchy.
Added missing featured image variables for Front Page and Index paths, ensuring consistent variable availability alongside title and content.
Fixed issue where using browser back navigation inside the wizard preview frame caused unintended page navigation, ensuring the preview remains isolated and stable.