@sveltia/cms 0.5.2 → 0.5.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
@@ -75,6 +75,7 @@ While recreating all the features found in Netlify/Decap CMS is not our goal, we
75
75
 
76
76
  | Feature | Status in Sveltia CMS |
77
77
  | --- | --- |
78
+ | Installation | Installing with npm is not yet supported. |
78
79
  | UI locales | Only English and Japanese are available at this time. No registration is needed. While the UI locale is automatically selected depending on the browser’s language settings, it can be changed in Preferences. (Click on the Account button at the top right corner of the CMS.) |
79
80
  | Account | Only the [GitHub backend](https://decapcms.org/docs/github-backend/) is available at this time. You can keep using Netlify or a [3rd party OAuth client](https://decapcms.org/docs/external-oauth-clients/) (or [our own](https://github.com/sveltia/sveltia-cms-auth)) to sign in with GitHub, just like Netlify/Decap CMS. We plan to add the GitLab and Test backends, but Azure and Bitbucket are unlikely to be supported, mainly due to the lack of an API method to fetch content in bulk. Later we may implement a performant Git Gateway alternative using GraphQL. |
80
81
  | Configuration | Supported. |
@@ -128,7 +129,6 @@ While recreating all the features found in Netlify/Decap CMS is not our goal, we
128
129
  - Auto-saving a draft entry is not implemented yet.
129
130
  - Duplicating an entry is not implemented yet.
130
131
  - Accessibility support is limited.
131
- - Assets cannot be previewed when using relative path per-entry media folders.
132
132
 
133
133
  ### Roadmap
134
134