Releases: sveltia/sveltia-cms
Releases · sveltia/sveltia-cms
v0.45.3
v0.45.2
- Bug fixes and improvements.
Full Changelog: v0.45.1...v0.45.2
v0.45.1
- Bug fixes and improvements.
Full Changelog: v0.45.0...v0.45.1
v0.45.0
- The
default
value of the Hidden widget now accepts new template tags,{{uuid}}
,{{uuid_short}}
and{{uuid_shorter}}
, which will be replaced by a random UUID or its shorter version, just like the slug template tags. Sveltia CMS already supports the UUID widget proposed in decaporg/decap-cms#6675, but this is another effective solution for decaporg/decap-cms#3712. - Bug fixes and improvements.
Full Changelog: v0.44.0...v0.45.0
v0.44.0
- Now it’s possible to edit data files with a top-level list using the new
root
option for the List widget. This solves #235 and effectively solves decaporg/decap-cms#531, one of the most voted issues of Netlify/Decap CMS.
Full Changelog: v0.43.0...v0.44.0
v0.43.0
- DateTime field values in ISO 8601 format are now stored in native date/time format instead of quoted strings when the data output is TOML. This solves #233 and effectively solves decaporg/decap-cms#3583.
- Did you know? Sveltia CMS has improved data output in a number of ways!
- Bug fixes and improvements.
Full Changelog: v0.42.2...v0.43.0
v0.42.2
- Bug fixes and improvements.
Full Changelog: v0.42.1...v0.42.2
v0.42.1
- Entry files with
html
,mdx
or any other non-standardextension
are now recognized. This solves #79. Note that you may need to set theformat
option if files are not parsed. MDX support is planned after the 1.0 release. - Assets stored in a subdirectory of a collection
media_folder
can now be used and displayed. This solves #229. There is no folder listing yet — we’ll work on it later.
Full Changelog: v0.42.0...v0.42.1
v0.42.0
- Added support for custom formatters. Note: the first argument of
CMS.registerCustomFormat()
is a file format, and the second argument is a file extension.
Full Changelog: v0.41.1...v0.42.0
v0.41.1
- Bug fixes and improvements.
Full Changelog: v0.41.0...v0.41.1