Skip to content

Releases: sveltia/sveltia-cms

v0.16.0

01 Apr 11:01

Choose a tag to compare

  • 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_graphql configuration 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

28 Mar 15:40
ef0dee4

Choose a tag to compare

Full Changelog: v0.14.1...v0.15.0

v0.14.1

20 Mar 01:29
be6ab0d

Choose a tag to compare

  • Bug fixes and improvements.

Full Changelog: v0.14.0...v0.14.1

v0.14.0

17 Mar 11:01
8eb5682

Choose a tag to compare

  • 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.
    • 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

13 Mar 19:50
e9493af

Choose a tag to compare

  • Bug fixes and improvements.

Full Changelog: v0.13.0...v0.13.1

v0.13.0

12 Mar 02:47
a20747e

Choose a tag to compare

  • You can now hide the preview of a specific field with preview: false. This solves #108.
  • The String widget now supports the type property that accepts url or email as a value, which will validate the value as a URL or email. This solves #107.
  • The String widget now supports the prefix and suffix string 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_input and after_input string properties, which allow developers to display custom labels before and/or after the input UI. These properties were originally added in v0.10.0 as prefix and suffix, but we have renamed the pair to make the purpose clearer.
  • Added the experimental compute widget, allowing to reference the value of other fields in the same collection, similar to the summary property for the List and Object widgets. Use the value property to define the value template, e.g. posts-{{fields.slug}}. This solves #111.

Full Changelog: v0.12.3...v0.13.0

v0.12.3

11 Mar 21:22
3cea332

Choose a tag to compare

  • Bug fixes and improvements.

Full Changelog: v0.12.2...v0.12.3

v0.12.2

11 Mar 18:33
7f86104

Choose a tag to compare

  • Bug fixes and improvements.

Full Changelog: v0.12.1...v0.12.2

v0.12.1

10 Mar 05:28
fd08635

Choose a tag to compare

  • Bug fixes and improvements.

Full Changelog: v0.12.0...v0.12.1

v0.12.0

06 Mar 00:05
32d5237

Choose a tag to compare

Full Changelog: v0.11.0...v0.12.0