Skip to content

Releases: sveltia/sveltia-cms

v0.45.3

01 Nov 09:31
7c78392
Compare
Choose a tag to compare
  • Menu items that link to the Git repository are now only displayed if Developer Mode is enabled in the application settings. This solves #243.
  • Bug fixes and improvements.

Full Changelog: v0.45.2...v0.45.3

v0.45.2

31 Oct 06:55
77c6969
Compare
Choose a tag to compare
  • Bug fixes and improvements.

Full Changelog: v0.45.1...v0.45.2

v0.45.1

31 Oct 03:25
d22bf6f
Compare
Choose a tag to compare
  • Bug fixes and improvements.

Full Changelog: v0.45.0...v0.45.1

v0.45.0

30 Oct 22:12
da551a5
Compare
Choose a tag to compare
  • 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

27 Oct 03:42
152afc8
Compare
Choose a tag to compare

Full Changelog: v0.43.0...v0.44.0

v0.43.0

25 Oct 15:06
874a2a1
Compare
Choose a tag to compare
  • 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.
  • Bug fixes and improvements.

Full Changelog: v0.42.2...v0.43.0

v0.42.2

23 Oct 08:58
c87a1d2
Compare
Choose a tag to compare
  • Bug fixes and improvements.

Full Changelog: v0.42.1...v0.42.2

v0.42.1

23 Oct 01:32
4cbb6f7
Compare
Choose a tag to compare
  • Entry files with html, mdx or any other non-standard extension are now recognized. This solves #79. Note that you may need to set the format 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

20 Oct 21:50
626098f
Compare
Choose a tag to compare
  • 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

18 Oct 16:32
45e534e
Compare
Choose a tag to compare
  • Bug fixes and improvements.

Full Changelog: v0.41.0...v0.41.1