Apostrophe2 v3.32.0 Release Notes
Release Date: 2022-11-09 // about 2 years 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 impliesshowCreate: 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.