Skip to content

v3.2.0 - Token Cache

Latest

Choose a tag to compare

@alexcibotari alexcibotari released this 11 Jun 18:00
· 3 commits to main since this release

What's Changed in v3.2.0

Features

  • Cache TTL for tokens — API tokens now support a configurable time-to-live, giving finer control over cache expiry.
  • Alt text for image assets — Image assets in the edit file dialogue now support alt text, improving accessibility and content quality.
  • Locale-specific document publishing — Document publishing has been refactored to store content per locale with improved path handling, enabling more reliable multi-locale delivery.
  • Improved asset & content metadata — Asset and content models have been refactored for cleaner, more consistent metadata handling across the platform.
  • Visual editor iframe status — The visual editor now tracks and displays the iframe connection state: loading (spinner), loaded (page received), connected (Localess SDK handshake complete), and error (failed to load), with descriptive tooltips for each state.

Internal

  • Version bump script added for streamlined release management.