@sveltia/cms 0.8.4 → 0.8.5

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
@@ -70,12 +70,14 @@ Here are some highlights mainly compared to Netlify/Decap CMS:
70
70
  - You can [disable non-default locale content](#disable-non-default-locale-content)[^15].
71
71
  - You can [use a random UUID for an entry slug](#use-a-random-id-for-an-entry-slug), which is a good option for locales that write in non-Latin characters[^12].
72
72
  - Resolves the [limitations in the list and object widgets](https://decapcms.org/docs/beta-features/#i18n-support) so that changes made with these widgets will be duplicated between locales as expected when using the `i18n: duplicate` field configuration[^7].
73
+ - [Entry-relative media folders](https://decapcms.org/docs/beta-features/#folder-collections-media-and-public-folder) can be used in conjunction with the `multiple_folder` i18n structure[^21].
73
74
 
74
75
  ### Collection enhancements
75
76
 
76
77
  - You can choose a [custom icon for each collection](#use-a-custom-icon-for-a-collection)[^3].
77
78
  - A [per-collection media folder](#use-a-custom-media-folder-for-a-collection) will appear next to the entries.
78
79
  - String values in YAML files can be quoted with the new `yaml_quote: true` option for a collection, mainly for framework compatibility[^9].
80
+ - Assets stored in an entry-relative media folder are automatically deleted when the associated entry is deleted[^22].
79
81
 
80
82
  ### Field enhancements
81
83
 
@@ -390,3 +392,5 @@ This software is provided “as is” without any express or implied warranty. T
390
392
  [^18]: [Netlify/Decap CMS #441](https://github.com/decaporg/decap-cms/issues/441)
391
393
  [^19]: [Netlify/Decap CMS #5910](https://github.com/decaporg/decap-cms/issues/5910)
392
394
  [^20]: [Netlify/Decap CMS #4563](https://github.com/decaporg/decap-cms/issues/4563)
395
+ [^21]: [Netlify/Decap CMS #4781](https://github.com/decaporg/decap-cms/issues/4781)
396
+ [^22]: [Netlify/Decap CMS #6642](https://github.com/decaporg/decap-cms/issues/6642)