Skip to content

Releases: sveltia/sveltia-cms

v0.46.3

09 Nov 01:21
989a097
Compare
Choose a tag to compare
  • Bug fixes and improvements.

Full Changelog: v0.46.2...v0.46.3

v0.46.2

09 Nov 00:50
77160bc
Compare
Choose a tag to compare
  • Bug fixes and improvements.

Full Changelog: v0.46.1...v0.46.2

v0.46.1

05 Nov 20:45
6da2118
Compare
Choose a tag to compare
  • Bug fixes and improvements.

Full Changelog: v0.46.0...v0.46.1

v0.46.0

04 Nov 02:42
8d578cd
Compare
Choose a tag to compare
  • 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

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