@sveltia/cms 0.92.3 → 0.92.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 +10 -10
- package/dist/sveltia-cms.js +204 -204
- package/dist/sveltia-cms.js.map +1 -1
- package/dist/sveltia-cms.mjs +208 -208
- package/dist/sveltia-cms.mjs.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -134,7 +134,7 @@ While we fix reported bugs as quickly as possible, usually within 24 hours, our
|
|
|
134
134
|
|
|
135
135
|
- Ensuring substantial [compatibility with Netlify/Decap CMS](#compatibility)
|
|
136
136
|
- Tackling as many [Netlify/Decap CMS issues](https://github.com/decaporg/decap-cms/issues) as possible
|
|
137
|
-
- So far, 240+ issues, or
|
|
137
|
+
- So far, 240+ issues, or 500+ if including duplicates, have been effectively solved in Sveltia CMS (Yes, you read it right)
|
|
138
138
|
- Target:
|
|
139
139
|
- 250 issues, or 500 if including duplicates, by GA — Almost there!
|
|
140
140
|
- 400 issues, or 800 if including duplicates, in the future 💪
|
|
@@ -679,9 +679,9 @@ Sveitia CMS works with all modern browsers, but there are a few limitations beca
|
|
|
679
679
|
|
|
680
680
|
### Installation & setup
|
|
681
681
|
|
|
682
|
-
Currently, Sveltia CMS is primarily intended for existing Netlify/Decap CMS users. If you don’t have it yet, follow [their documentation](https://decapcms.org/docs/basic-steps/) to add it to your site and create a configuration file first. Skip the [Choosing a Backend](https://decapcms.org/docs/choosing-a-backend/) page and
|
|
682
|
+
Currently, Sveltia CMS is primarily intended for existing Netlify/Decap CMS users. If you don’t have it yet, follow [their documentation](https://decapcms.org/docs/basic-steps/) to add it to your site and create a configuration file first. Skip the [Choosing a Backend](https://decapcms.org/docs/choosing-a-backend/) page and configure the [GitHub](https://decapcms.org/docs/github-backend/), [GitLab](https://decapcms.org/docs/gitlab-backend/) or [Gitea/Forgejo](https://decapcms.org/docs/gitea-backend/) backend instead. Then [migrate](#migration) to Sveltia CMS as described below.
|
|
683
683
|
|
|
684
|
-
Or try one of the starter kits for popular frameworks created by community
|
|
684
|
+
Or try one of the starter kits for popular frameworks created by community:
|
|
685
685
|
|
|
686
686
|
- Astro
|
|
687
687
|
- [astros](https://github.com/zankhq/astros) by [@zanhk](https://github.com/zanhk)
|
|
@@ -694,7 +694,7 @@ Or try one of the starter kits for popular frameworks created by community membe
|
|
|
694
694
|
|
|
695
695
|
The Netlify/Decap CMS website has more [templates](https://decapcms.org/docs/start-with-a-template/) and [examples](https://decapcms.org/docs/examples/). You can probably use one of them and switch to Sveltia CMS. (Note: These third-party resources are not necessarily reviewed by the Sveltia CMS team.)
|
|
696
696
|
|
|
697
|
-
Unfortunately, we are unable to provide free installation and setup support at this time. As the product evolves, we’ll provide a built-in configuration editor, comprehensive documentation and official starter kits to make it easier for everyone to get started with Sveltia CMS.
|
|
697
|
+
Unfortunately, **we are unable to provide free installation and setup support** at this time. As the product evolves, we’ll provide a built-in configuration editor, comprehensive documentation and official starter kits to make it easier for everyone to get started with Sveltia CMS.
|
|
698
698
|
|
|
699
699
|
### Migration
|
|
700
700
|
|
|
@@ -722,7 +722,7 @@ From Decap CMS:
|
|
|
722
722
|
|
|
723
723
|
Next, let’s [test Sveltia CMS on your local machine](#working-with-a-local-git-repository). If everything looks good, push the change to your repository.
|
|
724
724
|
|
|
725
|
-
You can now open `https://[hostname]/admin/` as usual to start editing. There is even no authentication process if you’re already signed in with
|
|
725
|
+
You can now open `https://[hostname]/admin/` as usual to start editing. There is even no authentication process if you’re already signed in with a backend on Netlify/Decap CMS because Sveltia CMS uses your auth token stored in the browser. Simple enough!
|
|
726
726
|
|
|
727
727
|
#### Editing the configuration file
|
|
728
728
|
|
|
@@ -740,7 +740,7 @@ Once you have migrated from the Git Gateway and Netlify Identity combo, you can
|
|
|
740
740
|
-<script src="https://identity.netlify.com/v1/netlify-identity-widget.js"></script>
|
|
741
741
|
```
|
|
742
742
|
|
|
743
|
-
If you want to stay with Netlify Identity, unfortunately you can’t migrate to Sveltia CMS right now. We plan to develop an alternative
|
|
743
|
+
If you want to stay with Git Gateway and Netlify Identity, unfortunately you can’t migrate to Sveltia CMS right now. We plan to develop an alternative solution [in the future](#roadmap).
|
|
744
744
|
|
|
745
745
|
### Installing with npm
|
|
746
746
|
|
|
@@ -838,9 +838,9 @@ Here are the workflow steps and tips:
|
|
|
838
838
|
- If you get an error saying “not a repository root directory”, make sure you’ve turned the folder into a repository with either a CUI ([`git init`](https://github.com/git-guides/git-init)) or GUI, and the hidden `.git` folder exists.
|
|
839
839
|
- If you’re using Windows Subsystem for Linux (WSL), you may get an error saying “Can’t open this folder because it contains system files.” This is due to a limitation in the browser, and you can try some workarounds mentioned in [this issue](https://github.com/coder/code-server/issues/4646) and [this thread](https://github.com/sveltia/sveltia-cms/discussions/101).
|
|
840
840
|
1. Edit your content using the CMS. All changes are made to local files.
|
|
841
|
+
1. Use `git diff` or a GUI like [GitHub Desktop](https://desktop.github.com/) to see if the produced changes look good.
|
|
841
842
|
1. Open the dev site at `http://localhost:[port]/` to check the rendered pages.
|
|
842
843
|
- Depending on your framework, you may need to manually rebuild your site to reflect the changes you have made.
|
|
843
|
-
1. Use `git diff` or a GUI like [GitHub Desktop](https://desktop.github.com/) to see if the produced changes look good.
|
|
844
844
|
1. Commit and push the changes if satisfied, or discard them if you’re just testing.
|
|
845
845
|
|
|
846
846
|
If you have migrated from Netlify/Decap CMS and are happy with the local repository workflow of Sveltia CMS, you can remove the `local_backend` property from your configuration and uninstall the proxy server. If you have configured a custom port number with the `.env` file, you can remove it as well.
|
|
@@ -1621,8 +1621,6 @@ Due late 2025
|
|
|
1621
1621
|
- Tackling some more Netlify/Decap CMS issues:
|
|
1622
1622
|
- [Directory navigation in the Asset Library](https://github.com/sveltia/sveltia-cms/issues/420)[^240]
|
|
1623
1623
|
- [Multiple file selection with the File and Image widgets](https://github.com/sveltia/sveltia-cms/issues/10)[^239]
|
|
1624
|
-
- Advanced Relation fields[^242], including cascade updates/deletes[^243]
|
|
1625
|
-
- We’ll also implement [reverse reference lists](https://github.com/sveltia/sveltia-cms/discussions/416)
|
|
1626
1624
|
- Several Cloudinary and Uploadcare media library issues, including selection of existing files[^247]
|
|
1627
1625
|
- [Automatic asset file renaming with templates](https://github.com/sveltia/sveltia-cms/issues/422)[^241]
|
|
1628
1626
|
- [RTL localization support](https://github.com/sveltia/sveltia-cms/issues/385)[^245]
|
|
@@ -1654,6 +1652,8 @@ Due early 2026
|
|
|
1654
1652
|
- [Reusable field groups](https://github.com/sveltia/sveltia-cms/discussions/463)[^263]
|
|
1655
1653
|
- Offline support[^238]
|
|
1656
1654
|
- and other [top-voted features](https://github.com/decaporg/decap-cms/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc)
|
|
1655
|
+
- Advanced Relation fields[^242], including cascade updates/deletes[^243]
|
|
1656
|
+
- We’ll also implement [reverse reference lists](https://github.com/sveltia/sveltia-cms/discussions/416)
|
|
1657
1657
|
- (some of them may be included in v2.0)
|
|
1658
1658
|
- **Sveltia CMS Additions**: edge functions for Cloudflare Workers and possibly other platforms that provide features that cannot be implemented client-side:
|
|
1659
1659
|
- User management (Netlify Identity alternative) with roles[^23]
|
|
@@ -1758,7 +1758,7 @@ This software is provided “as is” without any express or implied warranty. W
|
|
|
1758
1758
|
|
|
1759
1759
|
[^32]: Netlify/Decap CMS [#302](https://github.com/decaporg/decap-cms/issues/302), [#5549](https://github.com/decaporg/decap-cms/issues/5549)
|
|
1760
1760
|
|
|
1761
|
-
[^33]: Netlify/Decap CMS [#542](https://github.com/decaporg/decap-cms/issues/542), [#4532](https://github.com/decaporg/decap-cms/issues/4532), [#6513](https://github.com/decaporg/decap-cms/issues/6513), [#7295](https://github.com/decaporg/decap-cms/issues/7295)
|
|
1761
|
+
[^33]: Netlify/Decap CMS [#542](https://github.com/decaporg/decap-cms/issues/542), [#4532](https://github.com/decaporg/decap-cms/issues/4532), [#6513](https://github.com/decaporg/decap-cms/issues/6513), [#7295](https://github.com/decaporg/decap-cms/issues/7295), [#7567](https://github.com/decaporg/decap-cms/issues/7567)
|
|
1762
1762
|
|
|
1763
1763
|
[^34]: Netlify/Decap CMS [#2138](https://github.com/decaporg/decap-cms/issues/2138), [#2343](https://github.com/decaporg/decap-cms/issues/2343), [#4367](https://github.com/decaporg/decap-cms/issues/4367), [#5932](https://github.com/decaporg/decap-cms/discussions/5932)
|
|
1764
1764
|
|