@sveltia/cms 0.53.0 → 0.53.2

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
@@ -335,7 +335,7 @@ Sveltia CMS has been built with a multilingual architecture from the very beginn
335
335
  - It’s possible to [edit data files with a top-level list](#editing-data-files-with-a-top-level-list) using the new `root` option[^148].
336
336
  - The `min` and `max` options can be used separately. You don’t need to specify both to use either option[^145].
337
337
  - The Add Item button appears at the bottom of the list when the `add_to_top` option is not `true`, so you don’t have to scroll up each time to add new items.
338
- - Users can expand or collapse the entire list, while the Expand All and Collapse All buttons allow you to expand or collapse all items in the list at once.
338
+ - Users can expand or collapse the entire list, while the Expand All and Collapse All buttons allow you to expand or collapse all items in the list at once[^164].
339
339
  - A required List field with no subfield or value is marked as invalid[^43].
340
340
  - An optional List field with no subfield or value is saved as an empty array, rather than nothing[^44].
341
341
  - An optional List field won’t populate an item by default when the subfield has the `default` value[^162].
@@ -1085,7 +1085,7 @@ This software is provided “as is” without any express or implied warranty. W
1085
1085
 
1086
1086
  [^27]: Netlify/Decap CMS [#4564](https://github.com/decaporg/decap-cms/issues/4564), [#5617](https://github.com/decaporg/decap-cms/issues/5617), [#5815](https://github.com/decaporg/decap-cms/issues/5815)
1087
1087
 
1088
- [^28]: Netlify/Decap CMS [#2677](https://github.com/decaporg/decap-cms/pull/2677), [#6836](https://github.com/decaporg/decap-cms/pull/6836)
1088
+ [^28]: Netlify/Decap CMS [#2677](https://github.com/decaporg/decap-cms/issues/2677), [#6836](https://github.com/decaporg/decap-cms/pull/6836)
1089
1089
 
1090
1090
  [^29]: Netlify/Decap CMS [#4783](https://github.com/decaporg/decap-cms/issues/4783)
1091
1091
 
@@ -1356,3 +1356,5 @@ This software is provided “as is” without any express or implied warranty. W
1356
1356
  [^162]: Netlify/Decap CMS [#2380](https://github.com/decaporg/decap-cms/issues/2380)
1357
1357
 
1358
1358
  [^163]: Netlify/Decap CMS [#7322](https://github.com/decaporg/decap-cms/issues/7322)
1359
+
1360
+ [^164]: Netlify/Decap CMS [#756](https://github.com/decaporg/decap-cms/issues/756) — The Expand All and Collapse All buttons cannot be found in the current version of Decap CMS.