@sveltia/cms 0.34.7 → 0.34.9
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 -8
- package/dist/sveltia-cms.js +122 -122
- package/dist/sveltia-cms.mjs +94 -94
- package/package.json +14 -14
package/README.md
CHANGED
|
@@ -23,12 +23,12 @@ To achieve radical improvements in UX, performance, i18n and other areas, it was
|
|
|
23
23
|
Due to its unfortunate abandonment, Netlify CMS spawned 3 successors:
|
|
24
24
|
|
|
25
25
|
- [Static CMS](https://github.com/StaticJsCMS/static-cms): a community maintenance fork, first appeared on GitHub in September 2022
|
|
26
|
-
- Sveltia CMS
|
|
26
|
+
- **Sveltia CMS**: a total reboot, started in November 2022, first appeared on GitHub in March 2023
|
|
27
27
|
- [Decap CMS](https://github.com/decaporg/decap-cms): a rebranded version, owned by a Netlify agency partner, [announced in February 2023](https://www.netlify.com/blog/netlify-cms-to-become-decap-cms/) as the official successor
|
|
28
28
|
|
|
29
29
|
Sveltia CMS is the only project that doesn’t inherit the complexity, technical debt and miscellaneous bugs of Netlify CMS, which was launched back in 2016. We are confident that our decision to rebuild the application from scratch was the right one, as proven by the hundreds of improvements we have already made.
|
|
30
30
|
|
|
31
|
-
While Sveltia CMS is specifically designed to replace Netlify CMS, it also aims to serve as a substitute for the other products that are not receiving
|
|
31
|
+
While Sveltia CMS is specifically designed to replace legacy Netlify CMS instances, it also aims to serve as a substitute for the other products that are not receiving substantial updates. (Note: Static CMS compatibility will be worked on after the Sveltia CMS 1.0 release)
|
|
32
32
|
|
|
33
33
|
### Our goals
|
|
34
34
|
|
|
@@ -42,19 +42,19 @@ While Sveltia CMS is specifically designed to replace Netlify CMS, it also aims
|
|
|
42
42
|
|
|
43
43
|
Sveltia CMS is **still in beta**, so please be careful when trying it out.
|
|
44
44
|
|
|
45
|
-
While we are fixing reported bugs as fast as we can,
|
|
45
|
+
While we are fixing reported bugs as fast as we can, the overall progress may be slower than you think. The thing is, it’s not just a personal project of [@kyoshino](https://github.com/kyoshino), but also involves different kinds of activities:
|
|
46
46
|
|
|
47
47
|
- Ensuring maximum [compatibility with existing versions of Netlify/Decap CMS](#compatibility)
|
|
48
48
|
- Tackling as many [issues reported to Netlify/Decap CMS](https://github.com/decaporg/decap-cms/issues) as possible
|
|
49
|
-
- So far,
|
|
50
|
-
- Target: 150 issues by GA, 250 in a
|
|
49
|
+
- So far, 110+ of them (or 180+ including duplicates) have been effectively solved in Sveltia CMS
|
|
50
|
+
- Target: 150 issues by GA, 250 in a future release
|
|
51
51
|
- [Let us know](https://github.com/sveltia/sveltia-cms/issues/new) if you have any specific issues you’d like to see solved!
|
|
52
52
|
- Responding to user feedback
|
|
53
53
|
- Implementing our own UX enhancement ideas
|
|
54
54
|
|
|
55
55
|
Sveltia CMS **version 1.0 is expected to ship in Q3 2024**. Check our [release notes](https://github.com/sveltia/sveltia-cms/releases) for updates. See also our [roadmap](#roadmap).
|
|
56
56
|
|
|
57
|
-
<br>
|
|
58
58
|
|
|
59
59
|
## Features
|
|
60
60
|
|
|
@@ -132,6 +132,7 @@ We are working hard to create a **significantly better alternative to Netlify CM
|
|
|
132
132
|
- The GitLab backend support comes with background [service status](https://status.gitlab.com/) checking, just like GitHub.
|
|
133
133
|
- Service status checks are performed frequently and an incident notification is displayed prominently.
|
|
134
134
|
- You can quickly open the source file of an entry or asset in your repository using View on GitHub (or GitLab) under the 3-dot menu.
|
|
135
|
+
- You won’t get a 404 Not Found error when you sign in to the GitLab backend[^115].
|
|
135
136
|
|
|
136
137
|
### Better i18n support
|
|
137
138
|
|
|
@@ -329,7 +330,7 @@ Missing any other features? Let us know by [filing an issue](https://github.com/
|
|
|
329
330
|
- The deprecated Netlify Large Media service will not be supported. Consider other storage providers.
|
|
330
331
|
- Sveltia CMS has dropped the support for the deprecated Date widget following Decap CMS 3.0. Use the DateTime widget instead.
|
|
331
332
|
- Remark plugins will not be supported, as they are not compatible with our Lexical-based rich text editor.
|
|
332
|
-
- Undocumented
|
|
333
|
+
- [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.
|
|
333
334
|
|
|
334
335
|
## Roadmap
|
|
335
336
|
|
|
@@ -367,6 +368,7 @@ Here are some starter kits for popular frameworks created by community members.
|
|
|
367
368
|
|
|
368
369
|
- [Eleventy starter template](https://github.com/danurbanowicz/eleventy-sveltia-cms-starter) by [@danurbanowicz](https://github.com/danurbanowicz)
|
|
369
370
|
- [Hugo module](https://github.com/privatemaker/headless-cms) by [@privatemaker](https://github.com/privatemaker)
|
|
371
|
+
- [hugolify-sveltia-cms](https://github.com/Hugolify/hugolify-sveltia-cms/) by [@sebousan](https://github.com/sebousan)
|
|
370
372
|
- Astro: [astro-sveltia-cms](https://github.com/majesticostudio/astro-sveltia-cms), [astro-starter](https://github.com/zankhq/astro-starter) and [astros](https://github.com/zankhq/astros) by [@zanhk](https://github.com/zanhk)
|
|
371
373
|
|
|
372
374
|
Alternatively, you can probably use one of the [Netlify/Decap CMS templates](https://decapcms.org/docs/start-with-a-template/) and make a quick migration to Sveltia CMS.
|
|
@@ -926,7 +928,7 @@ This software is provided “as is” without any express or implied warranty. W
|
|
|
926
928
|
|
|
927
929
|
[^72]: Netlify/Decap CMS [#7047](https://github.com/decaporg/decap-cms/issues/7047)
|
|
928
930
|
|
|
929
|
-
[^73]: Netlify/Decap CMS [#6993](https://github.com/decaporg/decap-cms/issues/6993), [#7123](https://github.com/decaporg/decap-cms/issues/7123), [#7127](https://github.com/decaporg/decap-cms/issues/7127), [#7128](https://github.com/decaporg/decap-cms/issues/7128)
|
|
931
|
+
[^73]: Netlify/Decap CMS [#6993](https://github.com/decaporg/decap-cms/issues/6993), [#7123](https://github.com/decaporg/decap-cms/issues/7123), [#7127](https://github.com/decaporg/decap-cms/issues/7127), [#7128](https://github.com/decaporg/decap-cms/issues/7128), [#7237](https://github.com/decaporg/decap-cms/issues/7237)
|
|
930
932
|
|
|
931
933
|
[^74]: Netlify/Decap CMS [#4209](https://github.com/decaporg/decap-cms/issues/4209)
|
|
932
934
|
|
|
@@ -1009,3 +1011,5 @@ This software is provided “as is” without any express or implied warranty. W
|
|
|
1009
1011
|
[^113]: Netlify/Decap CMS [#5656](https://github.com/decaporg/decap-cms/issues/5656), [#5837](https://github.com/decaporg/decap-cms/issues/5837), [#5972](https://github.com/decaporg/decap-cms/issues/5972), [#6476](https://github.com/decaporg/decap-cms/issues/6476), [#6516](https://github.com/decaporg/decap-cms/issues/6516), [#6930](https://github.com/decaporg/decap-cms/issues/6930), [#6965](https://github.com/decaporg/decap-cms/issues/6965), [#7080](https://github.com/decaporg/decap-cms/issues/7080), [#7105](https://github.com/decaporg/decap-cms/issues/7105), [#7106](https://github.com/decaporg/decap-cms/issues/7106), [#7119](https://github.com/decaporg/decap-cms/issues/7119), [#7176](https://github.com/decaporg/decap-cms/issues/7176), [#7194](https://github.com/decaporg/decap-cms/issues/7194) — These `removeChild` crashes are common in React apps and seem to be caused by a [browser extension](https://github.com/facebook/react/issues/17256) or [Google Translate](https://github.com/facebook/react/issues/11538).
|
|
1010
1012
|
|
|
1011
1013
|
[^114]: Netlify/Decap CMS [#5029](https://github.com/decaporg/decap-cms/issues/5029), [#5048](https://github.com/decaporg/decap-cms/issues/5048)
|
|
1014
|
+
|
|
1015
|
+
[^115]: Netlify/Decap CMS [#7172](https://github.com/decaporg/decap-cms/issues/7172)
|