@sveltia/cms 0.113.4 → 0.113.5

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  # Sveltia CMS: Netlify/Decap CMS successor
2
2
 
3
- Sveltia CMS is a Git-based lightweight headless CMS under active development as a modern, powerful, direct replacement for Netlify CMS (now Decap CMS). While some features are still missing, we’ve already solved over 260 issues reported in the predecessor’s repository, from critical bugs to top feature requests.
3
+ Sveltia CMS is a Git-based lightweight headless CMS under active development as a modern, powerful, direct replacement for Netlify CMS (now Decap CMS). While some features are still missing, we’ve already solved over 265 issues reported in the predecessor’s repository, from critical bugs to top feature requests.
4
4
 
5
5
  Built from the ground up, Sveltia CMS offers excellent UX, DX, performance, security and internationalization (i18n) support. Our numerous enhancements across the board ensure smooth daily workflows. This free, open source alternative to Netlify/Decap CMS is currently in public beta, with version 1.0 expected in early 2026.
6
6
 
@@ -124,7 +124,7 @@ Due to its unfortunate abandonment in early 2022, Netlify CMS spawned 3 successo
124
124
  - **Sveltia CMS**: not a fork but a **complete rewrite**
125
125
  - Started in November 2022, first appeared on GitHub in March 2023
126
126
  - ✅ Actively developed with frequent releases and numerous improvements
127
- - ✅ Solved more than 260 issues reported in the Netlify/Decap CMS repository
127
+ - ✅ Solved more than 265 issues reported in the Netlify/Decap CMS repository
128
128
  - [Decap CMS](https://github.com/decaporg/decap-cms): a rebranded version
129
129
  - [Announced in February 2023](https://www.netlify.com/blog/netlify-cms-to-become-decap-cms/) as an official continuation with a Netlify agency partner taking ownership
130
130
  - ⚠️ Mostly low activity with only occasional releases and a few minor improvements
@@ -156,11 +156,11 @@ Sveltia CMS is currently in **beta**, with version 1.0 (GA) scheduled for releas
156
156
 
157
157
  While we fix reported bugs as quickly as possible, usually within 24 hours, our 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 a complicated system involving various kinds of activities that require considerable effort:
158
158
 
159
- - Ensuring near-complete [compatibility with Netlify/Decap CMS](#current-limitations)
159
+ - Ensuring near-complete [compatibility with Netlify/Decap CMS](#compatibility)
160
160
  - Some missing features will be implemented before or shortly after GA
161
161
  - Providing partial [compatibility with Static CMS](#compatibility-with-static-cms)
162
162
  - Tackling as many [Netlify/Decap CMS issues](https://github.com/decaporg/decap-cms/issues) as possible
163
- - So far, **260+ issues, or 570+ if including duplicates, have been effectively solved** in Sveltia CMS (Yes, you read it right)
163
+ - So far, **265+ issues, or 575+ if including duplicates, have been effectively solved** in Sveltia CMS (Yes, you read it right)
164
164
  - Target:
165
165
  - 250 issues, or 500 if including duplicates, by GA — We did it! 🎉
166
166
  - 400 issues, or 900 if including duplicates, in the future 💪
@@ -174,7 +174,7 @@ While we fix reported bugs as quickly as possible, usually within 24 hours, our
174
174
  - Responding to requests from the maintainer’s clients
175
175
  - Making the code clean and maintainable
176
176
 
177
- ![260 Netlify/Decap CMS issues solved in Sveltia CMS](https://raw.githubusercontent.com/sveltia/sveltia-cms/main/docs/headline-1.webp?20251005)<br>
177
+ ![265 Netlify/Decap CMS issues solved in Sveltia CMS](https://raw.githubusercontent.com/sveltia/sveltia-cms/main/docs/headline-1.webp?20251025)<br>
178
178
 
179
179
  ## Differentiators
180
180
 
@@ -284,7 +284,7 @@ We’ve made various improvements to help you get your work done faster and more
284
284
 
285
285
  ### Better backend support
286
286
 
287
- 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/).
287
+ 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, [we don’t plan to support](#features-not-to-be-implemented) other backends.
288
288
 
289
289
  - 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.[^65]
290
290
  - 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]
@@ -292,6 +292,7 @@ The [GitHub](https://decapcms.org/docs/github-backend/), [GitLab](https://decapc
292
292
  - Users can quickly open the source file of an entry or asset in your repository via the 3-dot menu when Developer Mode is enabled.
293
293
  - Service status checks are performed frequently and an incident notification is displayed prominently.
294
294
  - We provide [our own OAuth client](https://github.com/sveltia/sveltia-cms-auth) for GitHub and GitLab.
295
+ - The external OAuth window will not get stuck on a blank page after signing in.[^300]
295
296
  - GitLab-specific improvements:
296
297
  - Implements the GraphQL API with proper authorization.[^290]
297
298
  - Comes with background [service status](https://status.gitlab.com/) checking, just like GitHub.
@@ -655,9 +656,10 @@ However, 100% feature parity is never planned, and some features are still missi
655
656
 
656
657
  ### Current limitations
657
658
 
658
- These Netlify/Decap CMS features are not yet implemented in Sveltia CMS. We are working hard to add them by the end of 2025. Check our [release notes](https://github.com/sveltia/sveltia-cms/releases) and [Bluesky](https://bsky.app/profile/sveltiacms.app) for updates.
659
+ These Netlify/Decap CMS features are not yet implemented in Sveltia CMS. We are working hard to add them before the 1.0 release. Check our [release notes](https://github.com/sveltia/sveltia-cms/releases) and [Bluesky](https://bsky.app/profile/sveltiacms.app) for updates.
659
660
 
660
661
  - Comprehensive site config validation
662
+ - The `media_folder` and `public_folder` options (beta) for the [File](https://decapcms.org/docs/widgets/#File) and [Image](https://decapcms.org/docs/widgets/#Image) widgets ([#497](https://github.com/sveltia/sveltia-cms/issues/497))
661
663
  - Preview for [custom editor components](https://decapcms.org/docs/custom-widgets/#registereditorcomponent) (`CMS.registerEditorComponent`)
662
664
  - [Custom widgets](https://decapcms.org/docs/custom-widgets/) (`CMS.registerWidget`)
663
665
  - [Custom preview templates](https://decapcms.org/docs/customization/#registerpreviewtemplate) (`CMS.registerPreviewTemplate`) ([#51](https://github.com/sveltia/sveltia-cms/issues/51))
@@ -670,7 +672,6 @@ Due to the complexity, we have decided to defer the following features to the 1.
670
672
  - [Editorial workflow](https://decapcms.org/docs/editorial-workflows/)
671
673
  - [Open authoring](https://decapcms.org/docs/open-authoring/)
672
674
  - [Nested collections](https://decapcms.org/docs/collection-nested/) (beta)
673
- - The `media_folder` and `public_folder` options (beta) for the [File](https://decapcms.org/docs/widgets/#File) and [Image](https://decapcms.org/docs/widgets/#Image) widgets ([#497](https://github.com/sveltia/sveltia-cms/issues/497))
674
675
 
675
676
  ### Features not to be implemented
676
677
 
@@ -700,7 +701,7 @@ The following Netlify/Decap CMS features will not be added to Sveltia CMS, prima
700
701
  - Global: [`search`](https://decapcms.org/docs/configuration-options/#search)
701
702
  - Backend: [`use_graphql`](https://decapcms.org/docs/github-backend/#graphql-api)
702
703
  - Relation widget: `options_length`
703
- - Local proxy server: As [mentioned above](#better-productivity), our [local repository workflow](#working-with-a-local-git-repository) eliminates the need for a proxy server. We don’t plan to add support for `netlify-cms-proxy-server`, `decap-server` or the `local_backend` option.
704
+ - Local proxy server: As [mentioned above](#better-productivity), our [local repository workflow](#working-with-a-local-git-repository) eliminates the need for a proxy server. For security and performance reasons, we don’t support `netlify-cms-proxy-server`, `decap-server` or the `local_backend` option.
704
705
  - The global [`locale`](https://decapcms.org/docs/configuration-options/#locale) option and `CMS.registerLocale()` method: Sveltia CMS automatically detects the user’s preferred language and changes the UI locale as [mentioned above](#better-localization).
705
706
  - [Undocumented methods](https://github.com/sveltia/sveltia-cms/blob/c69446da7bb0bab7405be741c0f92850c5dddfa8/src/main.js#L14-L37) exposed on the `CMS` object: This includes custom backends and custom media libraries, if any. We may support these features in the future, but our implementation would likely be incompatible with Netlify/Decap CMS.
706
707
  - Any other undocumented features and options. Exceptions apply.
@@ -833,7 +834,7 @@ For a better DX, we recommend [setting up the JSON schema](#enabling-autocomplet
833
834
 
834
835
  If you’re using any features listed in the [current limitations](#current-limitations) section, you’ll need to wait until they are implemented in Sveltia CMS. We’re working hard to add these features in the coming months.
835
836
 
836
- If you’re using any [features that are not going to be implemented](#features-not-to-be-implemented), you’ll need to find a workaround. For example, if you’re using the Azure or Bitbucket backend, consider migrating to GitHub, GitLab, Gitea or Forgejo. See the next section if you’re a Git Gateway user.
837
+ If you’re using any [features that are not going to be implemented](#features-not-to-be-implemented), you’ll need to find a workaround. For example, if you’re on Azure or Bitbucket, consider migrating to GitHub, GitLab, Gitea or Forgejo. See the next section if you’re a Git Gateway user.
837
838
 
838
839
  #### Migrating from Git Gateway backend
839
840
 
@@ -1943,7 +1944,7 @@ We cannot promise any specific release dates, but here is a rough roadmap for th
1943
1944
 
1944
1945
  Due early 2026
1945
1946
 
1946
- - Enhanced [compatibility with Netlify/Decap CMS](#current-limitations)
1947
+ - Enhanced [compatibility with Netlify/Decap CMS](#compatibility)
1947
1948
  - Tackling some more Netlify/Decap CMS issues:
1948
1949
  - Thorough site config validation[^246]
1949
1950
  - [Entry pre-validation/normalization](https://github.com/sveltia/sveltia-cms/issues/395)[^248]
@@ -2654,3 +2655,5 @@ This project would not have been possible without the open source Netlify CMS pr
2654
2655
  [^298]: Netlify/Decap CMS [#7640](https://github.com/decaporg/decap-cms/issues/7640)
2655
2656
 
2656
2657
  [^299]: Netlify/Decap CMS [#5812](https://github.com/decaporg/decap-cms/issues/5812)
2658
+
2659
+ [^300]: Netlify/Decap CMS [#7257](https://github.com/decaporg/decap-cms/issues/7257)