- Developers can now specify the default sort field and direction of a collection. Our implementation is compatible with Static CMS. This solves #304 and effectively solves decaporg/decap-cms#3715.
- Users can now add, edit or remove a link set on an image in the Markdown editor. This solves #308 and effectively solves decaporg/decap-cms#4754.
- The
thumbnail
collection option has been improved:- A wildcard in the field name is now supported, e.g.
images.*.src
. This solves #307. - Multiple field names can now be specified as an array for fallback purpose, e.g.
[thumbnail, cover]
. - If this option is omitted, any non-nested, non-empty Image or File field will be used. Previously, only the first Image field was used. This effectively solves decaporg/decap-cms#5317.
- A wildcard in the field name is now supported, e.g.
Full Changelog: v0.53.6...v0.54.0