Changelog
Page: 2
Subscribe with RSS to keep up with the latest changes.
August 11th, 2023 | Minor
This release fixes a couple of editor configuration issues.
Features:
- Updated the Hugo Sendit template with more CloudCannon configuration.
Fixes:
- The
hidden
field for inputs works when referring to the value of another input again.
- Fix empty object in schema config removing default add options.
August 10th, 2023 | Minor
The "Extra Prefix" option can now be set in the site-level settings for Cloudflare R2, DigitalOcean Spaces, and Google Cloud Storage DAMs. This option restricts all uploads and browsing to a specified folder.
Features:
- "Extra prefix" option is now supported for Cloudflare R2, DigitalOcean Spaces, and Google Cloud Storage DAMs.
Fixes:
- Fixed a bug related to snippets inside rich text inputs.
- Fixed incorrect text shown when installing a new GitHub app.
- Improved error handling and reporting for S3 DAMs.
- Fixed a potential crash related to date fields in the Save modal.
- Fixed a bug where the
_enabled_editors
configuration option wasn't always respected.
August 9th, 2023 | Minor
This release includes several fixes and improvements.
Features:
- Added a prompt in the site settings to re-authenticate storage providers when necessary.
Fixes:
- Fixed a case where arrays could become broken when the key clashes with a data file.
- Empty arrays with no specified subtype now show a misconfiguration warning message.
- Updated the set of onboarding templates.
August 8th, 2023 | Major
This release makes a number of big improvements to data editing in CloudCannon, including support for editing your CloudCannon site configuration with the Data Editor GUI. New prompts have been added to help guide you through the process of building a new site and configuring it to be editable.
See the updated documentation for more information about the new configuration options available.
Features:
- Support for editing site config with a GUI.
- Support for adding keys to object inputs in the Data Editor.
- Added options for grouping inputs in collapsible sections.
- Added a placeholder option for inputs.
- Root selector
$
for input configuration now resets within structures.
- Leading and trailing whitespace is now trimmed from each excluded path in the Build Deploys settings.
Fixes:
- Fix 404 redirects when trying to generate a new code on the sign-up page.
- Fixed some issues where generated CloudCannon config files didn't pull across all the available information.
- Fixed an error that could occur when editing arrays of dates.
- Fixed an error preventing API endpoints from being configured correctly for Cloudflare R2 DAMs.
- Updated dependencies to patch security vulnerabilities.
- Fixed an issue where git garbage collection could impact large syncs.
July 28th, 2023 | Minor
You can now authenticate with GitLab using a group access token, to give CloudCannon access to more finely scoped sets of resources. See our documentation about this feature for more information.
Features:
- Support for GitLab group access tokens.
Fixes:
- Updated dependencies to patch security vulnerabilities.
- Fixed some errors that could occur when editing a Markdown file with no front matter.
- jQuery is now loaded from the jQuery CDN instead of from Google, to support CloudCannon being loaded more reliably.
- Fixed an error preventing visual editing of data files.
- DAM uploads now respect the prefix configured in the site settings properly.
- Added some checks to avoid sending notification emails about situations that have already been resolved.
- Fixed an issue which sometimes prevented the data editor from loading.
- Fixed an issue which sometimes broke Markdown headings directly adjacent to snippets.
July 20th, 2023 | Minor
This release adds syntax highlighting for MDX files, as well as several other fixes and improvements.
Features:
- MDX files now have syntax highlighting in the source editor.
- Sites with a common paths misconfiguration will now show a helpful warning on the Status page.
Fixes:
- The in-app contact button now redirects to a contact form in cases where the live chat widget has been blocked by ad-blockers or privacy settings.
- Fixed icons not displaying properly in the save review screen.
- Fixed the TLS version picker to reflect the actual minimum supported TLS version.
- Fixed the snippet modal sometimes being cut off at the bottom of the screen.
July 12th, 2023 | Minor
This release fixes an issue causing configured routing rules to redirect to a site's stable domain instead of the correct hostname.
Fixes:
- Fixed redirect bug for sites using CloudCannon hosting.
July 6th, 2023 | Minor
You can now add multiple new collection items within the same commit. This release also adds support for the default Docusaurus MDX snippets, and a number of other improvements.
Features:
- Support has been added for the default Docusaurus MDX snippets. See the documentation for more information on editing with Docusaurus components.
- You can now add multiple new collection items within the same commit.
Fixes:
- Fixed a bug causing
rel
attributes to be removed from <a>
elements in rich text.
- Fixed a bug preventing users from coming back to a new file, after creating it and before saving it.
- Fixed a bug which sometimes caused an extra file to be saved after creating a new collection item.
- The site status icon has been restored to the correct size.
- Site collaborators can now view linked Inboxes.
- Fixed retina images sometimes being saved unnecessarily and with the incorrect filenames.
- Fixed inline HTML in MDX files being parsed as snippets.
- Fixed a bug when creating Hugo collection items with multiline strings in TOML.
- Patched security vulnerabilities.
June 30th, 2023 | Minor
Support for static sites built with Nuxt is now out of beta. See our starter guide for Nuxt, or click the button below to deploy our Sendit template to CloudCannon.

Features:
- Support for Nuxt static sites is out of beta.
- Added a confirmation step and a progress indicator when uploading assets through the DAM browser.
- Invoices can now be previewed on a web page, rather than downloading a PDF.
Fixes:
- The
remove_empty_inputs
option now also removes empty arrays.
June 23rd, 2023 | Minor
Docusaurus SSG support is now in beta. This release also adds the ability to configure file size limits for DAM uploads, which DAMs are available for different inputs on your site, and the way files are named when uploaded to your site or DAM.
Features:
- Docusaurus SSG support is now in beta.
- You can now set a maximum size limit for files uploaded to your DAM.
- New sites will no longer add width and height attributes to rich text images by default. This behavior is configurable with the
image_size_attributes
option.
- You can now opt into, and out of, legacy behavior in the Flags section of your site settings.
- File inputs now show a loading state while uploading files to a DAM.
- You can now customize the name of files uploaded to your site files or DAM. See our documentation on adjusting the uploads path for more information.
- You can now configure which DAMs are available for different inputs across your site. See our documentation for more information.
- Added default snippets for Python Markdown extensions.
Fixes:
- The Content Editor now loads faster for files with multiple unconfigured snippets.
- Patched security vulnerabilities.
- Fixed an issue where the Transfer Requests menu could fail to load if you had an Azure DAM attached to the site.
- Added some extra error handling to file inputs.