Changelog
Page: 12
Subscribe with RSS to keep up with the latest changes.
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.
June 9th, 2023 | Minor
This release fixes a recent regression causing the wrong values being added to arrays with configured subtypes.
June 8th, 2023 | Minor
Cloudflare R2 and DigitalOcean Spaces are now supported as DAMs on CloudCannon.
Features:
Fixes:
- MX and SRV DNS records set in CloudCannon now allow
.
as a valid value.
- Prevent the rich text editor from permanently escaping certain HTML elements.
- Fix intermittent errors with S3 DAM image previews.
- Fixed the "Upload Folder" option not working for Azure DAMs without a container set at the organization level.
- Subscription warnings are now displayed more consistently.
- Fixed a case where empty frontmatter in a file would result in a single text input in the Data Editor.
- Fixed a bug where Jekyll post collections with no published posts could show all files instead.
May 30th, 2023 | Minor
The Vonge Bookshop template is now available for Hugo.
Features:
- The Vonge template is now available for Hugo.
Fixes:
- Fixed an error case when directly merging a GitLab branch in CloudCannon.
- Tweaked the Inbox configuration UI to make a clearer distinction between example values and real values.
May 25th, 2023 | Minor
HTML is now sanitized before rendering in any rich text editors. Unsupported elements will now be represented with uneditable boxes in rich text editors, to prevent cross-site scripting attacks and to help avoid cases where team members may accidentally destroy custom markup. See this article for more details about how this works and best practices for custom markup in rich text content.
Features:
- HTML is now sanitized before loading in the rich text editor.
Fixes:
- Renaming a folder in CloudCannon no longer causes a sync error.
- Patched security vulnerabilities.