@sveltia/cms 0.14.0 → 0.15.0

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
@@ -50,7 +50,7 @@ We are working hard to create a **much better alternative to Netlify/Decap CMS**
50
50
 
51
51
  ### Better productivity
52
52
 
53
- - You can [work on a local Git repository](#work-with-a-local-git-repository) without running a proxy server on your machine, bypassing the 30 MB file size limit[^26].
53
+ - You can [work with a local Git repository](#work-with-a-local-git-repository) without running a proxy server on your machine, bypassing the 30 MB file size limit[^26].
54
54
  - The Git branch name is automatically set to the repository’s default branch (`main`, `master` or whatever) if not specified in the configuration file, preventing data loading errors due to a hardcoded fallback to `master`[^27].
55
55
  - Never miss out on the latest features and bug fixes by being notified when an update to the CMS is available[^31].
56
56
  - You can delete multiple entries and assets at once.
@@ -70,7 +70,7 @@ We are working hard to create a **much better alternative to Netlify/Decap CMS**
70
70
 
71
71
  ### Better security
72
72
 
73
- - Avoids high/critical severity vulnerabilities through constant dependency updates[^34].
73
+ - Avoids high/critical severity vulnerabilities through constant dependency updates and frequent releases[^34].
74
74
  - We have documented how to [set up a Content Security Policy](#set-up-content-security-policy) for the CMS.
75
75
  - The `unsafe-eval` or `unsafe-inline` keywords are not needed in the `script-src` CSP directive[^33].
76
76
 
@@ -121,13 +121,14 @@ We are working hard to create a **much better alternative to Netlify/Decap CMS**
121
121
 
122
122
  - A completely new Asset Library, built separately from the image selection dialog, makes it easy to manage all of your files, including images, videos and documents.
123
123
  - Navigate between the global media folder and per-collection media folders[^6].
124
+ - Preview image, audio, video, text and PDF files. Check your site’s [CSP](#set-up-content-security-policy) if the preview doesn’t work.
124
125
  - Copy the public URL or file path of one or more selected assets to clipboard.
125
126
  - Copy the text or image data of of a selected asset to clipboard.
126
- - Download one or more selected assets.
127
+ - Download one or more selected assets at once.
128
+ - Delete one or more selected assets at once.
127
129
  - Upload multiple assets at once, including files in nested folders, by browsing or dragging and dropping them into the library[^5].
128
130
  - Sort or filter assets by name or file type.
129
131
  - View asset details, including size, dimensions, and a list of entries that use the selected asset.
130
- - Preview audio, video, text and PDF files. Check your site’s [CSP](#set-up-content-security-policy) if the preview doesn’t work.
131
132
  - Assets stored in an entry-relative media folder are automatically deleted when the associated entry is deleted because these assets are not available for other entries[^22].
132
133
 
133
134
  ## Compatibility
@@ -184,6 +185,7 @@ While it’s not our goal to recreate all the features found in Netlify/Decap CM
184
185
  - Roles[^23]
185
186
  - Config editor[^10]
186
187
  - Mobile support[^18]
188
+ - and more!
187
189
 
188
190
  ## Getting started
189
191
 
@@ -440,6 +442,11 @@ Sveltia CMS is still in early beta, so we do expect various problems. Please [re
440
442
 
441
443
  - Introducing Sveltia CMS: a short technical presentation by [@kyoshino](https://github.com/kyoshino) during the _This Week in Svelte_ online meetup on March 31, 2023 — [recording](https://youtu.be/-YjLubiieYs?t=1660) & [slides](https://docs.google.com/presentation/d/1Wi4ty-1AwOp2-zy7LctmzCV4rrdYPfke9NGhO0DdRdM)
442
444
 
445
+ ### As seen on
446
+
447
+ - [Made with Svelte](https://madewithsvelte.com/sveltia-cms)
448
+ - [LogRocket Blog](https://blog.logrocket.com/9-best-git-based-cms-platforms/)
449
+
443
450
  ## Disclaimer
444
451
 
445
452
  This software is provided “as is” without any express or implied warranty. We are not obligated to provide any support for the application. This product is not affiliated with or endorsed by Netlify, Decap CMS or any other integrated services. All product names, logos, and brands are the property of their respective owners.