v0.15.0-alpha.0
Pre-release
Pre-release
·
166 commits
to master
since this release
Features:
- Added orderable collections via the new
orderableconfig flag, with internal fractional order keys,ordersort support, and an admin order mode for drag-and-drop document reordering. (f1d4e1b) - Added document sorting by top-level collection custom fields using underscore-prefixed sort keys such as
sort=_title,-_publishedAt. Supported for scalar fields includingtext,textarea,number,datetimeandselect. (e2ead58)
Breaking Changes:
- Email templates are now loaded from
.mustacheor.htmlfiles, and core no longer ships or compiles MJML. The bundled MJML sources now live in the private@lucidcms/email-templatesworkspace package, which generates the default templates before core builds. (d68e8f1) - Renamed the
documentcustom field torelation: use.addRelation()instead of.addDocument(), andtype: "relation"instead oftype: "document". (f477cf2) - Structured sort descriptors now use
directioninstead ofvalue, for example{ key: "updatedAt", direction: "desc" }. Query string sort syntax is unchanged. (e2ead58)
Bug Fixes:
- Fixed select fields in document listing rows to display option labels. (aac60a9)