You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -138,9 +138,9 @@ While we fix reported bugs as quickly as possible, usually within 24 hours, our
138
138
- Ensuring substantial [compatibility with Netlify/Decap CMS](#current-limitations)
139
139
- Providing partial [compatibility with Static CMS](#compatibility-with-static-cms)
140
140
- 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)
142
142
- 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! 🎉
144
144
- 400 issues, or 800 if including duplicates, in the future 💪
145
145
- or every single issue that’s relevant, fixable, and worth dealing with 🔥
146
146
- 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
152
152
- Responding to requests from the maintainer’s clients
153
153
- Making the code clean and maintainable
154
154
155
-
<br>
155
+
<br>
156
156
157
157
## Differentiators
158
158
@@ -579,6 +579,7 @@ Sveltia CMS supports all the [built-in widgets](https://decapcms.org/docs/widget
579
579
-`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).
580
580
- 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.
581
581
- Inline components are supported.[^267]
582
+
- Field validation works as expected.[^279]
582
583
583
584
### Better localization
584
585
@@ -628,7 +629,7 @@ These Netlify/Decap CMS features are not yet implemented in Sveltia CMS. We are
628
629
-[Cloudinary](https://decapcms.org/docs/cloudinary/) and [Uploadcare](https://decapcms.org/docs/uploadcare/) media libraries ([#4](https://github.com/sveltia/sveltia-cms/discussions/4))
629
630
- LineString and Polygon types for the [Map](https://decapcms.org/docs/widgets/#map) widget
-[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)
0 commit comments