v0.21.0
- 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.
- Please remove
- 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
orpnpm add @sveltia/cms
then manually initialize it. - Make sure to keep the dependency up to date!
- You can install it with
- 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