@sveltia/cms 0.39.10 → 0.39.12

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
@@ -46,7 +46,7 @@ While we fix reported bugs as quickly as possible, usually within 24 hours, our
46
46
 
47
47
  - Ensuring substantial [compatibility with existing versions of Netlify/Decap CMS](#compatibility)
48
48
  - Tackling as many [issues reported to Netlify/Decap CMS](https://github.com/decaporg/decap-cms/issues) as possible
49
- - So far, 115+ of them (or 195+ including duplicates) have been effectively solved in Sveltia CMS
49
+ - So far, 120+ of them (or 200+ including duplicates) have been effectively solved in Sveltia CMS
50
50
  - Target: 150 issues by GA, 250 (or all the relevant and fixable issues) in a future release
51
51
  - [Let us know](https://github.com/sveltia/sveltia-cms/issues/new) if you have any specific issues you’d like to see solved!
52
52
  - Responding to feedback from clients and regular users
@@ -54,7 +54,7 @@ While we fix reported bugs as quickly as possible, usually within 24 hours, our
54
54
 
55
55
  Sveltia CMS **version 1.0 is expected to ship by the end of 2024**. Check our [release notes](https://github.com/sveltia/sveltia-cms/releases) for updates. See also our [roadmap](#roadmap).
56
56
 
57
- ![115+ Netlify/Decap CMS Issues Solved in Sveltia CMS](https://raw.githubusercontent.com/sveltia/sveltia-cms/main/docs/headline-1-20240825.webp)<br>
57
+ ![120+ Netlify/Decap CMS Issues Solved in Sveltia CMS](https://raw.githubusercontent.com/sveltia/sveltia-cms/main/docs/headline-1-20240927.webp)<br>
58
58
 
59
59
  ## Features
60
60
 
@@ -69,17 +69,19 @@ We are working hard to create a **significantly better alternative to Netlify CM
69
69
  ### Better UX
70
70
 
71
71
  - Created and maintained by an [experienced UX engineer](https://github.com/kyoshino) who loves code, design and marketing. You can expect constant improvements to the user experience (UX) and developer experience (DX) across the platform.
72
+ - The maintainer tries to stay responsive. The turnaround time for bug fixes can be as little as 1 hour.
72
73
  - Offers a modern, intuitive user interface, including an immersive dark mode[^2], inspired in part by the Netlify CMS v3 prototype[^1].
73
74
  - Comes with touch device support, such as larger buttons for easier tapping. While the UI is not yet optimized for small screens, it should work well with large tablets like iPad Pro or Pixel Tablet. Mobile support and other optimizations such as swipe navigation are planned after the 1.0 release.
74
75
  - Made with Svelte, not React, means we can spend more time on UX rather than tedious state management. It also allows us to avoid common fatal application crashes[^113]. Best of all, Svelte offers unmatched performance!
75
76
  - The Account menu contains relevant links, including release notes, feedback and help.
76
77
  - Users can customize the application with various settings.
78
+ - Never miss out on the latest features and bug fixes by being notified when an update to the CMS is available[^31]. Then update to the latest version with a single click[^66].
77
79
  - The screenshots above are worth a thousand words, but read on to learn about many other improvements in detail.
78
80
 
79
81
  ### Better performance
80
82
 
81
83
  - Built completely from scratch with Svelte instead of forking React-based Netlify/Decap CMS. The app starts fast and stays fast. The compiled code is vanilla JavaScript — you can use it with any framework that can load static data files during the build process.
82
- - Small footprint: The bundle size is less than 450 KB when minified and gzipped, which is much lighter than Netlify CMS (1.5 MB), Decap CMS (1.8 MB) and Static CMS (2.6 MB)[^57][^64], even though we haven’t implemented some features yet. That’s the power of Svelte + Vite.
84
+ - Small footprint: The bundle size is less than 450 KB when minified and brotlied, which is much lighter than Netlify CMS (1.5 MB), Decap CMS (1.8 MB) and Static CMS (2.6 MB)[^57][^64], even though we haven’t implemented some features yet. That’s the power of Svelte + Vite.
83
85
  - We have upgraded from Svelte 4 to [Svelte 5 Release Candidate](https://svelte.dev/blog/svelte-5-release-candidate) to further boost performance, resulting in faster rendering, reduced memory usage and even smaller bundle size. A full migration to the _runes_ reactivity API will follow.
84
86
  - Sveltia CMS is free of technical debt and [virtual DOM overhead](https://svelte.dev/blog/virtual-dom-is-pure-overhead).
85
87
  - Uses the GraphQL API for GitHub and GitLab to quickly fetch content at once, so that entries and assets can be listed and searched instantly[^32][^65]. It also avoids the slowness and potential API rate limit violations caused by hundreds of requests with Relation widgets[^14].
@@ -101,7 +103,6 @@ We are working hard to create a **significantly better alternative to Netlify CM
101
103
  - You can upload multiple assets at once[^5].
102
104
  - You can delete multiple entries and assets at once.
103
105
  - Some [keyboard shortcuts](#using-keyboard-shortcuts) are available for faster editing.
104
- - Never miss out on the latest features and bug fixes by being notified when an update to the CMS is available[^31]. Then update to the latest version with a single click[^66].
105
106
 
106
107
  ### Better accessibility
107
108
 
@@ -185,7 +186,7 @@ Sveltia CMS has been built with a multilingual architecture from the very beginn
185
186
  - You can set the maximum number of characters for an entry slug with the new `slug_length` collection option[^25].
186
187
  - Entry listing
187
188
  - A folder collection filter with a boolean value works as expected[^93].
188
- - Hugo’s special `_index.md` files are ignored in folder collections. You can still manage these files as part of a file collection if necessary[^120].
189
+ - Hugo’s special `_index.md` files are ignored in folder collections unless the `path` option is configured to end with `_index` and `extension` is `md`. You can still manage these files as part of a file collection if necessary[^120].
189
190
  - If there was an error while parsing an entry file, such as duplicate front matter keys, it won’t show up as a blank entry, and a clear error message will be displayed in the browser console[^121].
190
191
  - Sorting entries by a DateTime field works as expected[^110].
191
192
  - Assets stored in a [per-collection media folder](#using-a-custom-media-folder-for-a-collection) can be displayed next to the entries.
@@ -222,6 +223,7 @@ Sveltia CMS has been built with a multilingual architecture from the very beginn
222
223
  - A required Boolean field with no default value is saved as `false` by default, without raising a confusing validation error[^45].
223
224
  - An optional Boolean field with no default value is also saved as `false` by default, rather than nothing[^46].
224
225
  - Color
226
+ - The widget doesn’t cause scrolling issues[^128].
225
227
  - The preview shows both the RGB(A) hex value and the `rgb()` function notation.
226
228
  - DateTime
227
229
  - A DateTime field doesn’t trigger a change in the content draft status when you’ve just started editing a new entry[^90].
@@ -354,7 +356,7 @@ Missing any other features? Let us know by [filing an issue](https://github.com/
354
356
 
355
357
  - [Svelte 5](https://svelte.dev/blog/svelte-5-release-candidate) _runes_ migration
356
358
  - Enhanced [compatibility with Netlify/Decap CMS](#compatibility)
357
- - Certain compatibility with Static CMS, a now-discontinued community fork of Netlify CMS, including the [KeyValue widget](https://staticjscms.netlify.app/docs/widget-keyvalue)[^123]
359
+ - Certain compatibility with Static CMS, a now-discontinued community fork of Netlify CMS, specifically the [KeyValue widget](https://staticjscms.netlify.app/docs/widget-keyvalue)[^123]
358
360
  - Localization with the new [Fluent](https://projectfluent.org)-powered sveltia-i18n library
359
361
  - Accessibility audit
360
362
  - Developer documentation (implementation guide)
@@ -1063,3 +1065,5 @@ This software is provided “as is” without any express or implied warranty. W
1063
1065
  [^126]: Netlify/Decap CMS [#7279](https://github.com/decaporg/decap-cms/issues/7279)
1064
1066
 
1065
1067
  [^127]: Netlify/Decap CMS [#4518](https://github.com/decaporg/decap-cms/issues/4518)
1068
+
1069
+ [^128]: Netlify/Decap CMS [#7092](https://github.com/decaporg/decap-cms/issues/7092)