@sveltia/cms 0.5.11 → 0.5.13
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 +9 -4
- package/dist/sveltia-cms.js +202 -202
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -54,7 +54,7 @@ Here are some highlights mainly compared to Netlify/Decap CMS:
|
|
|
54
54
|
- Making it easier to switch between locales while editing with just a click on a button.
|
|
55
55
|
- [Integrating DeepL](#use-deepl-to-translate-entry-fields) to allow translating text fields from another locale with one click.
|
|
56
56
|
- You can now [use a random UUID for an entry slug](#use-a-random-id-for-an-entry-slug), which is a good option for locales writing in non-Latin characters[^12].
|
|
57
|
-
- Solving limitations in Netlify/Decap CMS’s [list and object widgets](https://decapcms.org/docs/beta-features/#i18n-support) so that changes made with these widgets will be duplicated between locales as expected[^7].
|
|
57
|
+
- Solving limitations in Netlify/Decap CMS’s [list and object widgets](https://decapcms.org/docs/beta-features/#i18n-support) so that changes made with these widgets will be duplicated between locales as expected when using the `i18n: duplicate` field configuration[^7].
|
|
58
58
|
- Users can now choose their preferred UI locale.
|
|
59
59
|
|
|
60
60
|
### Collection enhancements
|
|
@@ -78,7 +78,7 @@ While recreating all the features found in Netlify/Decap CMS is not our goal, we
|
|
|
78
78
|
| --- | --- |
|
|
79
79
|
| Installation | Installing with npm is not yet supported. |
|
|
80
80
|
| UI locales | Only English and Japanese are available at this time. No registration is needed. While the UI locale is automatically selected depending on the browser’s language settings, it can be changed in Preferences. (Click on the Account button at the top right corner of the CMS.) |
|
|
81
|
-
| Account | Only the [GitHub backend](https://decapcms.org/docs/github-backend/) is available at this time. You can keep using Netlify or a [3rd party OAuth client](https://decapcms.org/docs/external-oauth-clients/) (or [our own](https://github.com/sveltia/sveltia-cms-auth)) to sign in with GitHub, just like Netlify/Decap CMS. We plan to add the
|
|
81
|
+
| Account | Only the [GitHub backend](https://decapcms.org/docs/github-backend/) is available at this time. You can keep using Netlify or a [3rd party OAuth client](https://decapcms.org/docs/external-oauth-clients/) (or [our own](https://github.com/sveltia/sveltia-cms-auth)) to sign in with GitHub, just like Netlify/Decap CMS. The GitLab backend is coming soon. We plan to add the Test backend as well for our demo site, but Azure and Bitbucket are unlikely to be supported, mainly due to the lack of an API method to fetch content in bulk. Later we may implement a performant Git Gateway alternative using GraphQL. |
|
|
82
82
|
| Configuration | Supported. |
|
|
83
83
|
| Media | External media storage services are not yet supported. |
|
|
84
84
|
| Editorial Workflow | Coming soon. |
|
|
@@ -124,14 +124,19 @@ While recreating all the features found in Netlify/Decap CMS is not our goal, we
|
|
|
124
124
|
| Nested Collections | Not yet supported. |
|
|
125
125
|
| Remark plugins | Not yet supported. |
|
|
126
126
|
|
|
127
|
-
###
|
|
127
|
+
### Other features
|
|
128
128
|
|
|
129
129
|
- Comprehensive config validation is not implemented yet.
|
|
130
130
|
- Auto-saving a draft entry is not implemented yet.
|
|
131
131
|
- Duplicating an entry is not implemented yet.
|
|
132
|
+
- Downloading an asset in the media library is not implemented yet.
|
|
133
|
+
- [Backend health check](https://www.githubstatus.com/api) is not implemented yet.
|
|
134
|
+
|
|
135
|
+
## Known issues
|
|
136
|
+
|
|
132
137
|
- Accessibility support is limited.
|
|
133
138
|
|
|
134
|
-
|
|
139
|
+
## Roadmap
|
|
135
140
|
|
|
136
141
|
- Further Netlify/Decap CMS compatibility, including Editorial Workflow
|
|
137
142
|
- Config editor[^10]
|