Search
Subscribe with RSS to keep up with the latest changes.
January 26th, 2022 | Minor
Today we're launching an updated range of pricing plans. Existing users will keep their current plans, but will be able to switch to the new plans if they choose.
New pricing plan structure:
Note: If you change to one of the new plans, you will not be able to switch back to your old plan.
##Git LFS and fixes
We've added Git Large File Storage (LFS) support and included fixes for several build-related bugs.
Features:
Fixes:
January 20th, 2022 | Major
This release brings support for separate global configuration files across all supported SSGs, see the migration guide to separate your SSG configuration from your CloudCannon global configuration. A number of other general features and fixes are also included.
Features:
sort
and sort_options
collection configuration keys for better control over sortingform
elements with the cms-no-rewrite
class no longer get encrypted or processed during a buildFixes:
_index.html
files not being editable in some situationsJanuary 13th, 2022 | Minor
This release includes various fixes and features, including support for MkDocs, an updated Hugo default version, and Hugo version management.
Features:
0.91.2
.git
folder to buildFixes:
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
.