Releases: sveltia/sveltia-cms
Releases · sveltia/sveltia-cms
v0.102.0
- 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
- 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_deploymentsbackend option- Use the new
skip_cioption instead, which is more intuitive. automatic_deployments: falseis equivalent toskip_ci: trueautomatic_deployments: trueis equivalent toskip_ci: false
- Use the new
- The
save_all_localesi18n option- Use the
initial_localesoption instead, which provides more flexibility. save_all_locales: falseis equivalent toinitial_locales: all
- Use the
- The
read_onlyUUID widget option- Use the
readonlycommon field option instead, which defaults totruefor the UUID widget.
- Use the
- The
Full Changelog: v0.100.2...v0.101.0
Follow us on Bluesky!
v0.100.2
v0.100.1
v0.100.0
v0.99.1
v0.99.0
- Developers can now specify the URL to redirect users after logging out with the
logout_redirect_urlglobal 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
v0.98.1
v0.98.0
- Improved custom editor components:
- All widgets can now be used in the
fields. - The
defaultfield option is supported. - Field validation now works as expected. This effectively solves decaporg/decap-cms#1390, decaporg/decap-cms#4912 and decaporg/decap-cms#6986.
- All widgets can now be used in the
Full Changelog: v0.97.0...v0.98.0
Follow us on Bluesky!