☁️ Loving our new documentation website? Provide feedback in the CloudCannon Community! ✨

Changelog

Subscribe with RSS to keep up with the latest changes.

On this page

Editor improvements#

This release added new options for configuring inputs inside rich text editing interfaces, and made several quality-of-life improvements to Snippets.

It also addressed several issues, including site backups failing and errors when uploading profile images.

Features & Improvements

  • New configuration options are available under _editables. You can use link_options, image_options, and code_block_options to configure the inputs that appear in the data panels used to edit links, images and code blocks. See more information about these new options in our Developer Reference.
  • The browser favicon will now use your Organization brand logo if you have one.
  • You can now double-click Snippets to open them.
  • Increased the width of data panels, and reduced the size of the toolbar within data panels, for more breathing room when editing.

Fixes

  • Fixed an issue where extra empty paragraphs could be inserted around unsupported HTML elements when edited.
  • Fixed an issue that could sometimes prevent profile images being uploaded.
  • Fixed an issue that could sometimes cause site backups to fail continuously.
  • Tweaked the background color of checkboxes to make it clearer when they are in a read-only state.
  • Updated dependencies to patch security vulnerabilities.

General fixes#

This release addressed several issues, including those affecting the Reset using Git repository option, Select fields, and error handling.

Fixes

  • Fixed an issue where the Reset using Git repository option did not perform a forced reconnect.
  • Fixed an issue where you could not navigate Select fields using the keyboard.
  • Fixed an issue where Select fields had no height in Safari.
  • Fixed an issue where, in some cases, Select field dropdowns would not open in the correct position in Safari.
  • Fixed an issue where hovering an item in a Select field dropdown caused it to obscure the Select filter.
  • Fixed an issue where collection groups with no heading were not shown in the Choose a collection select when using the Link to a page option on a URL input.
  • Fixed an issue where reordering items in a Multiselect Input by dragging them did not work.
  • Improved error handling around GitLab authentication, Client Sharing, subscription updates, and transfer requests
  • Updated dependencies to patch security vulnerabilities.

Login Sessions#

This release added the Sessions page to Account Settings, where you can view and manage your login sessions across all devices. It also added Last active indicators to team member cards in the Team page under Org Settings.

It also addressed several issues, including those affecting billing country codes and the Branding page color selection.

Additionally, some Sites were affected by a bug in CloudCannon's site-deletion logic, which caused a background job to delete a large portion of files from our production S3 bucket. To address this issue, we have deployed defensive programming to prevent deletion functions when a Site has no storage prefix. All affected files have been fully recovered using S3 versioning. For the full incident postmortem, please see our Status page.

Features & Improvements

  • Added the Sessions page to Account Settings, which shows all active and previous login sessions for your CloudCannon account.
    • Each session card displays the browser and operating system, IP address, sign-in time, last active time, and the login method used (email, GitHub, GitLab, Bitbucket, or SAML/SSO). Sessions that used MFA are indicated with a security badge.
    • The current session is highlighted with a Current tag.
    • Added the Logout of all sessions button, which signs you out of all active sessions across all devices. If your current session is included, you will be redirected to the login page.
    • Added search by IP address to filter sessions.
  • Added the Last active indicator to team member cards on the Team page under Org Settings. The indicator shows when each team member was last active in your Organization.

Fixes

  • Fixed an issue where the country code was submitted in the wrong format when adding a credit card to your Organization.
  • Fixed an issue where the Branding page under Org Settings did not correctly save the selected brand color when updating your branding.
  • Fixed an issue where you could not invite new users to your Organization.
  • Updated dependencies to patch security vulnerabilities.
Open in a new tab