@sveltia/cms 0.73.0 → 0.73.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
@@ -83,8 +83,10 @@ The free, open source alternative/successor to Netlify/Decap CMS is now in publi
83
83
  - [Support \& feedback](#support--feedback)
84
84
  - [Contributions](#contributions)
85
85
  - [Roadmap](#roadmap)
86
- - [Before the 1.0 release](#before-the-10-release)
87
- - [After the 1.0 release](#after-the-10-release)
86
+ - [v1.0 Release Candidate](#v10-release-candidate)
87
+ - [v1.0](#v10)
88
+ - [v2.0](#v20)
89
+ - [Future](#future)
88
90
  - [Trivia](#trivia)
89
91
  - [Related links](#related-links)
90
92
  - [As seen on](#as-seen-on)
@@ -104,7 +106,7 @@ Due to its unfortunate abandonment in early 2022, Netlify CMS spawned 3 successo
104
106
 
105
107
  - [Static CMS](https://github.com/StaticJsCMS/static-cms): a community fork, initial commit made in September 2022 — discontinued in September 2024 after making meaningful improvements
106
108
  - **Sveltia CMS**: not a fork but a **complete rewrite** or “total reboot”, started in November 2022, first appeared on GitHub in March 2023
107
- - [Decap CMS](https://github.com/decaporg/decap-cms): a rebranded version, [announced in February 2023](https://www.netlify.com/blog/netlify-cms-to-become-decap-cms/) as the official successor with a Netlify agency partner taking ownership — mostly inactive
109
+ - [Decap CMS](https://github.com/decaporg/decap-cms): a rebranded version, [announced in February 2023](https://www.netlify.com/blog/netlify-cms-to-become-decap-cms/) as the official successor with a Netlify agency partner taking ownership — mostly stagnant
108
110
 
109
111
  Sveltia CMS is the only project that doesn’t inherit the complexity, technical debt and numerous bugs of Netlify CMS, which was launched back in 2015. We are confident that our decision to rebuild the application from scratch was the right and inevitable one, as proven by the [hundreds of improvements](#differentiators) we have already made.
110
112
 
@@ -152,10 +154,10 @@ Netlify/Decap CMS users will definitely be pleased and surprised by the numerous
152
154
  - Frequent releases deliver new features and enhancements to users faster. Most of our minor [releases](https://github.com/sveltia/sveltia-cms/releases) address one or more Netlify/Decap CMS issues, giving you even more reasons to switch from the legacy predecessor.
153
155
  - Offers a modern, intuitive user interface that utilizes the full viewport,[^178] inspired in part by the Netlify CMS v3 prototype.[^1]
154
156
  - Provides immersive dark mode.[^2] The UI theme follows the user’s system preference by default and can be changed in the application settings.
155
- - Mobile and tablet support: Users can manage content on-the-go.[^18] There are still rough edges though; we are working to fully optimize the app for small screens and touch devices.
157
+ - Mobile and tablet support beyond responsive design: Users can manage content on-the-go.[^18] There are still rough edges though; we are working to fully optimize the app for small screens and touch devices.
156
158
  - If you’re already signed in on your desktop, open the Account menu in the top right corner of the CMS, click Sign In with Mobile, and scan the QR code for passwordless sign-in. Your settings will be automatically copied.
157
159
  - Made with [Svelte](https://svelte.dev/), not React, means we can spend more time on UX rather than tedious state management. It also allows us to avoid common fatal React application crashes.[^113][^129] Best of all, Svelte offers great performance.
158
- - Other fatal crashes in Netlify/Decap CMS are also irrelevant to us, making Sveltia CMS much more stable.[^112][^203][^204]
160
+ - Other crashes in Netlify/Decap CMS are also irrelevant to us, making Sveltia CMS much more stable.[^112][^203][^204]
159
161
  - We build [our own UI component library](https://github.com/sveltia/sveltia-ui), including custom dialogs,[^196] to ensure optimal usability without compromising accessibility.
160
162
  - Users can personalize the application with various settings, including appearance and language. Developer Mode can also be enabled.
161
163
  - 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]
@@ -377,7 +379,7 @@ Sveltia CMS has been built with a multilingual architecture from the very beginn
377
379
  - More than 300 languages are available, thanks to [Prism](https://prismjs.com/)’s extensive language support.
378
380
  - The language switcher always appears in the user interface, so it’s easy to spot and change the selected language.
379
381
  - Dynamic loading of language modes work as expected.[^198]
380
- - Code fields under a List field work as expected, saving both code and language.[^181]
382
+ - A Code field under a List field work as expected, saving both code and language.[^181]
381
383
  - Color
382
384
  - The widget doesn’t cause scrolling issues.[^128]
383
385
  - The preview shows both the RGB(A) hex value and the `rgb()` function notation.
@@ -402,7 +404,6 @@ Sveltia CMS has been built with a multilingual architecture from the very beginn
402
404
  - Users can enter spaces in a simple text-based List field.[^50]
403
405
  - Users can preview variable types without having to register a preview template.[^42]
404
406
  - It’s possible to omit `fields` in a variable type object.[^163] In that case, only the `typeKey` (default: `type`) is saved in the output.
405
- - A Markdown field plays well with a variable type List field.[^202]
406
407
  - A collapsed List field will not display a programmatic summary like `List [ Map { "key": "value" } ]` if the `summary` option is not set.[^183]
407
408
  - Markdown
408
409
  - The rich text editor is built with the well-maintained [Lexical](https://lexical.dev/) framework, which solves various issues with a [Slate](https://github.com/ianstormtaylor/slate)-based editor in Netlify/Decap CMS, including fatal application crashes,[^71][^72][^73][^111] lost formatting when pasting,[^124] an extra line break when pasting,[^169] backslash injections,[^53] dropdown visibility,[^70] and text input difficulties with IME.[^54]
@@ -414,6 +415,7 @@ Sveltia CMS has been built with a multilingual architecture from the very beginn
414
415
  - Code in a code block in the editor can be copied as expected.[^165]
415
416
  - Language-annotated code block doesn’t trigger unsaved changes.[^189]
416
417
  - Line breaks are rendered as line breaks in the Preview Pane according to GitHub Flavored Markdown (GFM).
418
+ - A Markdown field plays well with a variable type List field.[^202]
417
419
  - Number
418
420
  - If the `value_type` option is `int` (default) or `float`, the `required` option is `false`, and the value is not entered, the field will be saved as `null` instead of an empty string.[^157] If `value_type` is anything else, the data type will remain a string.
419
421
  - Object
@@ -525,7 +527,7 @@ However, 100% feature parity is not planned, and some features are still missing
525
527
 
526
528
  ### Features not to be implemented
527
529
 
528
- - **Azure, Bitbucket and Forgejo backends**: For performance reasons. We may support these platforms if their APIs improve to allow the CMS to fetch multiple entries at once. The Gitea backend [may be implemented](https://github.com/sveltia/sveltia-cms/issues/198), but it won’t be [compatible with Forgejo](https://github.com/sveltia/sveltia-cms/issues/381) due to API differences.
530
+ - **Azure, Bitbucket and Forgejo backends**: For performance reasons. We may support these platforms if their APIs improve to allow the CMS to fetch multiple entries at once. Our [planned Gitea backend](https://github.com/sveltia/sveltia-cms/issues/198) is incompatible with Forgejo because it would use a new efficient API method. [Forgejo support](https://github.com/sveltia/sveltia-cms/issues/381) will not be added until they implement an equivalent.
529
531
  - **Git Gateway backend**: Also for performance reasons. [Git Gateway](https://github.com/netlify/git-gateway) has not been actively maintained since Netlify CMS was abandoned, and it’s known to be slow and prone to rate limit violations. We plan to develop a GraphQL-based high-performance alternative in the future.
530
532
  - **Netlify Identity Widget**: It’s not useful without Git Gateway, and the Netlify Identity service itself is now [deprecated](https://www.netlify.com/changelog/deprecation-netlify-identity/). We plan to develop an alternative solution with role support in the future, most likely using [Cloudflare Workers](https://workers.cloudflare.com/) and [Auth.js](https://authjs.dev/).
531
533
  - The deprecated client-side implicit grant for the GitLab backend: It has already been [removed from GitLab 15.0](https://gitlab.com/gitlab-org/gitlab/-/issues/344609). Use the client-side PKCE authorization instead.
@@ -541,7 +543,7 @@ However, 100% feature parity is not planned, and some features are still missing
541
543
  - Some date/time format tokens: [Decap CMS 3.1.1](https://github.com/decaporg/decap-cms/releases/tag/decap-cms%403.1.1) replaced Moment.js with Day.js, and Sveltia CMS will follow suit soon. Since [Day.js tokens](https://day.js.org/docs/en/display/format) are not 100% compatible with [Moment.js tokens](https://momentjs.com/docs/#/displaying/format/), this could be a breaking change in certain cases.
542
544
  - The theme and keymap inline settings of the Code widget, along with support for some languages: We use the [Prism](https://prismjs.com/)-powered code block functionality in Lexical instead of [CodeMirror](https://codemirror.net/). Prism may be [replaced by Shiki](https://github.com/facebook/lexical/issues/6575) in the future.
543
545
  - Remark plugins for the Markdown widget: Not compatible with our Lexical-based rich text editor.
544
- - Support for an absolute URL in the [`public_folder`](https://decapcms.org/docs/configuration-options/#public-folder) option: Such configuration is not recommended, as stated in the Netlify/Decap CMS document.
546
+ - An absolute URL in the [`public_folder`](https://decapcms.org/docs/configuration-options/#public-folder) option: Such configuration is not recommended, as stated in the Netlify/Decap CMS document.
545
547
  - Performance-related options: Sveltia CMS has [drastically improved performance](#better-performance) with GraphQL enabled by default, so these are no longer relevant:
546
548
  - Global: [`search`](https://decapcms.org/docs/configuration-options/#search)
547
549
  - Backend: [`use_graphql`](https://decapcms.org/docs/github-backend/#graphql-api)
@@ -1286,26 +1288,36 @@ See [Contributing to Sveltia CMS](https://github.com/sveltia/sveltia-cms/blob/ma
1286
1288
 
1287
1289
  ## Roadmap
1288
1290
 
1289
- ### Before the 1.0 release
1291
+ ### v1.0 Release Candidate
1290
1292
 
1291
1293
  - Enhanced [compatibility with Netlify/Decap CMS](#compatibility)
1292
1294
  - Tackling some more Netlify/Decap CMS issues
1293
1295
  - Accessibility audit
1296
+
1297
+ ### v1.0
1298
+
1299
+ Due Q3 2025
1300
+
1301
+ - [Localization](https://github.com/sveltia/sveltia-cms/blob/main/src/lib/locales/README.md)
1294
1302
  - Developer documentation (implementation guide)
1295
1303
  - Marketing site
1296
1304
  - Live demo site
1297
1305
 
1298
- ### After the 1.0 release
1306
+ ### v2.0
1307
+
1308
+ - Implementing [some deferred Netlify/Decap CMS features](#current-limitations)
1309
+ - Tackling even more Netlify/Decap CMS issues
1310
+ - End-user documentation
1311
+ - Contributor documentation
1312
+
1313
+ ### Future
1299
1314
 
1300
- - Implementing the [remaining Netlify/Decap CMS features](#current-limitations)
1301
1315
  - Tackling many of the remaining Netlify/Decap CMS issues, including MDX support,[^122] manual entry sorting,[^125] config editor[^10] and other [top-voted features](https://github.com/decaporg/decap-cms/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc)
1302
1316
  - Exploring features that require server-side implementation, including user management (Netlify Identity alternative), roles,[^23] commits without a GitHub or GitLab account (Git Gateway alternative), post locking (like [WordPress](https://codex.wordpress.org/Post_Locking))[^166] and scheduled posts[^167]
1303
1317
  - More integration options: stock photos, stock videos, cloud storage providers, translation services, maps, analytics tools, etc.
1304
1318
  - AI integrations for image generation, content writing, etc.
1305
1319
  - Search enhancements
1306
1320
  - Advanced digital asset management (DAM) features, including image editing and tagging[^114]
1307
- - End-user documentation
1308
- - Contributor documentation
1309
1321
  - Marketplace for custom widgets, etc.
1310
1322
  - VS Code extension for `config.yml` schema validation
1311
1323
  - Official starter templates for the most popular frameworks, including SvelteKit and Next.js
@@ -1701,7 +1713,7 @@ This software is provided “as is” without any express or implied warranty. W
1701
1713
 
1702
1714
  [^185]: Netlify/Decap CMS [#6203](https://github.com/decaporg/decap-cms/issues/6203), [#7417](https://github.com/decaporg/decap-cms/issues/7417)
1703
1715
 
1704
- [^186]: Netlify/Decap CMS [#3454](https://github.com/decaporg/decap-cms/issues/3454), [#3585](https://github.com/decaporg/decap-cms/issues/3585), [#3651](https://github.com/decaporg/decap-cms/issues/3651), [#3885](https://github.com/decaporg/decap-cms/issues/3885), [#3962](https://github.com/decaporg/decap-cms/issues/3962), [#4037](https://github.com/decaporg/decap-cms/issues/4037), [#4143](https://github.com/decaporg/decap-cms/issues/4143), [#6585](https://github.com/decaporg/decap-cms/issues/6585), [#6664](https://github.com/decaporg/decap-cms/issues/6664), [#6665](https://github.com/decaporg/decap-cms/issues/6665), [#6739](https://github.com/decaporg/decap-cms/issues/6739), [#7243](https://github.com/decaporg/decap-cms/issues/7243), [#7379](https://github.com/decaporg/decap-cms/issues/7379)
1716
+ [^186]: Netlify/Decap CMS [#3454](https://github.com/decaporg/decap-cms/issues/3454), [#3585](https://github.com/decaporg/decap-cms/issues/3585), [#3651](https://github.com/decaporg/decap-cms/issues/3651), [#3885](https://github.com/decaporg/decap-cms/issues/3885), [#3962](https://github.com/decaporg/decap-cms/issues/3962), [#4037](https://github.com/decaporg/decap-cms/issues/4037), [#4143](https://github.com/decaporg/decap-cms/issues/4143), [#6585](https://github.com/decaporg/decap-cms/issues/6585), [#6664](https://github.com/decaporg/decap-cms/issues/6664), [#6665](https://github.com/decaporg/decap-cms/issues/6665), [#6739](https://github.com/decaporg/decap-cms/issues/6739), [#7243](https://github.com/decaporg/decap-cms/issues/7243), [#7379](https://github.com/decaporg/decap-cms/issues/7379), [#7469](https://github.com/decaporg/decap-cms/issues/7469)
1705
1717
 
1706
1718
  [^187]: Netlify/Decap CMS [#1244](https://github.com/decaporg/decap-cms/issues/1244)
1707
1719