@sveltia/cms 0.5.24 → 0.5.26

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 CHANGED
@@ -38,7 +38,8 @@ Here are some highlights mainly compared to Netlify/Decap CMS:
38
38
 
39
39
  - Built completely from scratch with [Svelte](https://svelte.dev/) rather than forking React-based Netlify/Decap CMS. The app starts fast and stays fast. The compiled code is vanilla JavaScript; you can use it with any framework.
40
40
  - Using the GraphQL API for GitHub by default to fetch contents quickly at once, so showing and searching entries and media are now instant. Saving entries and media is also much faster.
41
- - Small footprint: less than 300 KB when minified and gzipped, compared to 1.5 MB of Netlify/Decap CMS.
41
+ - Caching Git files locally to speed up startup and reduce bandwidth.
42
+ - Small footprint: less than 300 KB when minified and gzipped, compared to 1.5 MB of Netlify/Decap CMS. And [no virtual DOM overhead](https://svelte.dev/blog/virtual-dom-is-pure-overhead).
42
43
 
43
44
  ### Better productivity
44
45
 
@@ -127,6 +128,7 @@ While it’s not our goal to recreate all the features found in Netlify/Decap CM
127
128
  | Dynamic Default Values | Supported. |
128
129
  | Nested Collections | Not supported yet. |
129
130
  | Remark plugins | Not supported yet. |
131
+ | Custom formatters | Not supported yet. |
130
132
 
131
133
  ### Other features
132
134