Apostrophe2 v2.96.2 Release Notes

Release Date: 2019-09-17 // over 4 years ago
    • πŸ› Bug fix: missing required fields nested in array or object fields hidden fvia showFields no longer result in a server-side error. They adhere to the usual rule that if you can't see it, you're not expected to enter it.
    • πŸ› Bug fix: autocomplete now works again for tags and joins. This was caused by a difference of z-index introduced by an upgrade of jQuery UI in July.
    • πŸ‘ Better UX for drag and drop.
    • 🏁 The findTestModule method now works properly in Windows, opening the door to testing Apostrophe modules more easily on Windows. Thanks to Amin Shazrin for this contribution.
    • πŸ’… The base name of the master stylesheet has been factored out to a getStylesheetsMasterBase method in apostrophe-assets, for easier overrides in multisite projects.
    • πŸ”¨ Thanks to refactoring of the implementation, it is now possible to override the behavior of the apostrophe-email module to use different transports in different circumstances. Thanks to AurΓ©lien Wolz for this contribution.