Changelog Page: 11

Subscribe with RSS to keep up with the latest changes.

Configure a commit message when updating from Publish Branch

November 30th, 2023 | Minor

This release added commit message templates for updates from a Publish Branch, a read-only mode for editing locked sites, and new default behavior when you reopen the Data Editor.

It also addressed several issues affecting the Sync files button, the Visual Editor sidebar, and date inputs in Jekyll.

Features:

  • You can now configure a commit message template for merges made when updating from a Publish Branch.
  • You can now view file contents in a read-only mode for editing locked sites.
  • The Data Editor now defaults to the tab depth you last accessed.

Fixes:

  • Fixed an issue preventing users with Technical Editor permissions from using the Sync files button.
  • Fixed an issue where some builds with many logs would fail to build.
  • Fixed an issue where the Visual Editor sometimes failed to load the sidebar.
  • Fixed an issue where the Jekyll timezone would overwrite the date input timezone when publishing Jekyll posts or drafts.
  • Fixed an issue where input configuration for Jekyll posts would not apply to Jekyll drafts.
  • Fixed an issue where builds that output symlinks would fail to build.
  • Fixed an issue where the user avatar icon would break if you had not set your first name.
  • Better text clarity when CSS ligatures would combine characters.
  • The Transfer Requests list in Organization Settings is now sorted by newest.
  • Improved messaging when updating from a Publish Branch using a GitLab repository.
  • Updated dependencies to patch security vulnerabilities.

Support for multiple 404 pages via custom routing

November 23rd, 2023 | Minor

This release added support for multiple 404 pages.

It also addressed several issues, including large YAML files slowing down the Data Editor, modals expanding beyond the end of the screen, and upstream pull requests preventing updates from a Publish Branch.

Features:

  • Added support for multiple 404 pages via CloudCannon custom routing.

Fixes:

  • Fixed an issue where large YAML files would cause editing in the Data Editor to slow down.
  • Fixed an issue where modals would expand beyond the end of the screen in older versions of some browsers.
  • Fixed an issue preventing the Hugo shortcode hugo_markdown_shortcode_positional_args from working.
  • Fixed an issue where the merge pull request button was briefly available while a merge was already in progress.
  • Fixed an issue preventing some files from being uploaded.
  • Fixed an issue where sites could not update from a Publish Branch if there was an upstream pull request.
  • Updated dependencies to patch security vulnerabilities.

Update from Publish Branch

November 16th, 2023 | Minor

This release added the Update from Publish Branch feature and unlimited trial periods for Partner Client Organizations. It also addressed issues affecting the Publishing tab on the Project page, commit links on the Activity page, and merge requests from GitLab.

Features:

A diagram of the new CloudCannon UI, with update notification icons on the Publish button and a callout to update this site.
  • Added the Update from a Publish Branch feature.
    • CloudCannon will detect when your Publish Branch has been updated. When updates are available, a red notification icon will appear on the Publish button in your Site navigation.
    • You can now pull these updates to your branched site through the Update this site button on the Publishing page.
  • Partners now have access to unlimited trial periods for new clients.

Fixes:

  • Fixed an issue where images and links in markdown were escaped if the filepath included a space.
  • Fixed an issue where the Publishing tab on the Project page was not visible to users with Editor-level permissions.
  • Fixed an issue where the Publishing tab diagram did not correctly display site relationships.
  • Fixed an issue where the Redirects tab on the Domain Settings page did not display site icons correctly.
  • Fixed an issue where the Activity page failed to link to commits.
  • Fixed an XSS vulnerability.
  • Improved visibility of pending or blocked merge requests from GitLab and added more detailed error messages.
  • Updated dependencies to patch security vulnerabilities.

MIME type metadata for Azure DAM uploads

November 9th, 2023 | Minor

This release added a MIME type metadata option for Azure DAM uploads. It also addressed issues affecting .json schemas, arrays, and search filters.

Features:

  • Added a checkbox to Organization DAM settings to include an extra header in all Azure uploads, indicating the MIME type of uploaded file(s).
    • This checkbox is on by default for new DAMs and off for existing DAMs. If you have an older DAM, you may need to update your "Resource sharing (CORS)" settings in Azure to enable this setting. Ensure x-ms-blob-content-type is included in "Allowed Headers".

Fixes:

  • Fixed an issue where the editing interface would fail to load collection items with a .json schema.
  • Fixed an issue where CloudCannon would apply a structure to an array.
  • Fixed an issue where pressing any key in a search filter would re-request the results.
  • Fixed an issue preventing dart-sass from running and updated to a new version of dart-sass.
  • Better messaging for the number of commits pending on the Publishing page.
  • Improved reliability of GitLab direct publish.
  • Updated dependencies to patch security vulnerabilities.

Site Mounting

November 8th, 2023 | Minor

This release added the Site Mounting feature and the publishing diagram for the Project page. It also added new CLI options for Hugo, improved warning messaging for payment issues, and addressed security vulnerabilities.

Features:

  • Released the Site Mounting feature.
    • This feature makes one site dependent on one or more other CloudCannon sites. Files from a remote site will be accessible to the local site at build time, and any updates to the remote site will trigger a build of the local site.
    • You can find the Site Mountings feature under Site Settings.
    • Site Mounting is available on the Standard, Team, and Enterprise plans.
  • Released appearance update for the Project page.
    • The Publishing tab on the Project page now displays a diagram illustrating which sites publish to other sites within the project.

Fixes:

  • Added new Command Line Option --logLevel for Hugo v0.114.0 and later. Older CLI options are still supported for earlier versions of Hugo.
  • Better warning messaging on the Organization list when payment issues occur.
  • Updated dependencies to patch security vulnerabilities.
  • CloudCannon now skips HTML compression for Nuxt.js sites.

Uploaded images no longer become blob URLs

November 3rd, 2023 | Minor

This release addressed an issue causing uploaded images to become blob URLs.

Fixes:

  • Fixed an issue where CloudCannon changed uploaded images to blob URLs if you navigated away from the Editor before saving.

General fixes

November 2nd, 2023 | Minor

This release improved loading states for Organization logos and placeholder text on the Build Deploys page. It also addressed issues affecting the date field and updated dependencies and SSG icons.

Fixes:

  • Fixed an issue with TOML schemas causing date fields to become blank.
  • Fixed an issue where the Visual Editor was disabled for Hugo pages with a blank URL.
  • Better loading states for Organization logos.
  • Better placeholder text on the Build Deploys page.
  • Updated Nuxt icon.
  • Updated dependencies to patch security vulnerabilities.

Branch from a branched site in Projects

October 26th, 2023 | Minor

This release added the option to branch from existing branched sites. CloudCannon trials now enter a 'paused' state once the trial ends, and the Organization page defaults to the last Organization list you accessed.

It also addressed several issues, including removing unnecessary error messages in Client Sharing, merge errors for some GitLab merges, and improving warning messages when overwriting images.

Features:

  • Released functionality updates for the Project page.
    • The Project page allows you to create new branches off of existing branches as well as your main branch.
  • CloudCannon trials will now enter a 'paused' status at the end of the trial rather than automatically downgrading to the Personal plan.
  • The Organizations page now defaults to the Organization list you last accessed.

Fixes:

  • Fixed an issue where the sidebar would not appear in Client Sharing.
  • Fixed an issue where you could create a branch site without specifying a branch name.
  • Fixed an issue where switching from a Lite to a Standard plan would cause the Client Organization name to become blank.
  • Fixed an issue where the 'Connecting with Cloudinary' loading overlay would persist if an error occurred while the Cloudinary widget loaded.
  • Fixed an issue in the DAM browser where the upload confirmation screen would not show the new files.
  • Fixed an issue where CloudCannon could briefly show add-ons in the wrong state.
  • Fixed an issue where CloudCannon would show an unnecessary error message during Client Sharing.
  • Fixed an issue preventing some merges to GitLab.
  • Fixed broken icons.
  • Better spacing in the Activity differences pop-up.
  • Better warning messaging when overwriting existing images.

General fixes

October 20th, 2023 | Minor

This release improved error messaging for branch sites, and GitHub and GitLab operations. It also addressed issues affecting direct branch merging, icon and modal loading, and Azure DAM uploads.

Fixes:

  • Better error messaging and handling when creating a branch site.
  • Better error messaging for GitHub and GitLab operations.
  • Fixed an issue preventing uploads for Azure DAMs with no set container.
  • Fixed an issue preventing some icons for GitHub Enterprise and Self-Hosted GitLab from loading.
  • Fixed an issue preventing the Domain Status modal from loading.
  • Fixed an issue preventing data binding where the source was a data file.
  • Fixed an issue preventing direct branch merges using GitLab and Bitbucket.

Project and Domain page updates

October 19th, 2023 | Major

This release updated the appearance and functionality of the Project and Domain pages. These pages now have full-width lists, and a settings tab for editing your details. It also added new tasks and a dismiss function to the Organization setup task list, updated red UI elements for better accessibility, and added the capacity for files to update to new structure values.

This release addressed several issues, including the 'cancel build' button failing to display if you refreshed your site during a build, pagination errors for the Project page sites list, and better spacing for UI elements.

Features:

  • Released appearance and functionality updates for the Project page.
    • The Project page now displays a full-width list of your branches and a settings tab to edit your project details.
    • When creating a new project, you can select a repository you have not yet connected to CloudCannon.
    • You can use some Markdown syntax in the Project description.
  • Released appearance updates for the Domain page.
    • The Domain page now displays a full-width list of your sites and a settings tab to edit your details.
  • Released appearance updates for the Publish page.
    • The Publish page now displays a full-width field for describing your pull request, as well as Changes and Commits tabs to document your branch activity.
  • The Organization setup task list in the sidebar has new tasks, including prompts to watch our app demonstration video and book a meeting with the CloudCannon team.
  • You can now dismiss tasks from the Organization setup task list.
  • Opening a file in the app now checks for any updates made to structure values since the last time you edited that file. New inputs will appear by default, and you can configure deleted inputs to remove content.
  • Icons in the app now have better resolution and a loading animation. Icons will fall back to a broken icon if they fail to load.
  • Updated the shade of red used for UI elements to pass Web Content Accessibility Guidelines criteria at AA level.
  • New icons and menu text for Organization, site, and account settings to help differentiate each navigation item.

Fixes:

  • Fixed an issue where, in some cases, the error icon would display when a build is running.
  • Fixed an issue where the 'cancel build' button was unavailable if you reloaded your site during a build.
  • Fixed an issue where the Project page sites list would not display more than one results page.
  • Fixed the spacing of elements on the Cloudinary options page to improve clarity.
  • Moved the description paragraphs for 'use an existing branch' and 'create a new branch' on the Create Site page to improve clarity.

Future Changes:

In an upcoming release, we will update the Project page so you can create new branches off of existing branches as well as your main branch.

Previous

Page 11 of 45

Next
Open in a new tab