Skip to content

v0.21.0

Compare
Choose a tag to compare
@kyoshino kyoshino released this 23 Apr 05:19
· 739 commits to main since this release
617683f
  • Added support for manual initialization.
  • For backward compatibility with Netlify/Decap CMS, sveltia-cms.js is now built as an IIFE instead of an ES module.
    • Please remove type="module" from your <script> tag if you want to initialize the CMS manually.
    • Otherwise no action is required — your <script> tag will continue to work.
  • The ES module is now built as sveltia-cms.mjs and available as an npm package.
    • You can install it with npm i @sveltia/cms or pnpm add @sveltia/cms then manually initialize it.
    • Make sure to keep the dependency up to date!
  • Implemented background service status checking for both GitHub and GitLab.
    • Update your site’s CSP if necessary.

Full Changelog: v0.20.0...v0.21.0