Skip to content

Commit 437b710

Browse files
committed
[skip ci] Update README.md
1 parent bbf6323 commit 437b710

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,9 @@ While we fix reported bugs as quickly as possible, usually within 24 hours, our
138138
- Ensuring substantial [compatibility with Netlify/Decap CMS](#current-limitations)
139139
- Providing partial [compatibility with Static CMS](#compatibility-with-static-cms)
140140
- Tackling as many [Netlify/Decap CMS issues](https://github.com/decaporg/decap-cms/issues) as possible
141-
- So far, **245+ issues, or 515+ if including duplicates, have been effectively solved** in Sveltia CMS (Yes, you read it right)
141+
- So far, **250+ issues, or 520+ if including duplicates, have been effectively solved** in Sveltia CMS (Yes, you read it right)
142142
- Target:
143-
- 250 issues, or 500 if including duplicates, by GA — Almost there!
143+
- 250 issues, or 500 if including duplicates, by GA — We did it! 🎉
144144
- 400 issues, or 800 if including duplicates, in the future 💪
145145
- or every single issue that’s relevant, fixable, and worth dealing with 🔥
146146
- Issues include everything from feature requests to bug reports and [issues closed as stale](https://github.com/decaporg/decap-cms/issues?q=is%3Aissue+%22Closing+as+stale%22) or without an effective solution, as well as [discussions](https://github.com/decaporg/decap-cms/discussions) and stalled [pull requests](https://github.com/decaporg/decap-cms/pulls)
@@ -152,7 +152,7 @@ While we fix reported bugs as quickly as possible, usually within 24 hours, our
152152
- Responding to requests from the maintainer’s clients
153153
- Making the code clean and maintainable
154154

155-
![245 Netlify/Decap CMS issues solved in Sveltia CMS](https://raw.githubusercontent.com/sveltia/sveltia-cms/main/docs/headline-1.webp?20250808)<br>
155+
![250 Netlify/Decap CMS issues solved in Sveltia CMS](https://raw.githubusercontent.com/sveltia/sveltia-cms/main/docs/headline-1.webp?20250814)<br>
156156

157157
## Differentiators
158158

@@ -579,6 +579,7 @@ Sveltia CMS supports all the [built-in widgets](https://decapcms.org/docs/widget
579579
- `CMS.registerEditorComponent()` accepts a component definition with the `icon` property. Developers can specify a Material Symbols icon name just like [custom collection icons](#using-a-custom-icon-for-a-collection).
580580
- The `fromBlock` function can be omitted if the `pattern` regex contains [named capturing groups](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Regular_expressions/Named_capturing_group) for the values.
581581
- Inline components are supported.[^267]
582+
- Field validation works as expected.[^279]
582583

583584
### Better localization
584585

@@ -628,7 +629,7 @@ These Netlify/Decap CMS features are not yet implemented in Sveltia CMS. We are
628629
- [Cloudinary](https://decapcms.org/docs/cloudinary/) and [Uploadcare](https://decapcms.org/docs/uploadcare/) media libraries ([#4](https://github.com/sveltia/sveltia-cms/discussions/4))
629630
- LineString and Polygon types for the [Map](https://decapcms.org/docs/widgets/#map) widget
630631
- [Custom widgets](https://decapcms.org/docs/custom-widgets/)
631-
- [Custom editor components](https://decapcms.org/docs/custom-widgets/#registereditorcomponent): Support for preview, widgets with complex values (Code with `output_code_only: false`, Hidden, KeyValue, List, Object, Select/Relation with `multiple: true`), the `default` field option and [multiline components](https://github.com/sveltia/sveltia-cms/issues/410)
632+
- [Custom editor components](https://decapcms.org/docs/custom-widgets/#registereditorcomponent): preview and multiline components ([#410](https://github.com/sveltia/sveltia-cms/issues/410))
632633
- [Custom preview templates](https://decapcms.org/docs/customization/#registerpreviewtemplate) ([#51](https://github.com/sveltia/sveltia-cms/issues/51))
633634
- [Event hooks](https://decapcms.org/docs/registering-events/) ([#167](https://github.com/sveltia/sveltia-cms/issues/167))
634635

@@ -2281,3 +2282,5 @@ This software is provided “as is” without any express or implied warranty. W
22812282
[^277]: Netlify/Decap CMS [#86](https://github.com/decaporg/decap-cms/issues/86)
22822283

22832284
[^278]: Netlify/Decap CMS [#7575](https://github.com/decaporg/decap-cms/issues/7575), [#7576](https://github.com/decaporg/decap-cms/issues/7576)
2285+
2286+
[^279]: Netlify/Decap CMS [#4912](https://github.com/decaporg/decap-cms/issues/4912), [#6986](https://github.com/decaporg/decap-cms/issues/6986)

docs/headline-1.webp

-322 Bytes
Loading

0 commit comments

Comments
 (0)