-
Bug fix: missing required fields nested in
array
orobject
fields hidden fviashowFields
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 inapostrophe-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.