@sveltia/cms 0.91.8 → 0.91.9
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 -1
- package/dist/sveltia-cms.js +6 -6
- package/dist/sveltia-cms.js.map +1 -1
- package/dist/sveltia-cms.mjs +6 -6
- package/dist/sveltia-cms.mjs.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -134,7 +134,7 @@ While we fix reported bugs as quickly as possible, usually within 24 hours, our
|
|
|
134
134
|
|
|
135
135
|
- Ensuring substantial [compatibility with Netlify/Decap CMS](#compatibility)
|
|
136
136
|
- Tackling as many [Netlify/Decap CMS issues](https://github.com/decaporg/decap-cms/issues) as possible
|
|
137
|
-
- So far, 235+ issues, or
|
|
137
|
+
- So far, 235+ issues, or 495+ if including duplicates, have been effectively solved in Sveltia CMS (Yes, you read it right)
|
|
138
138
|
- Target:
|
|
139
139
|
- 250 issues, or 500 if including duplicates, by GA — Almost there!
|
|
140
140
|
- 400 issues, or 800 if including duplicates, in the future 💪
|
|
@@ -1663,6 +1663,7 @@ Due early 2026
|
|
|
1663
1663
|
- Scheduled posts[^167]
|
|
1664
1664
|
- Credential management for service API keys, deploy hook URL, etc.
|
|
1665
1665
|
- [Git LFS support for GitHub](https://github.com/sveltia/sveltia-cms/discussions/353)[^244] (due to a [CORS issue](https://developer.mozilla.org/en-US/docs/Web/HTTP/Guides/CORS/Errors))
|
|
1666
|
+
- [local repository workflow](#working-with-a-local-git-repository) improvements: Git mode and File System Observer support
|
|
1666
1667
|
- [Preact+HTM support](https://github.com/sveltia/sveltia-cms/discussions/153) for custom widgets, editor components and preview templates
|
|
1667
1668
|
- View, compare and restore revisions (like [WordPress](https://wordpress.com/support/page-post-revisions/))
|
|
1668
1669
|
- More integration options: stock photos, stock videos, cloud storage providers, translation services, maps, analytics tools, etc.
|