@sveltia/cms 0.39.2 → 0.39.3
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 +10 -10
- package/dist/sveltia-cms.js +281 -280
- package/dist/sveltia-cms.js.map +1 -1
- package/dist/sveltia-cms.mjs +281 -280
- package/dist/sveltia-cms.mjs.map +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -308,6 +308,16 @@ Sveltia CMS has been built with a multilingual architecture from the very beginn
|
|
|
308
308
|
|
|
309
309
|
We are trying to make Sveltia CMS compatible with Netlify/Decap CMS where possible, so that more users can seamlessly switch to our modern, powerful, high performance alternative. However, some features will be omitted due to deprecations and other factors.
|
|
310
310
|
|
|
311
|
+
### Features not to be implemented
|
|
312
|
+
|
|
313
|
+
- **The Bitbucket, Gitea/Forgejo and Git Gateway backends will not be supported** for performance reasons. We may implement a high-performance Git Gateway alternative in the future. We may also support the other services if/when their APIs improve to allow the CMS to fetch multiple files at once.
|
|
314
|
+
- **The Netlify Identity Widget will not be supported**, as it’s not useful without Git Gateway. We may be able to support it in the future if/when a Git Gateway alternative is created.
|
|
315
|
+
- The deprecated client-side implicit grant for the GitLab backend will not be supported, as it has already been [removed from GitLab 15.0](https://gitlab.com/gitlab-org/gitlab/-/issues/344609). Use the client-side PKCE authorization instead.
|
|
316
|
+
- The deprecated Netlify Large Media service will not be supported. Consider other storage providers.
|
|
317
|
+
- The deprecated Date widget will not be supported, as it has already been removed from Decap CMS 3.0. Use the DateTime widget instead.
|
|
318
|
+
- Remark plugins will not be supported, as they are not compatible with our Lexical-based rich text editor.
|
|
319
|
+
- [Undocumented methods](https://github.com/sveltia/sveltia-cms/blob/c69446da7bb0bab7405be741c0f92850c5dddfa8/src/main.js#L14-L37) exposed on the `window.CMS` object will not be implemented. This includes custom backends and custom media libraries, if any.
|
|
320
|
+
|
|
311
321
|
### Current limitations
|
|
312
322
|
|
|
313
323
|
These limitations are expected to be resolved before or shortly after GA:
|
|
@@ -333,16 +343,6 @@ These limitations are expected to be resolved before or shortly after GA:
|
|
|
333
343
|
|
|
334
344
|
Missing any other features? Let us know by [filing an issue](https://github.com/sveltia/sveltia-cms/issues/new).
|
|
335
345
|
|
|
336
|
-
### Features not to be implemented
|
|
337
|
-
|
|
338
|
-
- **The Bitbucket, Gitea/Forgejo and Git Gateway backends will not be supported** for performance reasons. We may implement a high-performance Git Gateway alternative in the future. We may also support the other services if/when their APIs improve to allow the CMS to fetch multiple files at once.
|
|
339
|
-
- The Netlify Identity Widget will not be supported, as it’s not useful without Git Gateway. We may be able to support it in the future if/when a Git Gateway alternative is created.
|
|
340
|
-
- The deprecated client-side implicit grant for the GitLab backend will not be supported, as it has already been [removed from GitLab 15.0](https://gitlab.com/gitlab-org/gitlab/-/issues/344609). Use the client-side PKCE authorization instead.
|
|
341
|
-
- The deprecated Netlify Large Media service will not be supported. Consider other storage providers.
|
|
342
|
-
- Sveltia CMS has dropped the support for the deprecated Date widget following Decap CMS 3.0. Use the DateTime widget instead.
|
|
343
|
-
- Remark plugins will not be supported, as they are not compatible with our Lexical-based rich text editor.
|
|
344
|
-
- [Undocumented methods](https://github.com/sveltia/sveltia-cms/blob/6b8a86174f9beb4acc4bddcaa3848f773c1b2e52/src/main.js#L13-L36) exposed on the `window.CMS` object will not be implemented. This includes custom backends and custom media libraries, if any.
|
|
345
|
-
|
|
346
346
|
## Roadmap
|
|
347
347
|
|
|
348
348
|
### Before the 1.0 release
|