Apostrophe2 v3.26.1 Release Notes

Release Date: 2022-08-06 // over 1 year ago
  • ๐Ÿ›  Fixes

    ๐Ÿš‘ Hotfix: always waits for the DOM to be ready before initializing the Apostrophe Admin UI. setTimeout alone might not guarantee that every time. This issue has apparently become more frequent in the latest versions of Chrome.

    • Modifies the login module to return an empty object in the API session cookie response body to avoid potential invalid JSON error if response.json() is retrieved.