@sveltia/cms 0.19.0 → 0.19.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 +3 -2
- package/dist/sveltia-cms.js +162 -162
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -22,7 +22,7 @@ Our goal is to make it a viable successor to Netlify CMS, expand the Git-based h
|
|
|
22
22
|
|
|
23
23
|
## Features
|
|
24
24
|
|
|
25
|
-
We are working hard to create a **much better alternative to Netlify
|
|
25
|
+
We are working hard to create a **much better alternative to Netlify CMS** and Decap CMS. Here’s what makes Sveltia CMS different. (Whoa, there are so many!)
|
|
26
26
|
|
|
27
27
|
### Compatible with Netlify/Decap CMS
|
|
28
28
|
|
|
@@ -95,7 +95,7 @@ We are working hard to create a **much better alternative to Netlify/Decap CMS**
|
|
|
95
95
|
- Entry slug template tags support [filter transformations](https://decapcms.org/docs/summary-strings/) just like summary string template tags[^29].
|
|
96
96
|
- You can set the maximum number of characters for an entry slug with the new `slug_length` collection option[^25].
|
|
97
97
|
|
|
98
|
-
### Better
|
|
98
|
+
### Better content editing
|
|
99
99
|
|
|
100
100
|
- Required fields, not optional fields, are clearly marked for efficient data entry.
|
|
101
101
|
- Leading and trailing spaces in text-type field values are automatically removed when you save the entry[^37].
|
|
@@ -182,6 +182,7 @@ While it’s not our goal to recreate all the features found in Netlify/Decap CM
|
|
|
182
182
|
### Before the 1.0 release
|
|
183
183
|
|
|
184
184
|
- [Svelte 5](https://svelte.dev/blog/runes) migration
|
|
185
|
+
- Automation test coverage
|
|
185
186
|
- Further Netlify/Decap CMS compatibility, including Editorial Workflow
|
|
186
187
|
- Localization
|
|
187
188
|
- Documentation
|