Releases: sveltia/sveltia-cms
Releases · sveltia/sveltia-cms
v0.46.3
- Bug fixes and improvements.
Full Changelog: v0.46.2...v0.46.3
v0.46.2
- Bug fixes and improvements.
Full Changelog: v0.46.1...v0.46.2
v0.46.1
- Bug fixes and improvements.
Full Changelog: v0.46.0...v0.46.1
v0.46.0
CMS.registerCustomFormat()
now supports async parser/formatter functions. This solves #244 and effectively solves decaporg/decap-cms#13.- The entry list now supports basic Markdown formatting syntax in the titles: bold, italic and code are allowed. HTML character references (entities) are also parsed properly. This solves #245 and effectively solves decaporg/decap-cms#4350.
- Bug fixes and improvements.
Full Changelog: v0.45.3...v0.46.0
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