Releases: sveltia/sveltia-cms
Releases · sveltia/sveltia-cms
v0.120.0
- 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
- Bug fixes and improvements.
Full Changelog: v0.119.1...v0.119.2
v0.119.1
- Bug fixes and improvements.
Full Changelog: v0.119.0...v0.119.1
v0.119.0
- Added support for TOML configuration files.
Full Changelog: v0.118.1...v0.119.0
v0.118.1
- Bug fixes and improvements.
Full Changelog: v0.118.0...v0.118.1
v0.118.0
v0.117.2
- Bug fixes and improvements.
Full Changelog: v0.117.1...v0.117.2
v0.117.1
- Bug fixes and improvements.
Full Changelog: v0.117.0...v0.117.1
v0.117.0
- Better TypeScript support: The
SiteConfigtype is now exported, so you can import it directly to construct your configuration object with proper type checking outside of theCMS.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,fieldsandtypeson List fields) collectionandfilereferences on Relation fields
- Invalid collection, collection file, field, variable type names (e.g. names containing
Update: The export has been renamed CmsConfig in v0.118.0.
Full Changelog: v0.116.0...v0.117.0