Changelog

Subscribe with RSS to keep up with the latest changes.

On this page

Deploy Previews for Pull Requests#

This release introduced the Deploy Previews feature, added optional Project tabs, and added minimum TLS version configuration for all Sites on a domain.

Features & Improvements

  • Added Deploy Previews to the Project Settings page, which run automations whenever a Pull Request is opened, updated, merged, or closed in your connected Git Repository. This feature is available on the Team or Enterprise plans. For more information, please read our documentation on Deploy Previews.
    • The Automatic Sites option creates a CloudCannon Site for each Pull Request. You can configure this behavior to exclude draft Pull Requests and delete the Site when the Pull Request is merged or closed.
    • The Automatic Comments option posts a comment on each Pull Request with the build status, Testing Domain, Site Dashboard, and build logs, for each CloudCannon Site connected to the Pull Request branch. You can configure this behavior to exclude draft Pull Requests and add custom markdown content to the comment footer.
  • Added two new optional Project tabs: Pull Requests and Branches. You can enable these tabs using the Optional Project Tabs switches on the Project Settings Details page. For more information, please read our documentation on optional Project tabs.
    • The Pull Requests tab on the shows all open and draft Pull Requests in the connected Git Repository.
    • The Branches tab on the shows the branches in the connected Git Repository and all CloudCannon Sites connected to each.
  • Added a TLS section to Domain Settings, which allows you to set a single minimum TLS version (1.2 or 1.3) for every Site on a Domain.

Fixes

  • Updated dependencies to patch security vulnerabilities.

Warning when Schema is not found#

This release added a warning for incorrectly defined Schemas, support for .astro Schemas, and vertical indentation lines to the Source Editor.

It also addressed several issues, including those affecting WYSIWYG Toolbar Tooltips, Sites using the legacy i18n feature, dragging in the Multiselect Input, and disabling enforced MFA.

Features & Improvements

  • Added a warning when CloudCannon cannot find the Schema for a file. CloudCannon will no longer open files in the Editing Interface when the Schema is incorrectly defined, protecting your content from unintended changes to a file's data structure.
  • Added support for .astro Schemas.
  • Added vertical lines to the Source Editor to improve the visual clarity of line indentation.

Fixes

  • Fixed an issue causing a delay before the Tooltip appeared when hovering a tool in the WYSIWYG Toolbar of the Content Editor or a Rich Text Input.
  • Fixed an issue causing builds to fail for Sites using the legacy i18n feature.
  • Fixed an issue where you could not drag items inside a Multiselect Input.
  • Fixed an issue where you could not disable the Require multi-factor authentication (MFA) for everyone in your organization option.
  • Updated dependencies to patch security vulnerabilities.

Enforce MFA on the Team Plan#

This release added MFA enforcement on the Team Plan and agent skills for Astro Sites.

It also addressed several issues, including those affecting incorrect spacing in the app and the Organization Guides notification in the App Sidebar.

Features & Improvements

  • You can now enforce Multi-factor Authentication on the Team Plan.
  • Added several prompts to try CloudCannon's agent skills for creating and configuring Astro Sites using AI.
    • A prompt appears on the Create a Site page.
    • If you upload an Astro Site from your local environment, a prompt appears under the Create your CloudCannon Configuration File task in the Getting Started with Editing guide.
    • If you sync an Astro Site from a Git Repository, the Set up with local AI agent instead of in-app checkbox appears under the Create your CloudCannon Configuration File task in the Getting Started with Editing guide. Enabling this checkbox provides instructions for your local terminal.

Fixes

  • Fixed an issue causing incorrect spacing on the Create a Site page.
  • Fixed an issue where the Organization Guides notification would still appear on the Home link in the App Sidebar when guides were disabled.
  • Updated dependencies to patch security vulnerabilities.
Open in a new tab