@sveltia/cms 0.70.1 → 0.70.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -1
- package/dist/sveltia-cms.js +174 -176
- package/dist/sveltia-cms.js.map +1 -1
- package/dist/sveltia-cms.mjs +183 -185
- package/dist/sveltia-cms.mjs.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -595,7 +595,6 @@ Sveitia CMS works with all modern browsers, but there are a few limitations beca
|
|
|
595
595
|
|
|
596
596
|
- The [local repository workflow](#working-with-a-local-git-repository) requires a Chromium-based browser, including Chrome, Edge and Brave.
|
|
597
597
|
- Safari: The Test backend doesn’t save changes locally; [image optimization](#optimizing-images-for-upload) is slower than in other browsers.
|
|
598
|
-
- Test backend doesn’t work in some browsers when using a private window.
|
|
599
598
|
- Firefox ESR and its derivatives, including Tor Browser and Mullvad Browser, are not officially supported, although they may still work.
|
|
600
599
|
|
|
601
600
|
### Other notes
|