@sveltia/cms 0.46.0 → 0.46.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
@@ -106,14 +106,14 @@ While we fix reported bugs as quickly as possible, usually within 24 hours, our
106
106
 
107
107
  - Ensuring substantial [compatibility with Netlify/Decap CMS](#compatibility)
108
108
  - Tackling as many [Netlify/Decap CMS issues](https://github.com/decaporg/decap-cms/issues) as possible
109
- - So far, 135+ of them, or 245+ including duplicates, have been effectively solved in Sveltia CMS
109
+ - So far, 140+ of them, or 245+ including duplicates, have been effectively solved in Sveltia CMS
110
110
  - Target: 150 issues by GA, 250 or all relevant and fixable issues in a future release
111
111
  - Note: Issues include both feature requests and bug reports; we also track [their discussions](https://github.com/decaporg/decap-cms/discussions)
112
112
  - [Let us know](https://github.com/sveltia/sveltia-cms/issues/new) if you have any specific issues you’d like to see solved!
113
113
  - Responding to feedback from clients and regular users
114
114
  - Implementing our own enhancement ideas for every part of the product
115
115
 
116
- ![135 Netlify/Decap CMS Issues Solved in Sveltia CMS](https://raw.githubusercontent.com/sveltia/sveltia-cms/main/docs/headline-1-20241015.webp)<br>
116
+ ![140 Netlify/Decap CMS Issues Solved in Sveltia CMS](https://raw.githubusercontent.com/sveltia/sveltia-cms/main/docs/headline-1-20241104.webp)<br>
117
117
 
118
118
  ## Differentiators
119
119
 
@@ -395,7 +395,7 @@ Sveltia CMS has been built with a multilingual architecture from the very beginn
395
395
 
396
396
  - The application renders within the dimensions of a [custom mount element](https://decapcms.org/docs/custom-mounting/), if exists[^109].
397
397
  - A custom logo defined with the `logo_url` property is displayed on the global application header and the browser tab (favicon)[^134]. A smaller logo is also correctly positioned on the authentication page[^135].
398
- - `CMS.registerCustomFormat()` supports async parser/formatter functions.
398
+ - `CMS.registerCustomFormat()` supports async parser/formatter functions[^149].
399
399
 
400
400
  ### Better localization
401
401
 
@@ -1247,3 +1247,5 @@ This software is provided “as is” without any express or implied warranty. W
1247
1247
  [^147]: Netlify/Decap CMS [#3583](https://github.com/decaporg/decap-cms/issues/3583)
1248
1248
 
1249
1249
  [^148]: Netlify/Decap CMS [#531](https://github.com/decaporg/decap-cms/issues/531)
1250
+
1251
+ [^149]: Netlify/Decap CMS [#13](https://github.com/decaporg/decap-cms/issues/13)