2.26.0:
-
Do not crash on missing widget types, print good warning messages.
-
Complete implementation of the explicitOrder cursor filter, replacing a nonfunctional implementation.
-
If the mongodb connection is lost, the default behavior is now to retry it forever, so when MongoDB does get restarted Apostrophe will find it. In addition, a
connect
object may be passed to theapostrophe-db
module to be passed on to the MongoDB connect call. -
Spaces added between DOM attributes for better HTML5 compliance.
-
required
subfields are now enforced when editing fields of typearray
.
2.26.1:
- Fix for bug that prevented the tolerant detection of missing widget types in some cases.
Thanks to Michelin for their support of much of the work in these releases.