@sveltia/cms 0.5.18 → 0.5.19
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 +2 -0
- package/dist/sveltia-cms.js +55 -73
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -139,6 +139,8 @@ While it’s not our goal to recreate all the features found in Netlify/Decap CM
|
|
|
139
139
|
## Roadmap
|
|
140
140
|
|
|
141
141
|
- Further Netlify/Decap CMS compatibility, including Editorial Workflow
|
|
142
|
+
- Further performance optimization, including data caching and [Svelte 5](https://svelte.dev/blog/runes) migration
|
|
143
|
+
- Further UX enhancements
|
|
142
144
|
- Config editor[^10]
|
|
143
145
|
- Documentation
|
|
144
146
|
- Demo site
|