@sveltia/cms 0.99.0 → 0.99.1
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 +11 -9
- package/dist/sveltia-cms.js +85 -85
- package/dist/sveltia-cms.js.map +1 -1
- package/dist/sveltia-cms.mjs +84 -84
- package/dist/sveltia-cms.mjs.map +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -140,7 +140,7 @@ While we fix reported bugs as quickly as possible, usually within 24 hours, our
|
|
|
140
140
|
- Ensuring substantial [compatibility with Netlify/Decap CMS](#current-limitations)
|
|
141
141
|
- Providing partial [compatibility with Static CMS](#compatibility-with-static-cms)
|
|
142
142
|
- Tackling as many [Netlify/Decap CMS issues](https://github.com/decaporg/decap-cms/issues) as possible
|
|
143
|
-
- So far, **250+ issues, or
|
|
143
|
+
- So far, **250+ issues, or 535+ if including duplicates, have been effectively solved** in Sveltia CMS (Yes, you read it right)
|
|
144
144
|
- Target:
|
|
145
145
|
- 250 issues, or 500 if including duplicates, by GA — We did it! 🎉
|
|
146
146
|
- 400 issues, or 800 if including duplicates, in the future 💪
|
|
@@ -636,7 +636,7 @@ These Netlify/Decap CMS features are not yet implemented in Sveltia CMS. We are
|
|
|
636
636
|
- [Cloudinary](https://decapcms.org/docs/cloudinary/) and [Uploadcare](https://decapcms.org/docs/uploadcare/) media libraries ([#4](https://github.com/sveltia/sveltia-cms/discussions/4))
|
|
637
637
|
- LineString and Polygon types for the [Map](https://decapcms.org/docs/widgets/#map) widget
|
|
638
638
|
- [Custom widgets](https://decapcms.org/docs/custom-widgets/)
|
|
639
|
-
- [Custom editor components](https://decapcms.org/docs/custom-widgets/#registereditorcomponent): preview and multiline
|
|
639
|
+
- [Custom editor components](https://decapcms.org/docs/custom-widgets/#registereditorcomponent): preview and multiline matching ([#410](https://github.com/sveltia/sveltia-cms/issues/410))
|
|
640
640
|
- [Custom preview templates](https://decapcms.org/docs/customization/#registerpreviewtemplate) ([#51](https://github.com/sveltia/sveltia-cms/issues/51))
|
|
641
641
|
- [Event hooks](https://decapcms.org/docs/registering-events/) ([#167](https://github.com/sveltia/sveltia-cms/issues/167))
|
|
642
642
|
|
|
@@ -645,7 +645,7 @@ Due to the complexity, we have decided to defer the following features to the 2.
|
|
|
645
645
|
- [Editorial workflow](https://decapcms.org/docs/editorial-workflows/)
|
|
646
646
|
- [Open authoring](https://decapcms.org/docs/open-authoring/)
|
|
647
647
|
- [Nested collections](https://decapcms.org/docs/collection-nested/) (beta)
|
|
648
|
-
-
|
|
648
|
+
- The `media_folder` and `public_folder` options (beta) for the [File](https://decapcms.org/docs/widgets/#file) and [Image](https://decapcms.org/docs/widgets/#image) widgets ([#497](https://github.com/sveltia/sveltia-cms/issues/497))
|
|
649
649
|
|
|
650
650
|
Found a compatibility issue or other missing feature? [Let us know](https://github.com/sveltia/sveltia-cms/issues/new?type=bug). Bear in mind that undocumented behaviour can easily be overlooked.
|
|
651
651
|
|
|
@@ -1066,7 +1066,7 @@ A [folder collection](https://decapcms.org/docs/collection-folder/)’s file pat
|
|
|
1066
1066
|
- It can also contain slashes to create a nested folder structure.
|
|
1067
1067
|
- The [`slug`](https://decapcms.org/docs/configuration-options/#slug) collection option (optional)
|
|
1068
1068
|
- It defaults to `{{title}}`, which is the entry’s `title` field value’s slugified version.
|
|
1069
|
-
- It can
|
|
1069
|
+
- It can contain template tags but _cannot_ contain slashes.
|
|
1070
1070
|
- The [`extension`](https://decapcms.org/docs/configuration-options/#extension-and-format) collection option (optional)
|
|
1071
1071
|
- It defaults to `md`.
|
|
1072
1072
|
|
|
@@ -1746,10 +1746,12 @@ Due early 2026
|
|
|
1746
1746
|
- [Theming](https://github.com/sveltia/sveltia-cms/issues/29)[^262]
|
|
1747
1747
|
- [Reusable field groups](https://github.com/sveltia/sveltia-cms/discussions/463)[^263]
|
|
1748
1748
|
- Offline support[^238]
|
|
1749
|
+
- Advanced Relation fields[^242]
|
|
1750
|
+
- Cascade updates/deletes[^243]
|
|
1751
|
+
- [Quick item additions](https://github.com/sveltia/sveltia-cms/issues/493)[^266]
|
|
1752
|
+
- [Reverse reference lists](https://github.com/sveltia/sveltia-cms/discussions/416)
|
|
1749
1753
|
- [Asset collections](https://github.com/sveltia/sveltia-cms/issues/301)[^271]
|
|
1750
1754
|
- [Automatic asset file renaming with templates](https://github.com/sveltia/sveltia-cms/issues/422)[^241]
|
|
1751
|
-
- Advanced Relation fields[^242], including cascade updates/deletes[^243] and quick item additions[^266]
|
|
1752
|
-
- We’ll also implement [reverse reference lists](https://github.com/sveltia/sveltia-cms/discussions/416)
|
|
1753
1755
|
- and many more (100+ issues and discussions)
|
|
1754
1756
|
- As we mentioned in the [Project status](#project-status) section, we’re planning to solve 400+ issues in total.
|
|
1755
1757
|
- Enhancements to Sveltia CMS Additions (some may be included in v3.0):
|
|
@@ -1966,7 +1968,7 @@ This software is provided “as is” without any express or implied warranty. W
|
|
|
1966
1968
|
|
|
1967
1969
|
[^85]: Netlify/Decap CMS [#5055](https://github.com/decaporg/decap-cms/issues/5055), [#5470](https://github.com/decaporg/decap-cms/issues/5470), [#6956](https://github.com/decaporg/decap-cms/discussions/6956), [#6989](https://github.com/decaporg/decap-cms/issues/6989)
|
|
1968
1970
|
|
|
1969
|
-
[^86]: Netlify/Decap CMS [#1609](https://github.com/decaporg/decap-cms/issues/1609), [#3557](https://github.com/decaporg/decap-cms/issues/3557), [#5253](https://github.com/decaporg/decap-cms/issues/5253), [#6760](https://github.com/decaporg/decap-cms/discussions/6760), [#6901](https://github.com/decaporg/decap-cms/issues/6901)
|
|
1971
|
+
[^86]: Netlify/Decap CMS [#1609](https://github.com/decaporg/decap-cms/issues/1609), [#3557](https://github.com/decaporg/decap-cms/issues/3557), [#5253](https://github.com/decaporg/decap-cms/issues/5253), [#6760](https://github.com/decaporg/decap-cms/discussions/6760), [#6901](https://github.com/decaporg/decap-cms/issues/6901) — Looks like the fix for [#215](https://github.com/decaporg/decap-cms/issues/215) was incomplete or regressed at some point.
|
|
1970
1972
|
|
|
1971
1973
|
[^87]: Netlify/Decap CMS [#5280](https://github.com/decaporg/decap-cms/issues/5280)
|
|
1972
1974
|
|
|
@@ -2126,7 +2128,7 @@ This software is provided “as is” without any express or implied warranty. W
|
|
|
2126
2128
|
|
|
2127
2129
|
[^165]: Netlify/Decap CMS [#7143](https://github.com/decaporg/decap-cms/issues/7143)
|
|
2128
2130
|
|
|
2129
|
-
[^166]: Netlify/Decap CMS [#277](https://github.com/decaporg/decap-cms/issues/277)
|
|
2131
|
+
[^166]: Netlify/Decap CMS [#277](https://github.com/decaporg/decap-cms/issues/277), [#1500](https://github.com/decaporg/decap-cms/issues/1500)
|
|
2130
2132
|
|
|
2131
2133
|
[^167]: Netlify/Decap CMS [#263](https://github.com/decaporg/decap-cms/issues/263), [#2034](https://github.com/decaporg/decap-cms/issues/2034)
|
|
2132
2134
|
|
|
@@ -2242,7 +2244,7 @@ This software is provided “as is” without any express or implied warranty. W
|
|
|
2242
2244
|
|
|
2243
2245
|
[^223]: Netlify/Decap CMS [#7483](https://github.com/decaporg/decap-cms/issues/7483)
|
|
2244
2246
|
|
|
2245
|
-
[^224]: Netlify/Decap CMS [#7352](https://github.com/decaporg/decap-cms/issues/7352)
|
|
2247
|
+
[^224]: Netlify/Decap CMS [#7352](https://github.com/decaporg/decap-cms/issues/7352), [#7581](https://github.com/decaporg/decap-cms/issues/7581)
|
|
2246
2248
|
|
|
2247
2249
|
[^225]: Netlify/Decap CMS [#7401](https://github.com/decaporg/decap-cms/issues/7401)
|
|
2248
2250
|
|