Releases: sveltia/sveltia-cms
Releases · sveltia/sveltia-cms
v0.16.0
- Implemented the GitLab backend. This solves #22.
- You can use client-side PKCE authorization, which is easy to set up.
- We have also updated Sveltia CMS Authenticator to support GitLab.
- Sveltia CMS uses the GraphQL API by default. The
use_graphqlconfiguration option will be ignored. - OAuth implicit grant is not supported as the deprecated authentication flow has already been removed with GitLab 15.0.
- You may need to set up or update your Content Security Policy to use the CMS.
- Added support for GitHub Enterprise Server.
- Bug fixes and improvements.
Full Changelog: v0.15.0...v0.16.0
v0.15.0
- Implemented the new
filtersoption for the relation widget. This corresponds to decaporg/decap-cms#7161. - Bug fixes and improvements.
Full Changelog: v0.14.1...v0.15.0
v0.14.1
- Bug fixes and improvements.
Full Changelog: v0.14.0...v0.14.1
v0.14.0
- The Asset Library has been improved. You can now
- Preview audio, video, text and PDF files. (Check your site’s CSP if the preview doesn’t work.)
- Copy the public URL or file path of one or more selected assets to clipboard.
- These paths should start with
/. This effectively solves decaporg/decap-cms#5569.
- These paths should start with
- Copy the text or image data of a selected asset to clipboard.
- Download one or more selected assets at once.
- You’ll be automatically signed in when you work with a local Git repository and reopen the CMS in the browser. Make sure you have upgraded to the latest version of Chrome to enjoy a seamless experience.
- Bug fixes and improvements.
Full Changelog: v0.13.1...v0.14.0
v0.13.1
- Bug fixes and improvements.
Full Changelog: v0.13.0...v0.13.1
v0.13.0
- You can now hide the preview of a specific field with
preview: false. This solves #108. - The String widget now supports the
typeproperty that acceptsurloremailas a value, which will validate the value as a URL or email. This solves #107. - The String widget now supports the
prefixandsuffixstring properties, which will be automatically prepended/appended to the user-input value. This solves #110. - The Boolean, Number and String widgets now support the
before_inputandafter_inputstring properties, which allow developers to display custom labels before and/or after the input UI. These properties were originally added in v0.10.0 asprefixandsuffix, but we have renamed the pair to make the purpose clearer. - Added the experimental
computewidget, allowing to reference the value of other fields in the same collection, similar to thesummaryproperty for the List and Object widgets. Use thevalueproperty to define the value template, e.g.posts-{{fields.slug}}. This solves #111.
Full Changelog: v0.12.3...v0.13.0
v0.12.3
- Bug fixes and improvements.
Full Changelog: v0.12.2...v0.12.3
v0.12.2
- Bug fixes and improvements.
Full Changelog: v0.12.1...v0.12.2
v0.12.1
- Bug fixes and improvements.
Full Changelog: v0.12.0...v0.12.1
v0.12.0
- You’ll now be notified when an update to the CMS is available. This effectively solves decaporg/decap-cms#1045 and decaporg/decap-cms#3353.
- Bug fixes and improvements.
Full Changelog: v0.11.0...v0.12.0