@sveltia/cms 0.85.0 → 0.86.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 +7 -5
- package/dist/sveltia-cms.js +249 -247
- package/dist/sveltia-cms.js.map +1 -1
- package/dist/sveltia-cms.mjs +249 -247
- package/dist/sveltia-cms.mjs.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -395,7 +395,7 @@ Sveltia CMS has been built with a multilingual architecture from the very beginn
|
|
|
395
395
|
|
|
396
396
|
### Better widgets
|
|
397
397
|
|
|
398
|
-
Sveltia CMS supports all [built-in widgets](https://decapcms.org/docs/widgets/) available in Netlify/Decap. We have made significant improvements to these widgets while adding some new ones. Support for [custom widgets](https://decapcms.org/docs/custom-widgets/) will be added before the 1.0 release.
|
|
398
|
+
Sveltia CMS supports all [built-in widgets](https://decapcms.org/docs/widgets/) available in Netlify/Decap CMS. We have made significant improvements to these widgets while adding some new ones. Support for [custom widgets](https://decapcms.org/docs/custom-widgets/) will be added before the 1.0 release.
|
|
399
399
|
|
|
400
400
|
Note: The Date widget has been deprecated in Netlify CMS and removed from both Decap CMS and Sveltia CMS in favour of the DateTime widget, as noted in the [Compatibility](#compatibility) section.
|
|
401
401
|
|
|
@@ -434,10 +434,11 @@ Note: The Date widget has been deprecated in Netlify CMS and removed from both D
|
|
|
434
434
|
- It’s possible to omit `fields` in a variable type object.[^163] In that case, only the `typeKey` (default: `type`) is saved in the output.
|
|
435
435
|
- A collapsed List field will not display a programmatic summary like `List [ Map { "key": "value" } ]` if the `summary` option is not set.[^183]
|
|
436
436
|
- Map
|
|
437
|
-
- A search bar enables users to quickly locate a specific place on
|
|
438
|
-
- With the [Geolocation API](https://developer.mozilla.org/en-US/docs/Web/API/Geolocation_API), it’s possible to use the
|
|
437
|
+
- A search bar enables users to quickly locate a specific place on the map.[^252]
|
|
438
|
+
- With the [Geolocation API](https://developer.mozilla.org/en-US/docs/Web/API/Geolocation_API), it’s possible to use the current location.
|
|
439
439
|
- The value can be cleared if the field is optional.
|
|
440
440
|
- The map’s zoom level is adjusted more intuitively using pinch gestures.
|
|
441
|
+
- The map looks good in dark mode.
|
|
441
442
|
- Markdown
|
|
442
443
|
- The rich text editor is built with the well-maintained [Lexical](https://lexical.dev/) framework, which solves various issues with a [Slate](https://github.com/ianstormtaylor/slate)-based editor in Netlify/Decap CMS,[^235] including fatal application crashes,[^71][^72][^73][^111] lost formatting when pasting,[^124] an extra line break when pasting,[^169] extra HTML comments when pasting,[^229] backslash injections,[^53] dropdown visibility,[^70] and text input difficulties with IME.[^54]
|
|
443
444
|
- The default editor mode can be set by changing the order of the `modes` option.[^58] If you want to use the plain text editor by default, add `modes: [raw, rich_text]` to the field configuration.
|
|
@@ -530,6 +531,7 @@ Note: The Date widget has been deprecated in Netlify CMS and removed from both D
|
|
|
530
531
|
- Upload multiple assets at once, including files in nested folders, by browsing or dragging and dropping them into the library.
|
|
531
532
|
- Sort or filter assets by name or file type.
|
|
532
533
|
- View asset details, including size, dimensions, commit author/date and a list of entries that use the selected asset.
|
|
534
|
+
- View some Exif metadata if available, including the creation date and GPS coordinates displayed on a map.
|
|
533
535
|
- Enhancements to media libraries:
|
|
534
536
|
- Supports multiple media libraries with the [new `media_libraries` option](#configuring-multiple-media-libraries).[^195]
|
|
535
537
|
- Default media library
|
|
@@ -602,7 +604,7 @@ These Netlify/Decap CMS features are not yet implemented in Sveltia CMS. We are
|
|
|
602
604
|
- [Forgejo backend](https://decapcms.org/docs/gitea-backend/) ([#381](https://github.com/sveltia/sveltia-cms/issues/381))
|
|
603
605
|
- [Cloudinary](https://decapcms.org/docs/cloudinary/) and [Uploadcare](https://decapcms.org/docs/uploadcare/) media libraries ([#4](https://github.com/sveltia/sveltia-cms/discussions/4))
|
|
604
606
|
- Field-specific media folders (beta) for the [File](https://decapcms.org/docs/widgets/#file) and [Image](https://decapcms.org/docs/widgets/#image) widgets
|
|
605
|
-
-
|
|
607
|
+
- LineString and Polygon types for the [Map](https://decapcms.org/docs/widgets/#map) widget
|
|
606
608
|
- [Custom widgets](https://decapcms.org/docs/custom-widgets/)
|
|
607
609
|
- [Custom editor components](https://decapcms.org/docs/custom-widgets/#registereditorcomponent): Support for preview, Object/List widgets, and the `default` field option
|
|
608
610
|
- [Custom previews](https://decapcms.org/docs/customization/) ([#51](https://github.com/sveltia/sveltia-cms/issues/51))
|
|
@@ -1434,7 +1436,7 @@ Due Q4 2025
|
|
|
1434
1436
|
### Future
|
|
1435
1437
|
|
|
1436
1438
|
- Tackling many of the remaining Netlify/Decap CMS issues, including MDX support,[^122] [manual entry sorting](https://github.com/sveltia/sveltia-cms/issues/214),[^125] config editor,[^10] offline support,[^238] and other [top-voted features](https://github.com/decaporg/decap-cms/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc) (some of them may be included in v2.0)
|
|
1437
|
-
-
|
|
1439
|
+
- **Sveltia CMS Additions**: edge functions providing features that require server-side implementation, including user management (Netlify Identity alternative), roles,[^23] commits without a Git service account (Git Gateway alternative), API key management, post locking (like [WordPress](https://codex.wordpress.org/Post_Locking))[^166] and scheduled posts[^167]
|
|
1438
1440
|
- More integration options: stock photos, stock videos, cloud storage providers, translation services, maps, analytics tools, etc.
|
|
1439
1441
|
- AI integrations for image generation, content writing, translation, etc.
|
|
1440
1442
|
- Search enhancements
|