Releases: sveltia/sveltia-cms
Releases · sveltia/sveltia-cms
v0.54.0
- 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
v0.53.6
- Bug fixes and improvements.
Full Changelog: v0.53.5...v0.53.6
v0.53.5
v0.53.4
- Bug fixes and improvements.
Full Changelog: v0.53.3...v0.53.4
v0.53.3
- Bug fixes and improvements.
Full Changelog: v0.53.2...v0.53.3
v0.53.2
- Bug fixes and improvements.
Full Changelog: v0.53.1...v0.53.2
v0.53.1
- Bug fixes and improvements.
Full Changelog: v0.53.0...v0.53.1
v0.53.0
- It’s now possible to omit
fields
in a variable type object for the List and Object widgets. In that case, only thetypeKey
(default:type
) is saved in the output. The maintainer’s client site had a use case for the feature. This effectively solves decaporg/decap-cms#7322. - Bug fixes and improvements.
Celebrate another milestone with us: Sveltia CMS has now effectively solved over 150 Netlify/Decap CMS issues (or 300+ if you count duplicates) 🎉 More to come before version 1.0 is out!
Full Changelog: v0.52.1...v0.53.0
v0.52.1
- Bug fixes and improvements.
Full Changelog: v0.52.0...v0.52.1
v0.52.0
- The
date
transformation now supports the time zone argument. The only available value isutc
, which converts a date to UTC. This is useful if the specified DateTime field is local, but you want to force UTC in the entry slug, e.g.{{date | date('YYYYMMDD-HHmm', 'utc')}}
. This solves #278 (comment). - Bug fixes and improvements.
Full Changelog: v0.51.1...v0.52.0