Lazy loading on images

August 14th, 2025 | Changelog

This release added support for lazing loading on images, .jsx syntax highlighting, and icons in Text inputs.

It also addressed an issue causing an indefinite loading state.

Features & Improvements#

  • Added the Lazy loading checkbox to the Edit image data panel, which adds the loading="lazy" attribute to images.
  • Added support for .jsx file syntax highlighting in the Code Editor.
  • Added the icon, icon_color, and icon_background_color configuration keys to Text inputs.

Fixes#

  • Fixed an issue where incorrect _snippets_imports configuration would cause CloudCannon to be stuck in a loading state.
  • Updated dependencies to patch security vulnerabilities.
Open in a new tab