Recent searches

in

Changelog

Subscribe with RSS to keep up with the latest changes.

On this page

View As mode#

This release added the View As mode.

It also addressed an issue affecting Sites incorrectly in read-only mode.

Features & Improvements

  • Added View As mode, allowing you to see CloudCannon with the exact Permission set of another Team Member. This option lives in the context menu on each member's card under the Team section of Org Settings.
    • Members of the Owners Permission Group can start View As mode, and they can view CloudCannon as any Team Member in their Organization, except themselves.
    • You can exit View As mode at any time using the Stop button in the Viewing As banner at the top of your screen.
    • View As mode only changes the superficial appearance of the app. Any resources you interact with are still logged under your own name, so you cannot use this to act on a Team Member's behalf.
    • View As mode will end if you navigate to another Organization or log out of your account.

Fixes

  • Fixed an issue where, in some cases, you were prevented from editing Sites when you had the correct write permissions.

Automatic Free Trials for new Organizations#

This release added automatic Free Trials for every new Organization, updated the Site Dashboard README, added Source Editor tooltips and suggestions for your CloudCannon Configuration File, and the encode_url option for URL Inputs.

It also addressed several issues, including those affecting credit card modals, Site Authentication after downgrading your Subscription Plan, the Billing Paused state, Content Editor formatting, UI alignment, and error messaging.

Features & Improvements

  • Every Organization you create will automatically start a Free Trial on the Standard Plan. Previously, CloudCannon required you to manually start one for Organizations beyond your first.
  • Updated the Site Dashboard README. It now has a border and a table of contents, and it supports images and Anchor Links.
  • When editing your CloudCannon Configuration File in the Source Editor, CloudCannon now shows tooltips and suggestions as you type based on your keys and formatting.
  • Added the options.encode_url: true configuration option to URL Inputs, which will automatically replace special characters in the URL with their encoded counterparts (e.g., [my link](/assets/My File.pdf) becomes [my link](/assets/My%20File.pdf)⁠).

Fixes

  • Fixed an issue where clicking the Confirm Payment button on the Your Subscription Plan page did not prompt you to re-add a credit card after removing one, instead giving an incorrect error message.
  • Fixed an issue where, for Sites with Authentication enabled, downgrading your Subscription Plan to one that does not support that type of Authentication would make the Site accessible. Your website will now show an error message instead.
  • Fixed an issue where you could not leave an Organization if it was in the Billing Paused state.
  • Fixed an issue where, in some cases, the Content Editor would incorrectly insert an uneditable Snippet card when you tried to remove bold, italics, or inline code formatting.
  • Fixed an issue causing UI misalignment on the Update your Plan page.
  • Added better error messages to several areas of the app.
  • Updated dependencies to patch security vulnerabilities.

General fixes#

This release addressed several issues, including those affecting DAM configuration, Object Inputs, and references to Select Input previews.

Fixes

  • Fixed an issue where invalid DAM configuration could prevent CloudCannon from loading Sites and DAMs.
  • Fixed an issue preventing structured Object Inputs from being deleted.
  • Fixed an issue where Array Objects, Object Inputs, metadata, and other areas that reference Select Input previews showed the raw value rather than the preview.text value.
  • Updated dependencies to patch security vulnerabilities.
Open in a new tab