@sveltia/cms 0.119.2 → 0.120.0
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 +34 -23
- package/dist/sveltia-cms.js +44 -44
- package/dist/sveltia-cms.js.map +1 -1
- package/dist/sveltia-cms.mjs +26 -26
- package/dist/sveltia-cms.mjs.map +1 -1
- package/package.json +1 -1
- package/schema/sveltia-cms.json +1 -1
- package/types/public.d.ts +2 -2
package/README.md
CHANGED
|
@@ -141,11 +141,14 @@ Sveltia CMS is the only project that doesn’t inherit the complexity, technical
|
|
|
141
141
|
- We closely monitor and analyze the predecessor’s issue tracker
|
|
142
142
|
- We rearchitect the entire user experience (UX) and developer experience (DX)
|
|
143
143
|
|
|
144
|
-
This “total reboot”
|
|
144
|
+
This “total reboot” has enabled us to implement hundreds of improvements without getting stuck in a legacy system. We are fully committed to making Sveltia CMS the best successor to Netlify CMS:
|
|
145
145
|
|
|
146
|
-
|
|
146
|
+
- We dedicate significant time and effort to modernizing the platform
|
|
147
|
+
- We continue to address [issues](https://github.com/decaporg/decap-cms/issues) reported in the predecessor’s repository
|
|
148
|
+
- We materialize the enhancements that Netlify CMS users have long desired
|
|
149
|
+
- We deliver [regular updates](https://github.com/sveltia/sveltia-cms/releases) and [clear goals](#roadmap)
|
|
147
150
|
|
|
148
|
-
|
|
151
|
+
For that reason, Sveltia CMS is the **true successor to Netlify CMS** — not just a spiritual successor or a mere alternative — and the best choice for users looking to migrate from the predecessor, other successors, or even other CMS solutions.
|
|
149
152
|
|
|
150
153
|
### Our goals
|
|
151
154
|
|
|
@@ -168,9 +171,13 @@ While we fix reported bugs as quickly as possible, usually within 24 hours, our
|
|
|
168
171
|
- So far, **270+ issues, or 580+ if including duplicates, have been effectively solved** in Sveltia CMS (Yes, you read it right)
|
|
169
172
|
- Target:
|
|
170
173
|
- 250 issues, or 500 if including duplicates, by GA — We did it! 🎉
|
|
171
|
-
-
|
|
174
|
+
- 450 issues, or 900 if including duplicates, in the future 💪
|
|
172
175
|
- or every single issue that’s relevant, fixable, and worth dealing with 🔥
|
|
173
|
-
- Issues include everything
|
|
176
|
+
- Issues include everything:
|
|
177
|
+
- Outstanding issues from feature requests to bug reports
|
|
178
|
+
- [Issues closed as stale](https://github.com/decaporg/decap-cms/issues?q=is%3Aissue+%22Closing+as+stale%22) or without an effective solution
|
|
179
|
+
- [Discussions](https://github.com/decaporg/decap-cms/discussions)
|
|
180
|
+
- Stalled [pull requests](https://github.com/decaporg/decap-cms/pulls)
|
|
174
181
|
- Many of the bugs, including the annoying crashes, have already been solved
|
|
175
182
|
- The remaining bugs are mostly related to [unimplemented features](#current-limitations)
|
|
176
183
|
- Many of their [top-voted features](https://github.com/decaporg/decap-cms/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc) are [on our table](#roadmap) or already implemented in Sveltia CMS
|
|
@@ -329,6 +336,7 @@ The [GitHub](https://decapcms.org/docs/github-backend/), [GitLab](https://decapc
|
|
|
329
336
|
- An indicator is displayed in the account menu when using the local repository workflow.[^302]
|
|
330
337
|
- Developers can select the local and remote backends while working on a local server.
|
|
331
338
|
- The Test backend saves entries and assets in the browser’s [origin private file system](https://web.dev/articles/origin-private-file-system) (OPFS) so that changes are not discarded when the browser tab is closed or reloaded.[^194] The persistent storage support works with all modern browsers [except Safari](https://bugs.webkit.org/show_bug.cgi?id=254726).
|
|
339
|
+
- Commit message template supports the `{{author-email}}` template tag to include the author’s email address.
|
|
332
340
|
|
|
333
341
|
### Better i18n support
|
|
334
342
|
|
|
@@ -505,6 +513,7 @@ Sveltia CMS supports all the [built-in widgets](https://decapcms.org/docs/widget
|
|
|
505
513
|
- `{{locale}}`: The current locale code.[^101]
|
|
506
514
|
- `{{datetime}}`: The current date/time in [ISO 8601 format](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date#date_time_string_format).[^102]
|
|
507
515
|
- `{{uuid}}`, `{{uuid_short}}` and `{{uuid_shorter}}`: A random UUID or its shorter version, just like the [slug template tags](#using-a-random-id-for-an-entry-slug).[^12]
|
|
516
|
+
- `{{author-email}}`, `{{author-login}}` and `{{author-name}}`: The signed-in user’s email, login name and display name, respectively.[^305]
|
|
508
517
|
- The `default` value is saved when you create a file collection item, not just a folder collection item.[^78]
|
|
509
518
|
- List
|
|
510
519
|
- It’s possible to [edit data files with a top-level list](#editing-data-files-with-a-top-level-list) using the new `root` option.[^148]
|
|
@@ -683,20 +692,17 @@ However, 100% feature parity is never planned, and some features are still missi
|
|
|
683
692
|
|
|
684
693
|
There are still some missing features and limitations in Sveltia CMS compared to Netlify/Decap CMS. We are working hard to implement them. Check our [release notes](https://github.com/sveltia/sveltia-cms/releases) and [Bluesky](https://bsky.app/profile/sveltiacms.app) for updates.
|
|
685
694
|
|
|
686
|
-
The following advanced customization features are not yet implemented and will be added before the 1.0 release:
|
|
687
|
-
|
|
688
|
-
-
|
|
689
|
-
- [Custom
|
|
690
|
-
- [
|
|
691
|
-
- [
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
- [Editorial workflow](https://decapcms.org/docs/editorial-workflows/)
|
|
698
|
-
- [Open authoring](https://decapcms.org/docs/open-authoring/)
|
|
699
|
-
- [Nested collections](https://decapcms.org/docs/collection-nested/) (beta)
|
|
695
|
+
- The following advanced customization features are not yet implemented and will be added before the 1.0 release:
|
|
696
|
+
- Preview for [custom editor components](https://decapcms.org/docs/custom-widgets/#registereditorcomponent) (`CMS.registerEditorComponent`)
|
|
697
|
+
- [Custom widgets](https://decapcms.org/docs/custom-widgets/) (`CMS.registerWidget`)
|
|
698
|
+
- [Custom preview templates](https://decapcms.org/docs/customization/#registerpreviewtemplate) (`CMS.registerPreviewTemplate`) ([#51](https://github.com/sveltia/sveltia-cms/issues/51))
|
|
699
|
+
- [Event hooks](https://decapcms.org/docs/registering-events/) (`CMS.registerEventListener`) ([#167](https://github.com/sveltia/sveltia-cms/issues/167))
|
|
700
|
+
- [Documentation](https://github.com/sveltia/sveltia-cms/issues/485) and site config validation are also under development.
|
|
701
|
+
- [Localization](https://github.com/sveltia/sveltia-cms/blob/main/src/lib/locales/README.md) and a [demo site](https://github.com/sveltia/sveltia-cms/issues/1) will follow soon.
|
|
702
|
+
- Due to the complexity, we have decided to **defer the following features to the 1.x or 2.0 release** due mid-2026. Netlify/Decap CMS has dozens of open issues with these collaboration and beta features — we want to implement them the right way.
|
|
703
|
+
- [Editorial workflow](https://decapcms.org/docs/editorial-workflows/)
|
|
704
|
+
- [Open authoring](https://decapcms.org/docs/open-authoring/)
|
|
705
|
+
- [Nested collections](https://decapcms.org/docs/collection-nested/) (beta)
|
|
700
706
|
|
|
701
707
|
### Features not to be implemented
|
|
702
708
|
|
|
@@ -827,9 +833,10 @@ Unfortunately, **we are unable to provide installation and setup support** at th
|
|
|
827
833
|
|
|
828
834
|
### Migration
|
|
829
835
|
|
|
830
|
-
<!-- prettier-ignore -->
|
|
836
|
+
<!-- prettier-ignore-start -->
|
|
831
837
|
> [!IMPORTANT]
|
|
832
838
|
> Take a look at the [compatibility info](#compatibility) above first. Some Netlify/Decap CMS features are not yet implemented or will not be added to Sveltia CMS, meaning you may not be able to migrate right away.
|
|
839
|
+
<!-- prettier-ignore-end -->
|
|
833
840
|
|
|
834
841
|
If you’re already using Netlify/Decap CMS with the GitHub, GitLab or Gitea/Forgejo backend and don’t have any unsupported features like editorial workflow or nested collections, migrating to Sveltia CMS is super easy — it works as a drop-in replacement.
|
|
835
842
|
|
|
@@ -1973,15 +1980,17 @@ While we don’t have dedicated developer/user support resources, you can post [
|
|
|
1973
1980
|
|
|
1974
1981
|
Join us on [Discord](https://discord.gg/5hwCGqup5b) or ping us on [Bluesky](https://bsky.app/profile/sveltiacms.app) for a casual chat.
|
|
1975
1982
|
|
|
1976
|
-
<!-- prettier-ignore -->
|
|
1983
|
+
<!-- prettier-ignore-start -->
|
|
1977
1984
|
> [!IMPORTANT]
|
|
1978
1985
|
> As described throughout this README, Sveltia CMS is specifically designed as a replacement for Netlify/Decap CMS. At this point, we assume that most developers and users are moving from the other product. We are happy to help you migrate, but **we cannot help you set up Sveltia CMS from scratch** through our free support channels.
|
|
1986
|
+
<!-- prettier-ignore-end -->
|
|
1979
1987
|
|
|
1980
1988
|
Planning to build a website with Sveltia CMS? Looking for professional support? Maintainer [@kyoshino](https://github.com/kyoshino) is available for hire depending on your needs. Feel free to reach out!
|
|
1981
1989
|
|
|
1982
|
-
<!-- prettier-ignore -->
|
|
1990
|
+
<!-- prettier-ignore-start -->
|
|
1983
1991
|
> [!IMPORTANT]
|
|
1984
1992
|
> Please do not email the maintainer for free support. Your emails will be ignored. Instead, use the [Discussions](https://github.com/sveltia/sveltia-cms/discussions) page.
|
|
1993
|
+
<!-- prettier-ignore-end -->
|
|
1985
1994
|
|
|
1986
1995
|
## Contributions
|
|
1987
1996
|
|
|
@@ -2035,7 +2044,7 @@ Due late 2026
|
|
|
2035
2044
|
|
|
2036
2045
|
### TBD
|
|
2037
2046
|
|
|
2038
|
-
- Tackling
|
|
2047
|
+
- Tackling the remaining relevant Netlify/Decap CMS issues (some may be included in v2.0 or v3.0):
|
|
2039
2048
|
- Their [top-voted features](https://github.com/decaporg/decap-cms/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc), including:
|
|
2040
2049
|
- MDX support[^122]
|
|
2041
2050
|
- [Saving drafts without editorial workflow](https://github.com/sveltia/sveltia-cms/discussions/440)[^261]
|
|
@@ -2718,3 +2727,5 @@ This project would not have been possible without the open source Netlify CMS pr
|
|
|
2718
2727
|
[^303]: Netlify/Decap CMS [#3803](https://github.com/decaporg/decap-cms/issues/3803)
|
|
2719
2728
|
|
|
2720
2729
|
[^304]: Netlify/Decap CMS [#4538](https://github.com/decaporg/decap-cms/issues/4538), [#6371](https://github.com/decaporg/decap-cms/issues/6371)
|
|
2730
|
+
|
|
2731
|
+
[^305]: Netlify/Decap CMS [#1483](https://github.com/decaporg/decap-cms/issues/1483)
|