@sveltia/cms 0.19.4 → 0.19.5

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
@@ -157,11 +157,10 @@ While it’s not our goal to recreate all the features found in Netlify/Decap CM
157
157
  | Feature | Status in Sveltia CMS |
158
158
  | --- | --- |
159
159
  | Installation | Installing with `npm` is not supported yet. |
160
- | Backends | Currently only the GitHub and GitLab backends are available, with GraphQL enabled by default. We’ll also add the Test backend for our demo site, but Azure, Bitbucket and Gitea are unlikely to be supported, mainly due to performance limitations. |
161
- | Netlify Integration | Identity Widget is not supported yet. We will not support Git Gateway due to the poor performance; we may implement an alternative using GraphQL later. |
160
+ | Backends | Only the GitHub and GitLab backends are available, with GraphQL enabled by default. We’ll add the Test backend for our demo site, but Azure, Bitbucket and Gitea are unlikely to be supported due to performance limitations. Git Gateway will not be supported for the same reason; we may implement a performant alternative sometime later. |
162
161
  | Local Git Repository | Supported using a different approach. [See below](#work-with-a-local-git-repository) for details. |
163
162
  | UI Locales | Only English and Japanese are available at this time. No registration is required. The locale is selected automatically and can be changed in the Settings. |
164
- | Media Libraries | External media storage services are not supported yet. We will add support for Cloudinary and Uploadcare in a better way, but will not support deprecated Netlify Large Media. |
163
+ | Media Libraries | External media storage services are not supported yet. We will add support for Cloudinary and Uploadcare using the APIs instead of pre-built widgets. No support for deprecated Netlify Large Media. |
165
164
  | Editorial Workflow | Not supported yet. |
166
165
  | Open Authoring | Not supported yet. |
167
166
  | Collections | Nested collections are not supported yet. |
@@ -173,7 +172,6 @@ While it’s not our goal to recreate all the features found in Netlify/Decap CM
173
172
  | Widget | Status in Sveltia CMS |
174
173
  | --- | --- |
175
174
  | Code | Not supported yet. |
176
- | Color | The `enableAlpha` option is not supported yet. |
177
175
  | Date | Sveltia CMS has dropped the support for it following Decap CMS 3.0. Use the DateTime widget instead. |
178
176
  | DateTime | The `date_format` and `time_format` options with Moment.js tokens are not supported yet. Note: Decap CMS 3.1 has replaced Moment.js with [Day.js](https://day.js.org/); we’ll follow the change soon. |
179
177
  | 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. |