@sveltia/cms 0.9.4 → 0.9.6

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.
Files changed (3) hide show
  1. package/README.md +5 -2
  2. package/dist/sveltia-cms.js +170 -170
  3. package/package.json +17 -17
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/Decap CMS](https://decapcms.org/). In some simple cases, migration is as easy as a single line of code change, although we’re 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](https://decapcms.org/). In some simple cases, migration is as easy as a single line of code change, although we’re 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.
4
4
 
5
5
  ![Screenshot: Git-based Headless CMS with Dark Mode](docs/screenshot-1-20231124.webp)<br>
6
6
 
@@ -35,6 +35,7 @@ Here are some highlights mainly compared to Netlify/Decap CMS:
35
35
  - Created and maintained by an [experienced UX engineer](https://github.com/kyoshino) who loves code and design. You can expect constant UX improvements across the platform.
36
36
  - Offers a modern, intuitive user interface, including an immersive dark mode[^2], inspired in part by the Netlify CMS v3 prototype[^1].
37
37
  - Comes with touch device support. While the UI is not yet optimized for small screens, large tablets like iPad Pro or Pixel Tablet should work well.
38
+ - Made with Svelte, not React, means we can spend more time on UX rather than tedious state management.
38
39
  - The screenshots above are worth a thousand words!
39
40
 
40
41
  ### Better performance
@@ -60,6 +61,7 @@ Here are some highlights mainly compared to Netlify/Decap CMS:
60
61
 
61
62
  - Improved keyboard handling lets you efficiently navigate through UI elements using the Tab, Space, Enter and arrow keys[^17].
62
63
  - Comprehensive [WAI-ARIA](https://w3c.github.io/aria/) support empowers users who rely on screen readers such as NVDA or VoiceOver.
64
+ - Ensures sufficient contrast between the foreground text and background colours.
63
65
  - Honours your operating system’s [reduced motion](https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-reduced-motion) and [reduced transparency](https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-reduced-transparency) settings.
64
66
  - We’ll continue to test and improve the application to meet [WCAG 2.2](https://w3c.github.io/wcag/guidelines/22/).
65
67
 
@@ -167,7 +169,7 @@ While it’s not our goal to recreate all the features found in Netlify/Decap CM
167
169
 
168
170
  - [Svelte 5](https://svelte.dev/blog/runes) migration
169
171
  - Further Netlify/Decap CMS compatibility, including Editorial Workflow
170
- - Localization other than Japanese
172
+ - Localization
171
173
  - Documentation
172
174
  - Marketing site
173
175
  - Demo site
@@ -269,6 +271,7 @@ In Sveltia CMS, those per-collection media folders are displayed prominently for
269
271
 
270
272
  Sveltia CMS comes with a handy DeepL integration so that you can translate any text field from another locale without leaving the content editor. To enable the high-quality, quick translation feature:
271
273
 
274
+ 1. Update your configuration file to enable the [i18n support](https://decapcms.org/docs/beta-features/#i18n-support) with multiple locales.
272
275
  1. Sign up for [DeepL API](https://www.deepl.com/pro-api/) and copy your Authentication Key from DeepL’s Account page.
273
276
  1. Go back to Sveltia CMS, click on the Account button in the top right corner, then click Settings.
274
277
  1. Paste your key to the DeepL API Authentication Key field, and close the Settings dialog.