Apostrophe2 v3.32.0 Release Notes

Release Date: 2022-11-09 // over 1 year ago
  • โž• Adds

    • โž• Adds Reset Password feature to the login page. Note that the feature must be enabled and email delivery must be properly configured. See the documentation for more details.
    • ๐Ÿ‘ Allow project-level developer to override bundling decisions by configuring the @apostrophecms/asset module. Check the module documentation for more information.

    ๐Ÿ›  Fixes

    • ๐Ÿ— Query builders for regular select fields have always accepted null to mean "do not filter on this property." Now this also works for dynamic select fields.
    • ๐Ÿ’ป The i18n UI state management now doesn't allow actions while it's busy.
    • ๐Ÿ›  Fixed various localization bugs in the text of the "Update" dropdown menu.
    • The singleton: true option for piece types now automatically implies showCreate: false.
    • โœ‚ Remove browser console warnings by handling Tiptap Editor's breaking changes and duplicated plugins.
    • The editor modal now allocates more space to area fields when possible, resolving common concerns about editing large widgets inside the modal.