@sveltia/cms 0.19.2 → 0.19.4

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
@@ -47,6 +47,7 @@ We are working hard to create a **much better alternative to Netlify CMS** and D
47
47
  - Saving entries and assets is also much faster thanks to the [GraphQL mutation](https://github.blog/changelog/2021-09-13-a-simpler-api-for-authoring-commits/).
48
48
  - A list of repository files is cached locally for faster startup and bandwidth savings.
49
49
  - Thumbnails of assets, including PDF files, are generated and cached for faster rendering of the Asset Library and other parts of the CMS[^39].
50
+ - Using caching and lazy loading techniques to improve performance.
50
51
  - You can [disable automatic deployments](#disable-automatic-deployments) by default or on demand to save costs and resources associated with CI/CD and to publish multiple changes at once[^24].
51
52
 
52
53
  ### Better productivity
@@ -178,7 +179,6 @@ While it’s not our goal to recreate all the features found in Netlify/Decap CM
178
179
  | File/Image | Field-specific media folders and media library options are not supported yet other than `media_library.config.max_file_size` for the default media library. |
179
180
  | Map | Not supported yet. |
180
181
  | Markdown | It’s a plain text editor at this time. A rich text editor is coming soon. We will not support Remark plugins. |
181
- | Relation | The `search_fields` option is not supported yet. |
182
182
 
183
183
  ### Other features
184
184