@sveltia/cms 0.94.1 → 0.95.0

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
@@ -172,7 +172,7 @@ Note: This lengthy section compares Sveltia CMS with both Netlify CMS and Decap
172
172
  - 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.
173
173
  - Other crashes in Netlify/Decap CMS are also irrelevant to us, making Sveltia CMS much more stable.[^112][^203][^204][^260]
174
174
  - We build [our own UI component library](https://github.com/sveltia/sveltia-ui), including custom dialogs, to ensure optimal usability without compromising accessibility.[^196][^205][^206][^207][^208][^209][^210]
175
- - Users can personalize the application with various settings, including appearance and language. Developer Mode can also be enabled.
175
+ - Users can personalize the application with various settings, including appearance and language. Developer Mode can also be enabled, which enables certain features and displays the CMS version number.[^270]
176
176
  - 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]
177
177
  <!-- - The in-app Help menu provides all links to useful resources, including release notes, feedback and support. -->
178
178
 
@@ -348,7 +348,7 @@ Sveltia CMS has been built with a multilingual architecture from the very beginn
348
348
  - Entry slugs are [localizable](#localizing-entry-slugs).[^80]
349
349
  - Entry listing
350
350
  - The [default sort field and direction](#specifying-default-entry-sort-field-and-direction) can be specified.[^172]
351
- - The default filtering and grouping can also be specified in the same way as with [Static CMS](https://staticjscms.netlify.app/docs/decap-migration-guide#view-filters).[^269]
351
+ - The default filter and group can also be specified in the same way as with [Static CMS](https://staticjscms.netlify.app/docs/collection-overview#view-filters).[^269]
352
352
  - Sorting entries by a DateTime field works as expected.[^110]
353
353
  - Entry grouping and sorting can work together. For example, it’s possible to group by year and then sort by year if configured properly.
354
354
  - The `sortable_fields` option accepts a special `slug` value to allow sorting by entry slugs.
@@ -449,6 +449,7 @@ Sveltia CMS supports all the [built-in widgets](https://decapcms.org/docs/widget
449
449
  - Users can preview variable types without having to register a preview template.[^42]
450
450
  - 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.
451
451
  - A collapsed List field will not display a programmatic summary like `List [ Map { "key": "value" } ]` if the `summary` option is not set.[^183]
452
+ - The `allow_remove` option can be used to prevent users from removing items in a List field.[^272]
452
453
  - Map
453
454
  - A search bar enables users to quickly locate a specific place on the map.[^252]
454
455
  - With the [Geolocation API](https://developer.mozilla.org/en-US/docs/Web/API/Geolocation_API), users can get their current location with one click.
@@ -1648,6 +1649,7 @@ Due early 2026
1648
1649
  - Tackling even more Netlify/Decap CMS issues:
1649
1650
  - [Manual entry sorting](https://github.com/sveltia/sveltia-cms/issues/214)[^125]
1650
1651
  - [Directory navigation in the Asset Library](https://github.com/sveltia/sveltia-cms/issues/420)[^240]
1652
+ - [Asset collections](https://github.com/sveltia/sveltia-cms/issues/301)[^271]
1651
1653
  - [Automatic asset file renaming with templates](https://github.com/sveltia/sveltia-cms/issues/422)[^241]
1652
1654
  - Advanced Relation fields[^242], including cascade updates/deletes[^243] and quick item additions[^266]
1653
1655
  - We’ll also implement [reverse reference lists](https://github.com/sveltia/sveltia-cms/discussions/416)
@@ -2037,7 +2039,7 @@ This software is provided “as is” without any express or implied warranty. W
2037
2039
 
2038
2040
  [^166]: Netlify/Decap CMS [#277](https://github.com/decaporg/decap-cms/issues/277)
2039
2041
 
2040
- [^167]: Netlify/Decap CMS [#263](https://github.com/decaporg/decap-cms/issues/263)
2042
+ [^167]: Netlify/Decap CMS [#263](https://github.com/decaporg/decap-cms/issues/263), [#2034](https://github.com/decaporg/decap-cms/issues/2034)
2041
2043
 
2042
2044
  [^168]: Netlify/Decap CMS [#1948](https://github.com/decaporg/decap-cms/issues/1948)
2043
2045
 
@@ -2169,9 +2171,9 @@ This software is provided “as is” without any express or implied warranty. W
2169
2171
 
2170
2172
  [^232]: Netlify/Decap CMS [#7457](https://github.com/decaporg/decap-cms/issues/7457)
2171
2173
 
2172
- [^233]: Netlify/Decap CMS [#535](https://github.com/decaporg/decap-cms/issues/535), [#1284](https://github.com/decaporg/decap-cms/issues/1284), [#3846](https://github.com/decaporg/decap-cms/issues/3846)
2174
+ [^233]: Netlify/Decap CMS [#427](https://github.com/decaporg/decap-cms/issues/427), [#535](https://github.com/decaporg/decap-cms/issues/535), [#1284](https://github.com/decaporg/decap-cms/issues/1284), [#3846](https://github.com/decaporg/decap-cms/issues/3846)
2173
2175
 
2174
- [^234]: Netlify/Decap CMS [#2019](https://github.com/decaporg/decap-cms/issues/2019) — Rather than relying on a third-party library, we built our own asset browser that integrates more seamlessly with the rest of the CMS.
2176
+ [^234]: Netlify/Decap CMS [#2243](https://github.com/decaporg/decap-cms/issues/2243), [#4965](https://github.com/decaporg/decap-cms/issues/4965) — Rather than relying on a third-party library, we built our own asset browser that integrates more seamlessly with the rest of the CMS.
2175
2177
 
2176
2178
  [^235]: Netlify/Decap CMS [#6905](https://github.com/decaporg/decap-cms/discussions/6905) — We use Lexical created by Facebook (Meta).
2177
2179
 
@@ -2242,3 +2244,9 @@ This software is provided “as is” without any express or implied warranty. W
2242
2244
  [^268]: Netlify/Decap CMS [#4945](https://github.com/decaporg/decap-cms/issues/4945)
2243
2245
 
2244
2246
  [^269]: Netlify/Decap CMS [#7568](https://github.com/decaporg/decap-cms/issues/7568)
2247
+
2248
+ [^270]: Netlify/Decap CMS [#292](https://github.com/decaporg/decap-cms/issues/292) — It cannot be found in the current version of Decap CMS.
2249
+
2250
+ [^271]: Netlify/Decap CMS [#1046](https://github.com/decaporg/decap-cms/issues/1046)
2251
+
2252
+ [^272]: Netlify/Decap CMS [#4702](https://github.com/decaporg/decap-cms/issues/4702)