Skip to content

v0.54.0

Latest
Compare
Choose a tag to compare
@kyoshino kyoshino released this 18 Jan 02:01
· 5 commits to main since this release
f65a1f4
  • Users can now add, edit or remove a link on an image in the Markdown editor. This solves #308 and effectively solves decaporg/decap-cms#4754.
  • 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.
  • 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.
  • Bug fixes and improvements.

Full Changelog: v0.53.6...v0.54.0