@sveltia/cms 0.39.6 → 0.39.7

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
@@ -47,7 +47,7 @@ While we fix reported bugs as quickly as possible, usually within 24 hours, our
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
49
  - So far, 115+ of them (or 195+ including duplicates) have been effectively solved in Sveltia CMS
50
- - Target: 150 issues by GA, 250 in a future release
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
53
53
  - Implementing our own enhancement ideas for every part of the product
@@ -72,11 +72,13 @@ We are working hard to create a **significantly better alternative to Netlify CM
72
72
  - Offers a modern, intuitive user interface, including an immersive dark mode[^2], inspired in part by the Netlify CMS v3 prototype[^1].
73
73
  - 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
74
  - 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
+ - The Account menu contains relevant links, including release notes, feedback and help.
76
+ - Users can customize the application with various settings.
75
77
  - The screenshots above are worth a thousand words, but read on to learn about many other improvements in detail.
76
78
 
77
79
  ### Better performance
78
80
 
79
- - 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 while building your website or application.
81
+ - 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.
80
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.
81
83
  - 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.
82
84
  - Sveltia CMS is free of technical debt and [virtual DOM overhead](https://svelte.dev/blog/virtual-dom-is-pure-overhead).
@@ -116,6 +118,7 @@ We are working hard to create a **significantly better alternative to Netlify CM
116
118
  ### Better security
117
119
 
118
120
  - Avoids severity vulnerabilities through constant dependency updates, [`pnpm audit`](https://pnpm.io/cli/audit), and frequent releases[^33].
121
+ - We have enabled [npm package provenance](https://github.blog/security/supply-chain-security/introducing-npm-package-provenance/).
119
122
  - We have documented how to [set up a Content Security Policy](#setting-up-content-security-policy) for the CMS to prevent any unexpected errors or otherwise insecure configuration[^108].
120
123
  - The `unsafe-eval` and `unsafe-inline` keywords are not needed in the `script-src` CSP directive[^34].
121
124
  - The `same-origin` referrer policy is automatically set with a `<meta>` tag.
@@ -363,9 +366,10 @@ Missing any other features? Let us know by [filing an issue](https://github.com/
363
366
 
364
367
  - Tackling more Netlify/Decap CMS issues, especially the [top voted features](https://github.com/decaporg/decap-cms/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc), including MDX support[^122], manual entry sorting[^125], roles[^23], mobile optimization[^18] and config editor[^10] — Some features are already implemented in Sveltia CMS
365
368
  - Advanced digital asset management (DAM) features, including image editing and tagging[^114]
366
- - AI integrations
369
+ - AI integrations for image generation and content writing
367
370
  - End-user documentation
368
371
  - Contributor documentation
372
+ - Marketplace for custom widgets, etc.
369
373
  - and so much more!
370
374
 
371
375
  ## Getting started
@@ -784,7 +788,7 @@ img-src 'self' blob: data: https://*;
784
788
 
785
789
  ## Support & feedback
786
790
 
787
- While we don’t have dedicated developer/user support resources, quick questions and feedback are welcome on the [Discussions](https://github.com/sveltia/sveltia-cms/discussions) page of this GitHub repository. We also have a [Discord channel](https://discord.gg/6zC5eTCw) for casual chat and instant help.
791
+ While we don’t have dedicated developer/user support resources, quick questions and feedback are welcome on the [Discussions](https://github.com/sveltia/sveltia-cms/discussions) page of this GitHub repository. We also have a [Discord channel](https://discord.gg/5hwCGqup5b) for casual chat and instant help.
788
792
 
789
793
  Looking to build a website with Sveltia CMS? Maintainer [@kyoshino](https://github.com/kyoshino) is available for hire depending on your requirements. Feel free to reach out!
790
794
 
@@ -1041,7 +1045,7 @@ This software is provided “as is” without any express or implied warranty. W
1041
1045
 
1042
1046
  [^118]: Netlify/Decap CMS [#7267](https://github.com/decaporg/decap-cms/issues/7267)
1043
1047
 
1044
- [^119]: Netlify/Decap CMS [#5640](https://github.com/decaporg/decap-cms/issues/5640)
1048
+ [^119]: Netlify/Decap CMS [#5640](https://github.com/decaporg/decap-cms/issues/5640), [#6444](https://github.com/decaporg/decap-cms/issues/6444)
1045
1049
 
1046
1050
  [^120]: Netlify/Decap CMS [#2727](https://github.com/decaporg/decap-cms/issues/2727), [#4884](https://github.com/decaporg/decap-cms/issues/4884)
1047
1051