ApostropheCMS v3.23.0 Release Notes

Release Date: 2022-06-22 // almost 2 years ago
  • ➕ Adds

    • Shared Drafts: gives the possibility to share a link which can be used to preview the draft version of page, or a piece show page.
    • ➕ Add Localize option to @apostrophecms/image. In Edit mode the context bar menu includes a "Localize" option to start cloning this image into other locales.

    🛠 Fixes

    • ⚡️ Update sass to 1.52.3+ to prevent the error RangeError: Invalid value: Not in inclusive range 0..145: -1. You can now fix that by upgrading with npm update. If it does not immediately clear up the issue in development, try node app @apostrophecms/asset:clear-cache.
    • 🛠 Fix a potential issue when URLs have a query string, in the '@apostrophecms/page:notFound' handler of the soft-redirect module.