@sveltia/cms 0.5.9 → 0.5.10

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
@@ -46,6 +46,7 @@ Here are some highlights mainly compared to Netlify/Decap CMS:
46
46
  - Integrating Pexels, Pixabay and Unsplash to allow inserting free stock photos into image fields with no hassle[^8].
47
47
  - You can [work on a local Git repository](#work-with-a-local-git-repository) without having to run a proxy server.
48
48
  - Delete multiple entries and assets at once.
49
+ - String values in YAML files can be quoted with the new `yaml_quote:true` option for a collection, mainly for framework compatibility[^9].
49
50
  - Solving various outstanding Netlify/Decap CMS bugs[^11].
50
51
 
51
52
  ### Better i18n support
@@ -334,6 +335,7 @@ This software is provided “as is” without any express or implied warranty. T
334
335
  [^6]: [Netlify/Decap CMS #3240](https://github.com/decaporg/decap-cms/issues/3240)
335
336
  [^7]: [Netlify/Decap CMS #4386](https://github.com/decaporg/decap-cms/issues/4386)
336
337
  [^8]: [Netlify/Decap CMS #2579](https://github.com/decaporg/decap-cms/issues/2579)
338
+ [^9]: [Netlify/Decap CMS #3505](https://github.com/decaporg/decap-cms/issues/3505)
337
339
  [^10]: [Netlify/Decap CMS #341](https://github.com/decaporg/decap-cms/issues/341)
338
340
  [^11]: [Netlify/Decap CMS #1382](https://github.com/decaporg/decap-cms/issues/1382) and many more. We’ll be updating this list after reviewing their issue list.
339
341
  [^12]: [Netlify/Decap CMS #1975](https://github.com/decaporg/decap-cms/issues/1975)