@sveltia/cms 0.13.1 → 0.14.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
@@ -120,9 +120,14 @@ We are working hard to create a **much better alternative to Netlify/Decap CMS**
120
120
  ### Better asset management
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
- - You can sort or filter assets by name or file type and view asset details, including size, dimensions, and a list of entries that use the selected asset.
124
- - You can upload multiple assets at once, including files in nested folders, by browsing or dragging & dropping them into the library[^5].
125
- - You can navigate between the global media folder and per-collection media folders[^6].
123
+ - Navigate between the global media folder and per-collection media folders[^6].
124
+ - Copy the public URL or file path of one or more selected assets to clipboard.
125
+ - Copy the text or image data of of a selected asset to clipboard.
126
+ - Download one or more selected assets.
127
+ - Upload multiple assets at once, including files in nested folders, by browsing or dragging and dropping them into the library[^5].
128
+ - Sort or filter assets by name or file type.
129
+ - 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.
126
131
  - 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].
127
132
 
128
133
  ## Compatibility
@@ -160,7 +165,6 @@ While it’s not our goal to recreate all the features found in Netlify/Decap CM
160
165
 
161
166
  - Comprehensive config validation is not implemented yet.
162
167
  - Auto-saving a draft entry is not implemented yet.
163
- - Downloading an asset and copying the file path of an asset in the media library is not implemented yet.
164
168
  - [Backend health check](https://www.githubstatus.com/api) is not implemented yet.
165
169
 
166
170
  ## Roadmap
@@ -358,6 +362,8 @@ If your site adopts Content Security Policy (CSP), use the following policy for
358
362
  style-src 'self' 'unsafe-inline' https://fonts.googleapis.com;
359
363
  font-src 'self' https://fonts.gstatic.com;
360
364
  img-src 'self' blob: data:;
365
+ media-src blob:;
366
+ frame-src blob:;
361
367
  script-src 'self' https://unpkg.com;
362
368
  connect-src 'self' blob: data:;
363
369
  ```
@@ -448,7 +454,7 @@ This software is provided “as is” without any express or implied warranty. W
448
454
  [^8]: Netlify/Decap CMS [#2579](https://github.com/decaporg/decap-cms/issues/2579)
449
455
  [^9]: Netlify/Decap CMS [#3505](https://github.com/decaporg/decap-cms/issues/3505)
450
456
  [^10]: Netlify/Decap CMS [#341](https://github.com/decaporg/decap-cms/issues/341), [#1167](https://github.com/decaporg/decap-cms/issues/1167)
451
- [^11]: Netlify/Decap CMS [#1382](https://github.com/decaporg/decap-cms/issues/1382), [#1424](https://github.com/decaporg/decap-cms/issues/1424), [#2370](https://github.com/decaporg/decap-cms/issues/2370), [#5596](https://github.com/decaporg/decap-cms/issues/5596), [#5752](https://github.com/decaporg/decap-cms/issues/5752), [#6994](https://github.com/decaporg/decap-cms/issues/6994) and more. We’ll be updating this list after reviewing their issue list.
457
+ [^11]: Netlify/Decap CMS [#1382](https://github.com/decaporg/decap-cms/issues/1382), [#1424](https://github.com/decaporg/decap-cms/issues/1424), [#2370](https://github.com/decaporg/decap-cms/issues/2370), [#5569](https://github.com/decaporg/decap-cms/issues/5569), [#5596](https://github.com/decaporg/decap-cms/issues/5596), [#5752](https://github.com/decaporg/decap-cms/issues/5752), [#6994](https://github.com/decaporg/decap-cms/issues/6994) and more. We’ll be updating this list after reviewing their issue list.
452
458
  [^12]: Netlify/Decap CMS [#1975](https://github.com/decaporg/decap-cms/issues/1975)
453
459
  [^13]: Netlify/Decap CMS [#5112](https://github.com/decaporg/decap-cms/issues/5112), [#5653](https://github.com/decaporg/decap-cms/issues/5653)
454
460
  [^14]: Netlify/Decap CMS [#4635](https://github.com/decaporg/decap-cms/issues/4635), [#4738](https://github.com/decaporg/decap-cms/issues/4738), [#5920](https://github.com/decaporg/decap-cms/issues/5920), [#6410](https://github.com/decaporg/decap-cms/issues/6410)