Search
Subscribe with RSS to keep up with the latest changes.
August 26th, 2025 | Changelog
This release updated the UI on the Forms page under Org Settings and the Inbox page, added an Inbox filter, and improved .csv downloads for inboxes with many submissions.
.csv file using the Inbox filter..csv file containing many inbox submissions.August 22nd, 2025 | Changelog
This release added several new features, including the strip_leading_date and substring filters for template strings, the Do not grant new permissions on Site branch checkbox for Projects, and support for the style option on Snippets using the argument parser.
strip_leading_date and substring filters for template strings.
strip_leading_date filter removes three numbers up to four characters long and separated by hyphens, underscores, or commas from the front of a string (e.g., 03-07-1999, 2022_31_12, 18,04,1700, etc.).substring filter allows you to specify a start and end character from a string to use (e.g., [slug|substring=5,9]). If no end character is specified, the substring will include all characters until the end of the string.site:publish:merge:write) to a Custom Permission Group when you create a branched Site.style option.August 20th, 2025 | Changelog
This release added custom Testing Domains and the hide_link_to_telephone key to URL inputs.
It also addressed an issue causing the browser to freeze.
.cloudvent.net URL by setting a unique Organization handle for all Testing Domains and entering a unique prefix whenever you create a new Site.
tel:.
hide_link_to_telephone key when configuring URL inputs. By default, this key is false, except on Sites created before 20 August 2025, where the value is true. This will preserve existing behavior preferences.August 14th, 2025 | Changelog
This release added support for lazing loading on images, .jsx syntax highlighting, and icons in Text inputs.
It also addressed an issue causing an indefinite loading state.
loading="lazy" attribute to images..jsx file syntax highlighting in the Code Editor.icon, icon_color, and icon_background_color configuration keys to Text inputs._snippets_imports configuration would cause CloudCannon to be stuck in a loading state.August 7th, 2025 | Changelog
This release addressed an issue affecting CloudCannon configuration on some Sites.
July 31st, 2025 | Changelog
This release added support for syncing deleted files from a build back to your repository using the CLOUDCANNON_SYNC_PATHS environment variable.
It also addressed several issues, including those affecting Image inputs, syncs and merges for larger Sites, the Visual Editor, and uploading to Azure DAMs.
CLOUDCANNON_SYNC_PATHS configuration key, which allows you to delete files from your Git repository.SYNC_PATHS configuration key is now deprecated, due to the name being too commonsource.July 29th, 2025 | Changelog
This release added support for Node versions 22 and 24.
It also addressed an issue affecting the times reported for user activities.
July 24th, 2025 | Changelog
This release added filters to file placeholder templates.
It also addressed an issue affecting mjs MIME types.
collections_config:
blog:
url: /[full_slug|deburr]
articles:
url: /[full_slug|unless=permalink]
In this example, CloudCannon will convert the full_slug to basic Latin letters and remove combining diacritical marks.
In this example, CloudCannon will use the full_slug as the output path for files in the Articles Collection, unless you set a value for permalink in the frontmatter of the file.
{
"collections_config": {
"blog": {
"url": "/[full_slug|deburr]"
},
"articles": {
"url": "/[full_slug|unless=permalink]"
}
}
}In this example, CloudCannon will convert the full_slug to basic Latin letters and remove combining diacritical marks.
In this example, CloudCannon will use the full_slug as the output path for files in the Articles Collection, unless you set a value for permalink in the frontmatter of the file.
*.mjs files.July 17th, 2025 | Changelog
This release improved the UI on the Subscription page.
It also addressed several issues affecting upload paths, cropping images from a DAM, and Fast Branch.
July 9th, 2025 | Changelog
This release added support for custom delivery hostnames and private CDNs for Cloudinary DAMs. It also addressed added syntax highlighting in CloudCannon build hook files, and fixed an issue causing incorrect upload paths.