@sveltia/cms 0.41.0 → 0.41.1

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
2
2
 
3
- Sveltia CMS is a Git-based lightweight headless CMS under active development as a modern, quick replacement for Netlify CMS and Decap CMS. In some simple cases, migration is as easy as a single line of code change, although we are still working on improving compatibility. The free, open source, UX-focused alternative to Netlify/Decap CMS is now in public beta with more features to come.
3
+ Sveltia CMS is a Git-based lightweight headless CMS under active development as a modern, quick replacement for Netlify CMS and Decap CMS. In some simple cases, migration is as easy as a single line of code change, although we are still working on improving compatibility. The free, open source alternative to Netlify/Decap CMS is now in public beta, offering a slew of improvements in UX, performance, i18n support and more.
4
4
 
5
5
  ![Screenshot: Open Source Git-based Headless CMS](https://raw.githubusercontent.com/sveltia/sveltia-cms/main/docs/screenshot-1-20240507.webp)<br>
6
6
 
@@ -204,7 +204,7 @@ Sveltia CMS has been built with a multilingual architecture from the very beginn
204
204
  - Configuration
205
205
  - The [i18n limitations](https://decapcms.org/docs/i18n/#limitations) in Netlify/Decap CMS do not apply to Sveltia CMS:
206
206
  - File collections support multiple files/folders i18n structures[^87]. To enable it, simply use the `{{locale}}` template tag in the `file` path option, e.g. `content/pages/about.{{locale}}.json` or `content/pages/{{locale}}/about.json`. For backward compatibility, the global `structure` option only applies to folder collections as before.
207
- - The `i18n: duplicate` field configuration can be used for the List and Object widgets so that changes made with these widgets are duplicated between locales[^7][^68].
207
+ - The `i18n: duplicate` field configuration can be used for the List and Object widgets so that changes made with these widgets are duplicated between locales[^7][^68]. Subfields can use the `i18n` configuration normally.
208
208
  - [Entry-relative media folders](https://decapcms.org/docs/collection-folder/#media-and-public-folder) can be used in conjunction with the `multiple_folders` i18n structure[^21].
209
209
  - You can use the `{{locale}}` template tag in the [`preview_path`](https://decapcms.org/docs/configuration-options/#preview_path) collection option to provide site preview links for each language[^63].
210
210
  - You can [use a random UUID for an entry slug](#using-a-random-id-for-an-entry-slug), which is a good option for locales that write in non-Latin characters.
@@ -417,13 +417,11 @@ These limitations are expected to be resolved before or shortly after GA:
417
417
  | Configuration | Comprehensive config validation is not yet implemented. |
418
418
  | Localization | The application UI is only available in English and Japanese at this time. |
419
419
  | Media Libraries | Cloudinary and Uploadcare are not yet supported. |
420
- | Workflow | Editorial Workflow and Open Authoring are not yet supported. |
421
- | Collections | Nested Collections are not yet supported. |
420
+ | Workflow | Editorial Workflow and Open Authoring are not yet supported and will be implemented after the 1.0 release. |
421
+ | Collections | Nested Collections are not yet supported and will be implemented after the 1.0 release. |
422
422
  | Widgets | Custom widgets are not yet supported. See the table below for other limitations. |
423
423
  | Customizations | Custom previews, custom formatters and event subscriptions are not yet supported. |
424
424
 
425
- Open Authoring and Nested Collections will be implemented after the 1.0 release.
426
-
427
425
  | Widget | Status in Sveltia CMS |
428
426
  | --- | --- |
429
427
  | Code | Not yet supported. |