Skip to content

Releases: sveltia/sveltia-cms

v0.102.0

27 Aug 15:20
7108af7

Choose a tag to compare

  • Deprecated options are now clearly marked as such in both the JSON schema and the TypeScript type definitions. If you use these options in a supported code editor, you should receive a warning.
  • Bug fixes and improvements.

Full Changelog: v0.101.0...v0.102.0

Follow us on Bluesky!

v0.101.0

27 Aug 04:14
4fc1d7e

Choose a tag to compare

  • The personal access token (PAT) sign-in option is more discoverable and easier to use.
  • ⚠️ DEPRECATIONS: The following options are now deprecated and will be removed in Sveltia CMS v1.0:
    • The automatic_deployments backend option
      • Use the new skip_ci option instead, which is more intuitive.
      • automatic_deployments: false is equivalent to skip_ci: true
      • automatic_deployments: true is equivalent to skip_ci: false
    • The save_all_locales i18n option
      • Use the initial_locales option instead, which provides more flexibility.
      • save_all_locales: false is equivalent to initial_locales: all
    • The read_only UUID widget option
      • Use the readonly common field option instead, which defaults to true for the UUID widget.

Full Changelog: v0.100.2...v0.101.0

Follow us on Bluesky!

v0.100.2

26 Aug 08:31
e47e2c5

Choose a tag to compare

  • Bug fixes and improvements.

Full Changelog: v0.100.1...v0.100.2

Follow us on Bluesky!

v0.100.1

24 Aug 12:20
4654c62

Choose a tag to compare

  • Bug fixes and improvements.

Full Changelog: v0.100.0...v0.100.1

Follow us on Bluesky!

v0.100.0

24 Aug 01:04
6d1bfa4

Choose a tag to compare

  • Added support for multiline matching in editor components. This solves #410.
  • Bug fixes and improvements.

Full Changelog: v0.99.1...v0.100.0

Follow us on Bluesky!

v0.99.1

23 Aug 02:22
5b4de14

Choose a tag to compare

  • Bug fixes and improvements.

Full Changelog: v0.99.0...v0.99.1

Follow us on Bluesky!

v0.99.0

21 Aug 01:49
0e8eeef

Choose a tag to compare

  • Developers can now specify the URL to redirect users after logging out with the logout_redirect_url global option. This solves #495 and effectively solves decaporg/decap-cms#713.
  • Bug fixes and improvements.

Full Changelog: v0.98.2...v0.99.0

Follow us on Bluesky!

v0.98.2

19 Aug 16:02
e1588f8

Choose a tag to compare

  • Bug fixes and improvements.

Full Changelog: v0.98.1...v0.98.2

Follow us on Bluesky!

v0.98.1

18 Aug 22:28
0362e71

Choose a tag to compare

  • Bug fixes and improvements.

Full Changelog: v0.98.0...v0.98.1

Follow us on Bluesky!

v0.98.0

15 Aug 17:25
ff8278e

Choose a tag to compare

Full Changelog: v0.97.0...v0.98.0

Follow us on Bluesky!

250 Netlify/Decap CMS issues solved in Sveltia CMS