Huge improvements to resource import, project saving, icon generation and memory use
Added support for batch Import of Remote Resources
Option for “New Folder from Selection” in resources is back
Page list now prevents dragging to a child of a code page
Fixed dev pack link in app preferences
New Elements Badge Component
Added “Made with Elements” Badge to Base plan websites
Added an option in the Menu Component to specify at what breakpoint the mobile menu appears
Fixed an issue with the Image Component not resizing images in Preview/Publish
Added support for alt tag in CMS on the Image Component
Load More CMS Component now works on sub pages
Collection Item links ({{item.url}}) in the CMS now work when the site is published to a sub folder
Missing CMS Frontmatter props no longer causes a fatal error
Added support for Custom source (url, php, etc…) in Image Component
Time is now respected for date filtering in the CMS, you can now use "2025-08-21 17:00". Time is in UTC, customising the timezone is not currently supported.
Fixes issue where a lowercased cms.php file was attempting to be included, causing a PHP fatal error
Adds ability to fetch single Item's via customisable URL query parameters (you can now fetch an Item via the item=, author=, or tag= params)
Tag and Author filters are no longer case sensitive
Related Tags and Authors now set unique query params. Uses tag={tagSlug} and author=authorSlug instead of generic item={postSlug|authorSlug|TagSlug} (allows you to fetch single tags or authors via the Item component)
Updated first run experience to include Elements Cloud sign-up
Added a Collapse and Expand All option to the Node Browser
Single Group mode is now the default in the component inspector
Added a warning before deleting a page
Page title now has focus when adding new pages
Added support for SVG’s in Background Component
Added more options to the Content Alignment controls in the Container component
Page encoding option is now saved
Fixed a crash that would sometimes occur while processing Tailwind
Fixed a crash when dragging pages to another project (the ability to actually drag pages to another project is coming soon, burt at least it doesn’t crash)
Fixed an issue with uppercase JPG filenames
Updated position controls in Image Component to make them responsive (you may need to re-select settings if you were previously using this feature)
Form Submit now get the CSS Classes and Global ID applied correctly
Fixed an issue with modal button sizing
Desktop submenu now adjusts width based on the length of the items
Elements no longer inserts new lines on head start portals
youtu.be URL's are now handled correctly when adding to Resources
This build addresses an issue that occurs when duplicating pages. After a page is duplicated, several operations including moving or deleting items from the page may fail.
Resolves an issue in the updater where an update wasn’t found for a number of hours
Allow shift-click to select text in text editor
Fix loading of remote SVG files
In the node tree, added an option to duplicate a node without it’s content
Fixed a problem on text/typrography where the default text was being published
Double clicking anywhere in a text component will now enter edit mode. The fix caused a problem with button icons appearing in the wrong place. More investigation required to fix the initial problem.