Skip to content

Releases: sveltia/sveltia-cms

v0.120.0

24 Nov 19:52
36bea19

Choose a tag to compare

  • The Hidden widget now supports {{author-email}}, {{author-login}} and {{author-name}} as the default value, just like commit message templates. These tags will be replaced by the signed-in user’s email, login name and display name, respectively, eliminating the need for event hooks to set these values. This effectively resolves decaporg/decap-cms#1483.
  • Commit message templates also added support for the {{author-email}} tag to include the author’s email address, if available.
  • Bug fixes and improvements.

Full Changelog: v0.119.2...v0.120.0

Note: Our development pace is slower than usual as we are working on the documentation.

v0.119.2

22 Nov 23:50
be383c0

Choose a tag to compare

  • Bug fixes and improvements.

Full Changelog: v0.119.1...v0.119.2

v0.119.1

20 Nov 18:06
3dddfa4

Choose a tag to compare

  • Bug fixes and improvements.

Full Changelog: v0.119.0...v0.119.1

v0.119.0

16 Nov 22:19
fd0fb99

Choose a tag to compare

Full Changelog: v0.118.1...v0.119.0

v0.118.1

16 Nov 06:25
6befc87

Choose a tag to compare

  • Bug fixes and improvements.

Full Changelog: v0.118.0...v0.118.1

v0.118.0

15 Nov 00:07
de07943

Choose a tag to compare

  • The SiteConfig type exported since v0.117.0 has been renamed CmsConfig to better reflect its purpose and for compatibility with Netlify/Decap CMS.

Full Changelog: v0.117.2...v0.118.0

v0.117.2

14 Nov 22:28
bfa2491

Choose a tag to compare

  • Bug fixes and improvements.

Full Changelog: v0.117.1...v0.117.2

v0.117.1

14 Nov 17:19
bb07bd8

Choose a tag to compare

  • Bug fixes and improvements.

Full Changelog: v0.117.0...v0.117.1

v0.117.0

14 Nov 14:24
594afa5

Choose a tag to compare

  • Better TypeScript support: The SiteConfig type is now exported, so you can import it directly to construct your configuration object with proper type checking outside of the CMS.init() method. This solves #538.
  • Added some more config validation rules:
    • Invalid collection, collection file, field, variable type names (e.g. names containing . or *)
    • Mutually exclusive config options (e.g. field, fields and types on List fields)
    • collection and file references on Relation fields

Update: The export has been renamed CmsConfig in v0.118.0.

Full Changelog: v0.116.0...v0.117.0

v0.116.0

07 Nov 10:33
ac44639

Choose a tag to compare

  • Added config validation for duplicate collection, file, field and variable type names.
  • Added error and warning messages for unsupported options.
  • Bug fixes and improvements.

Full Changelog: v0.115.2...v0.116.0

Follow us on Bluesky!