@sveltia/cms 0.89.0 → 0.89.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 +12 -5
- package/dist/sveltia-cms.js +303 -303
- package/dist/sveltia-cms.js.map +1 -1
- package/dist/sveltia-cms.mjs +303 -303
- package/dist/sveltia-cms.mjs.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -14,7 +14,7 @@ The free, open source alternative/successor to Netlify/Decap CMS is now in publi
|
|
|
14
14
|
|
|
15
15
|
<br>
|
|
16
16
|
|
|
17
|
-
; Sveltia CMS](https://raw.githubusercontent.com/sveltia/sveltia-cms/main/docs/screenshot-6.webp?20250712)<br>
|
|
18
18
|
|
|
19
19
|
## Table of contents
|
|
20
20
|
|
|
@@ -133,7 +133,7 @@ While we fix reported bugs as quickly as possible, usually within 24 hours, our
|
|
|
133
133
|
|
|
134
134
|
- Ensuring substantial [compatibility with Netlify/Decap CMS](#compatibility)
|
|
135
135
|
- Tackling as many [Netlify/Decap CMS issues](https://github.com/decaporg/decap-cms/issues) as possible
|
|
136
|
-
- So far,
|
|
136
|
+
- So far, 235+ issues, or 480+ if including duplicates, have been effectively solved in Sveltia CMS (Yes, you read it right)
|
|
137
137
|
- Target:
|
|
138
138
|
- 250 issues, or 500 if including duplicates, by GA — Almost there!
|
|
139
139
|
- 400 issues, or 800 if including duplicates, in the future 💪
|
|
@@ -147,7 +147,7 @@ While we fix reported bugs as quickly as possible, usually within 24 hours, our
|
|
|
147
147
|
- Responding to requests from the maintainer’s clients
|
|
148
148
|
- Making the code clean and maintainable
|
|
149
149
|
|
|
150
|
-
<br>
|
|
151
151
|
|
|
152
152
|
## Differentiators
|
|
153
153
|
|
|
@@ -242,6 +242,8 @@ Note: This lengthy section compares Sveltia CMS with both Netlify CMS and Decap
|
|
|
242
242
|
|
|
243
243
|
### Better backend support
|
|
244
244
|
|
|
245
|
+
The [GitHub](https://decapcms.org/docs/github-backend/), [GitLab](https://decapcms.org/docs/gitlab-backend/), [Gitea/Forgejo](https://decapcms.org/docs/gitea-backend/) and [Test](https://decapcms.org/docs/test-backend/) backends are available in Sveltia CMS. For [performance reasons](#features-not-to-be-implemented), we don’t support [Azure](https://decapcms.org/docs/azure-backend/), [Bitbucket](https://decapcms.org/docs/bitbucket-backend/) and [Git Gateway](https://decapcms.org/docs/git-gateway-backend/).
|
|
246
|
+
|
|
245
247
|
- Uses the GraphQL API where possible for better performance, as mentioned above. You don’t need to set the `use_graphql` option to enable it for GitHub and GitLab.
|
|
246
248
|
- The Git branch name is automatically set to the repository’s default branch (`main`, `master` or whatever) if not specified in the configuration file, preventing data loading errors due to a hardcoded fallback to `master`.[^95][^27] If a branch name is specified, it works as expected.[^232]
|
|
247
249
|
- It’s possible to [disable automatic deployments](#disabling-automatic-deployments) by default or on demand to save costs and resources associated with CI/CD and to publish multiple changes at once.[^24]
|
|
@@ -411,6 +413,7 @@ Sveltia CMS supports all the [built-in widgets](https://decapcms.org/docs/widget
|
|
|
411
413
|
- The language switcher always appears in the user interface, so it’s easy to spot and change the selected language.
|
|
412
414
|
- Dynamic loading of language modes work as expected.[^198]
|
|
413
415
|
- A Code field under a List field work as expected, saving both code and language.[^181]
|
|
416
|
+
- A wrong initial value will not cause a crash with a `TypeError`.[^257]
|
|
414
417
|
- Color
|
|
415
418
|
- The widget doesn’t cause scrolling issues.[^128]
|
|
416
419
|
- The preview shows both the RGB(A) hex value and the `rgb()` function notation.
|
|
@@ -1555,7 +1558,7 @@ Due early 2026
|
|
|
1555
1558
|
|
|
1556
1559
|
### Future
|
|
1557
1560
|
|
|
1558
|
-
- Tackling many of the remaining Netlify/Decap CMS issues, including MDX support,[^122] [manual entry sorting](https://github.com/sveltia/sveltia-cms/issues/214),[^125] [config editor](https://github.com/sveltia/sveltia-cms/discussions/452),[^10] offline support,[^238] and other [top-voted features](https://github.com/decaporg/decap-cms/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc) (some of them may be included in v2.0)
|
|
1561
|
+
- Tackling many of the remaining Netlify/Decap CMS issues, including MDX support,[^122] [manual entry sorting](https://github.com/sveltia/sveltia-cms/issues/214),[^125] [tables in Markdown](https://github.com/sveltia/sveltia-cms/issues/455),[^256] [config editor](https://github.com/sveltia/sveltia-cms/discussions/452),[^10] offline support,[^238] and other [top-voted features](https://github.com/decaporg/decap-cms/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc) (some of them may be included in v2.0)
|
|
1559
1562
|
- **Sveltia CMS Additions**: edge functions providing features that require server-side implementation, including user management (Netlify Identity alternative), roles,[^23] commits without a Git service account (Git Gateway alternative), API key management, post locking (like [WordPress](https://codex.wordpress.org/Post_Locking))[^166] and scheduled posts[^167]
|
|
1560
1563
|
- View, compare and restore revisions (like [WordPress](https://wordpress.com/support/page-post-revisions/))
|
|
1561
1564
|
- More integration options: stock photos, stock videos, cloud storage providers, translation services, maps, analytics tools, etc.
|
|
@@ -2035,7 +2038,7 @@ This software is provided “as is” without any express or implied warranty. W
|
|
|
2035
2038
|
|
|
2036
2039
|
[^225]: Netlify/Decap CMS [#7401](https://github.com/decaporg/decap-cms/issues/7401)
|
|
2037
2040
|
|
|
2038
|
-
[^226]: Netlify/Decap CMS [#7031](https://github.com/decaporg/decap-cms/pull/7031)
|
|
2041
|
+
[^226]: Netlify/Decap CMS [#7031](https://github.com/decaporg/decap-cms/pull/7031), [#7540](https://github.com/decaporg/decap-cms/issues/7540)
|
|
2039
2042
|
|
|
2040
2043
|
[^227]: Netlify/Decap CMS [#6794](https://github.com/decaporg/decap-cms/pull/6794)
|
|
2041
2044
|
|
|
@@ -2094,3 +2097,7 @@ This software is provided “as is” without any express or implied warranty. W
|
|
|
2094
2097
|
[^254]: Netlify/Decap CMS [#7532](https://github.com/decaporg/decap-cms/issues/7532)
|
|
2095
2098
|
|
|
2096
2099
|
[^255]: Netlify/Decap CMS [#7355](https://github.com/decaporg/decap-cms/discussions/7355)
|
|
2100
|
+
|
|
2101
|
+
[^256]: Netlify/Decap CMS [#2845](https://github.com/decaporg/decap-cms/issues/2845)
|
|
2102
|
+
|
|
2103
|
+
[^257]: Netlify/Decap CMS [#4353](https://github.com/decaporg/decap-cms/issues/4353), [#7513](https://github.com/decaporg/decap-cms/issues/7513), [#7544](https://github.com/decaporg/decap-cms/issues/7544)
|