Search
Subscribe with RSS to keep up with the latest changes.
January 12th, 2022 | Minor
This release brings the option to unlist specified data files from the site navigation. Also included are a number of minor features and bug fixes.
Features:
publishDir configFixes:
December 9th, 2021 | Major
This release adds an exciting new way to edit your sites in CloudCannon. Editor links in the Visual editor now open an Editor panel, a draggable pop-out containing a scoped data editor, allowing a more intuitive way to edit your site content. Your Editor links will also show an overlay in the Visual editor which lets you rearrange and delete your components. You can try out the new Editor panels on our free Vonge template.
This release also moves Gatsby support into public beta. We've also added a suite of new JavaScript API improvements and a significant range of mobile enhancements.
Features:
Fixes:
Not bad for our final feature release of 2021. 😎
December 3rd, 2021 | Minor
This release fixes the positioning of some UI elements that were appearing off-screen.
Fixes:
November 30th, 2021 | Minor
This release adds an option to the select input type
Features:
select can now specify allow_empty: false to force one of the options to always be selectedNovember 29th, 2021 | Minor
This release resolves issues with failed saves. We have restructured the logic for saving files in the content and visual editors. This should be more reliable and recover from failed saves better.
Features:
Node.js 16.x and made Node.js 16.x and npm 8.x the default versions. To stay on Node.js 14.x you can add a .nvmrc file to the site and run nvm use (or simply run nvm use 14) in the build hooksFixes:
_inputs settings for HugoNovember 28th, 2021 | Minor
This release fixes date inputs reporting invalid content.
Fixes:
November 25th, 2021 | Major
This release introduces configuration for inputs separate from the naming conventions. It's all backwards compatible, and we have a migration guide to start changing your sites over. There are a number of new inputs and options for each.
Features:
format and alpha options, falling back to the naming convention if these options are not set.hidden in an _inputs entry rather than an option, since it’s available for any input type. This key also supports a string where the input is hidden based on the value of another input. This can start with a ! to reverse the value.null) and a selection of object formats. Useful if you have components with a limited number of sub-components.value_key option to set how values are saved, and the text_key option for setting how values are displayed.step, min and max options for number inputs.Fixes:
text to textarea._disable_add is true.November 23rd, 2021 | Minor
This release changes the SSL certificate authority used on origin hosting.
Automatic origin certs are now generating using ZeroSSL. Existing certs will change-over ten days before they expire. We've also made some minor visual changes to inputs, and included a fix for an issue with attaching SSL certificates.
Features:
Fixes:
November 22nd, 2021 | Minor
This release is a continuation of our user interface update.
Features:
November 17th, 2021 | Major
We’re really excited to release the updates to our app UI outlined in our blog post: Sparking joy: CloudCannon UI improvements. Along with the usual fixes we’ve also overhauled the settings area for Custom domains.
Features:
Fixes:
Future Changes:
In an upcoming release, we will be adding support for Node.js 16.x and making Node.js 16.x and npm 7.x the default versions. To stay on Node.js 14.x you can add a .nvmrc file to the site and run nvm use (or simply run nvm use 14) in the build hooks.