@sveltia/cms 0.95.0 → 0.96.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
@@ -94,7 +94,8 @@ Welcome to the only Netlify CMS successor you can trust!
94
94
  - [Roadmap](#roadmap)
95
95
  - [v1.0](#v10)
96
96
  - [v2.0](#v20)
97
- - [Future](#future)
97
+ - [v3.0](#v30)
98
+ - [TBD](#tbd)
98
99
  - [Trivia](#trivia)
99
100
  - [Related links](#related-links)
100
101
  - [As seen on](#as-seen-on)
@@ -135,8 +136,9 @@ Sveltia CMS is currently in **beta** and version 1.0 (GA) is expected to ship in
135
136
  While we fix reported bugs as quickly as possible, usually within 24 hours, our overall progress may be slower than you think. The thing is, it’s not just a personal project of [@kyoshino](https://github.com/kyoshino), but also a complicated system involving various kinds of activities that require considerable effort:
136
137
 
137
138
  - Ensuring substantial [compatibility with Netlify/Decap CMS](#current-limitations)
139
+ - Providing partial [compatibility with Static CMS](#compatibility-with-static-cms)
138
140
  - Tackling as many [Netlify/Decap CMS issues](https://github.com/decaporg/decap-cms/issues) as possible
139
- - So far, 240+ issues, or 505+ if including duplicates, have been effectively solved in Sveltia CMS (Yes, you read it right)
141
+ - So far, 245+ issues, or 515+ if including duplicates, have been effectively solved in Sveltia CMS (Yes, you read it right)
140
142
  - Target:
141
143
  - 250 issues, or 500 if including duplicates, by GA — Almost there!
142
144
  - 400 issues, or 800 if including duplicates, in the future 💪
@@ -150,7 +152,7 @@ While we fix reported bugs as quickly as possible, usually within 24 hours, our
150
152
  - Responding to requests from the maintainer’s clients
151
153
  - Making the code clean and maintainable
152
154
 
153
- ![240 Netlify/Decap CMS issues solved in Sveltia CMS](https://raw.githubusercontent.com/sveltia/sveltia-cms/main/docs/headline-1.webp?20250729)<br>
155
+ ![245 Netlify/Decap CMS issues solved in Sveltia CMS](https://raw.githubusercontent.com/sveltia/sveltia-cms/main/docs/headline-1.webp?20250808)<br>
154
156
 
155
157
  ## Differentiators
156
158
 
@@ -166,12 +168,12 @@ Note: This lengthy section compares Sveltia CMS with both Netlify CMS and Decap
166
168
  - Offers a modern, intuitive user interface that utilizes the full viewport,[^178] inspired in part by the Netlify CMS v3 prototype.[^1][^211][^212][^213][^214]
167
169
  - Provides immersive dark mode.[^2] The UI theme follows the user’s system preference by default and can be changed in the application settings.
168
170
  - Users can easily manage content on-the-go with mobile and tablet support.[^18][^215]
169
- - For a smoother experience, we even go beyond responsive design with optimized navigation, [view transitions](https://developer.chrome.com/docs/web-platform/view-transitions), larger buttons, and other tweaks. However, there are still rough edges, and we are working to fully optimize the app for small screens and touch devices.
171
+ - For a smoother experience, we even go beyond responsive design with optimized navigation, floating action buttons, smooth [view transitions](https://developer.chrome.com/docs/web-platform/view-transitions), larger buttons, and other tweaks. We’ll continue to fully optimize the app for small screens and touch devices.
170
172
  - If you’re already signed in on your desktop, open the Account menu in the top right corner of the CMS, click Sign In with Mobile, and scan the QR code for passwordless sign-in. Your settings will be automatically copied.
171
173
  - Sveltia CMS loads all entries at startup. We don’t support backends that cannot retrieve multiple entries at once. This deliberate design choice improves performance and UX by enabling instant full-text searches, fast and powerful relation fields, and linking between assets and entries.
172
174
  - Made with [Svelte](https://svelte.dev/), not React, means we can spend more time on UX rather than tedious state management. It also allows us to avoid common fatal React application crashes.[^113][^129] Best of all, Svelte offers great performance.
173
175
  - Other crashes in Netlify/Decap CMS are also irrelevant to us, making Sveltia CMS much more stable.[^112][^203][^204][^260]
174
- - We build [our own UI component library](https://github.com/sveltia/sveltia-ui), including custom dialogs, to ensure optimal usability without compromising accessibility.[^196][^205][^206][^207][^208][^209][^210]
176
+ - We build [our own UI component library](https://github.com/sveltia/sveltia-ui), including custom dialogs, to ensure optimal usability without compromising accessibility.[^277][^196][^205][^206][^207][^208][^209][^210]
175
177
  - Users can personalize the application with various settings, including appearance and language. Developer Mode can also be enabled, which enables certain features and displays the CMS version number.[^270]
176
178
  - Never miss out on the latest features and bug fixes by being notified when an update to the CMS is available.[^31] Then update to the latest version with a single click.[^66]
177
179
  <!-- - The in-app Help menu provides all links to useful resources, including release notes, feedback and support. -->
@@ -306,12 +308,12 @@ Sveltia CMS has been built with a multilingual architecture from the very beginn
306
308
  - Provides some new options, including:
307
309
  - `icon`: [Choose a custom icon for each collection](#using-a-custom-icon-for-a-collection).[^3]
308
310
  - The option can also be used for individual files within a file collection. The specified icon will then appear in the file list.
309
- - `thumbnail`: Specify the field name for a thumbnail displayed on the entry list, like `thumbnail: featuredImage`.[^130]
311
+ - `thumbnail`: Specify the field name for a thumbnail displayed on the entry list, like `thumbnail: featuredImage`.
310
312
  - A nested field can be specified using dot notation, e.g. `heroImage.src`.
311
313
  - A wildcard in the field name is also supported, e.g. `images.*.src`.
312
314
  - Multiple field names can be specified as an array for fallback purpose, e.g. `[thumbnail, cover]`.
313
315
  - Occasionally, you may not have suitable images for thumbnails. For example, your images may have subtle differences or varied aspect ratios. In that case, you can disable the thumbnail with `thumbnail: []`.
314
- - If this option is omitted, any non-nested, non-empty Image or File field will be used.[^173]
316
+ - If this option is omitted, any non-nested, non-empty Image or File field will be used.[^173] Sveltia CMS doesn’t have [hardcoded inference fields](https://github.com/decaporg/decap-cms/blob/899dba82d1f396260e0f84c6977c1d2aee809b59/packages/decap-cms-core/src/constants/fieldInference.tsx#L64-L72).[^130]
315
317
  - `limit`: Specify the maximum number of entries that can be created in a folder collection.[^185]
316
318
  - `divider`: [Add dividers to the collection list](#adding-dividers-to-the-collection-list).
317
319
  - Enhancements to the entry `filter` option for folder collections:
@@ -321,7 +323,7 @@ Sveltia CMS has been built with a multilingual architecture from the very beginn
321
323
  - `pattern` can be used instead of `value` to provide a regular expression, just like the `view_filters` collection option.[^153]
322
324
  - Enhancements to [summary string transformations](https://decapcms.org/docs/summary-strings/):
323
325
  - Transformations can be used in more places than just the collection `summary`:
324
- - The `slug` and `preview_path` collection options[^29]
326
+ - The `slug`, `path` and `preview_path` collection options[^29][^276]
325
327
  - The `summary` field option for the List and Object widgets
326
328
  - The `default` transformation accepts a template tag like `{{fields.slug | default('{{fields.title}}')}}`, making it possible to fall back to a different field value. ([Discussion](https://github.com/sveltia/sveltia-cms/issues/345))
327
329
  - The `date` transformation supports the time zone argument. The only available value is `utc`, which converts a date to UTC. This is useful if the specified DateTime field is local, but you want to force UTC in the entry slug, e.g. `{{date | date('YYYYMMDD-HHmm', 'utc')}}`. ([Discussion](https://github.com/sveltia/sveltia-cms/issues/278#issuecomment-2565313420))
@@ -402,7 +404,7 @@ Sveltia CMS has been built with a multilingual architecture from the very beginn
402
404
  - In other words, in Sveltia CMS, `required: false` makes data input optional, but doesn’t make data output optional.
403
405
  - To omit empty optional fields from data output, use `omit_empty_optional_fields: true` in the [data output options](#controlling-data-output). This is useful if you have data type validations that expect `undefined`.[^156]
404
406
  - JSON/TOML/YAML data is saved with a new line at the end of the file to prevent unnecessary changes being made to the file.[^11]
405
- - Leading/trailing whitespaces in text-type field values are automatically removed when you save an entry.[^37]
407
+ - Leading/trailing whitespaces in text-type field values are automatically removed when you save an entry.[^37] No option is required to trim the values.[^275]
406
408
  - YAML string folding (maximum line width) is disabled, mainly for framework compatibility.[^119]
407
409
  - A standard time is formatted as `HH:mm:ss` instead of `HH:mm` for framework compatibility.
408
410
  - DateTime field values in ISO 8601 format are stored in native date/time format instead of quoted strings when the data output is TOML.[^147]
@@ -449,7 +451,7 @@ Sveltia CMS supports all the [built-in widgets](https://decapcms.org/docs/widget
449
451
  - Users can preview variable types without having to register a preview template.[^42]
450
452
  - 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.
451
453
  - A collapsed List field will not display a programmatic summary like `List [ Map { "key": "value" } ]` if the `summary` option is not set.[^183]
452
- - The `allow_remove` option can be used to prevent users from removing items in a List field.[^272]
454
+ - The `allow_remove` and `allow_reorder` options can be used to prevent users from removing items and reordering them, respectively.[^272]
453
455
  - Map
454
456
  - A search bar enables users to quickly locate a specific place on the map.[^252]
455
457
  - With the [Geolocation API](https://developer.mozilla.org/en-US/docs/Web/API/Geolocation_API), users can get their current location with one click.
@@ -592,8 +594,8 @@ However, 100% feature parity is never planned, and some features are still missi
592
594
  ### Features not to be implemented
593
595
 
594
596
  - **Azure and Bitbucket backends**: For performance reasons. We’ll support these platforms if their APIs improve to allow the CMS to fetch multiple entries at once.
595
- - **Git Gateway backend**: Also for performance reasons. [Git Gateway](https://github.com/netlify/git-gateway) has not been actively maintained since Netlify CMS was abandoned, and it’s known to be slow and prone to rate limit violations. We plan to develop a GraphQL-based high-performance alternative in the future.
596
- - **Netlify Identity Widget**: It’s not useful without Git Gateway, and the Netlify Identity service itself is now [deprecated](https://www.netlify.com/changelog/deprecation-netlify-identity/). We plan to develop an alternative solution with role support in the future, most likely using [Cloudflare Workers](https://workers.cloudflare.com/) and [Auth.js](https://authjs.dev/).
597
+ - **Git Gateway backend**: Also for performance reasons. [Git Gateway](https://github.com/netlify/git-gateway) has not been actively maintained since Netlify CMS was abandoned, and it’s known to be slow and prone to rate limit violations. We plan to develop a GraphQL-based high-performance alternative [in the future](#roadmap).
598
+ - **Netlify Identity Widget**: It’s not useful without Git Gateway, and the Netlify Identity service itself is now [deprecated](https://www.netlify.com/changelog/deprecation-netlify-identity/). We plan to develop an alternative solution with role support [in the future](#roadmap), most likely using [Cloudflare Workers](https://workers.cloudflare.com/) and [Auth.js](https://authjs.dev/).
597
599
  - The deprecated client-side implicit grant for the GitLab backend: It has already been [removed from GitLab 15.0](https://gitlab.com/gitlab-org/gitlab/-/issues/344609). Use the client-side PKCE authorization instead.
598
600
  - The deprecated Netlify Large Media service: Consider other storage providers.
599
601
  - Deprecated camel case configuration options: Use snake case instead, according to the current Decap CMS document.
@@ -642,9 +644,10 @@ Found a compatibility issue or other missing feature? [Let us know](https://gith
642
644
 
643
645
  Sveltia CMS provides partial compatibility with [Static CMS](https://github.com/StaticJsCMS/static-cms), a now-defunct fork of Netlify CMS. Since Static CMS was archived some time ago, we don’t plan to implement additional compatibility beyond what’s listed below. However, we may still adopt some of their features that we find useful.
644
646
 
647
+ Static CMS made [some breaking changes](https://staticjscms.netlify.app/docs/decap-migration-guide) while Sveltia CMS mostly follows Netlify/Decap CMS, so you should review your configuration carefully.
648
+
645
649
  - Configuration options
646
- - Static CMS made [some breaking changes](https://staticjscms.netlify.app/docs/decap-migration-guide) to view filters/groups, List widget, etc. while Sveltia CMS follows Netlify/Decap CMS, so you should review your configuration carefully.
647
- - The [`sortable_fields`](#specifying-default-sort-field-and-direction), `view_filters` and `view_groups` options with the new `default` option are supported in Sveltia CMS.
650
+ - Sveltia CMS supports the [`sortable_fields`](#specifying-default-sort-field-and-direction), `view_filters` and `view_groups` options with the new `default` option. We still support the legacy Netlify/Decap CMS format as well, so you can use [either format](https://staticjscms.netlify.app/docs/decap-migration-guide#sortable-fields) for these options.
648
651
  - Directory navigation in the Asset Library is partially supported in Sveltia CMS. If you define [collection-specific `media_folder`s](#using-a-custom-media-folder-for-a-collection), these folders will be displayed in the Asset Library and Select File/Image dialog. Display of subfolders within a configured folder will be implemented before GA. We don’t plan to support the `folder_support` and `display_in_navigation` options for `media_library`; subfolders will be displayed with no configuration. ([#301](https://github.com/sveltia/sveltia-cms/issues/301))
649
652
  - The `logo_link` global option will not be supported. Use `display_url` or `site_url` instead.
650
653
  - The `yaml` global option will not be supported, as Sveltia CMS doesn’t expose the underlying `yaml` library options for forward compatibility reasons. However, we do have some [data output options](#controlling-data-output), including YAML indentation and quotes.
@@ -652,10 +655,11 @@ Sveltia CMS provides partial compatibility with [Static CMS](https://github.com/
652
655
  - The `enforce_required_non_default` i18n option will not be supported. Sveitia CMS enforces required fields in all locales by default. However, the `save_all_locales` or `initial_locales` i18n option allows users to [disable non-default locales](#disabling-non-default-locale-content) if needed. Developers can also specify a subset of locales with the `required` field option, e.g. `required: [en]`.
653
656
  - Widgets
654
657
  - The date/time format options for the DateTime widget are **not compatible** since Static CMS [switched to date-fns](https://staticjscms.netlify.app/docs/decap-migration-guide#dates) while Sveltia CMS continues to use Moment.js (and will soon switch to Day.js). Update your formats accordingly.
655
- - The KeyValue widget is implemented in Sveltia CMS with the same options.
656
- - The UUID widget is also implemented, but with different options.
658
+ - The [KeyValue widget](#new-widgets) is implemented in Sveltia CMS with the same options.
659
+ - The [UUID widget](#new-widgets) is also implemented, but with different options.
657
660
  - The `prefix` and `suffix` options for the Boolean, Number and String widgets are implemented as `before_input` and `after_input` in Sveltia CMS, respectively. Our `prefix` and `suffix` options for the String widget are literally a prefix and suffix to the value.
658
661
  - The `multiple` option for the File and Image widgets will be implemented in Sveltia CMS before GA. ([#10](https://github.com/sveltia/sveltia-cms/issues/10))
662
+ - The [breaking change to the List widget](https://staticjscms.netlify.app/docs/decap-migration-guide#list-widget) doesn’t apply to Sveltia CMS. You must use the `field` (singular) option to produce a single subfield with [no `name` output](#understanding-exceptions-in-data-output).
659
663
  - Customization
660
664
  - `CMS.registerIcon()` will not be supported, as Sveltia CMS includes the Material Symbols font for [custom collection icons](#using-a-custom-icon-for-a-collection) that doesn’t require manual registration.
661
665
 
@@ -1366,7 +1370,7 @@ output:
1366
1370
 
1367
1371
  Content is generally saved as key-value pairs in a file, where the key is the field name and the value is the field value. However, there are some exceptions you should be aware of.
1368
1372
 
1369
- If the format is front matter, the `body` field is saved outside of the front matter block, as briefly explained in the [Decap CMS documentation](https://decapcms.org/docs/configuration-options/):
1373
+ If the format is front matter, the `body` field is saved outside of the front matter block, as briefly explained in the [Decap CMS documentation](https://decapcms.org/docs/configuration-options/#extension-and-format):
1370
1374
 
1371
1375
  ```yaml
1372
1376
  ---
@@ -1418,10 +1422,10 @@ There are two exceptional cases for the List widget:
1418
1422
  instead of an array of objects:
1419
1423
  ```yaml
1420
1424
  images:
1421
- - name: https://example.com/image1.jpg
1422
- - name: https://example.com/image2.jpg
1425
+ - image: https://example.com/image1.jpg
1426
+ - image: https://example.com/image2.jpg
1423
1427
  ```
1424
- This is not mentioned in the [Decap CMS documentation](https://decapcms.org/docs/widgets/#list), but it’s a known behaviour. If you expect the latter, you can use the `fields` (plural) option to define a single field:
1428
+ This is not mentioned in the [Decap CMS document](https://decapcms.org/docs/widgets/#list), but it’s a known behaviour. If you expect the latter, you can use the `fields` (plural) option to define a single field:
1425
1429
  ```yaml
1426
1430
  - name: images
1427
1431
  label: Images
@@ -1645,33 +1649,37 @@ Due late 2025
1645
1649
 
1646
1650
  Due early 2026
1647
1651
 
1648
- - Implementing [a few deferred Netlify/Decap CMS features](#current-limitations), including editorial workflow and nested collections
1652
+ - Implementing [a few deferred Netlify/Decap CMS features](#current-limitations), including editorial workflow and nested collections, while addressing a number of bugs in their implementations
1649
1653
  - Tackling even more Netlify/Decap CMS issues:
1650
1654
  - [Manual entry sorting](https://github.com/sveltia/sveltia-cms/issues/214)[^125]
1651
1655
  - [Directory navigation in the Asset Library](https://github.com/sveltia/sveltia-cms/issues/420)[^240]
1652
- - [Asset collections](https://github.com/sveltia/sveltia-cms/issues/301)[^271]
1653
- - [Automatic asset file renaming with templates](https://github.com/sveltia/sveltia-cms/issues/422)[^241]
1654
- - Advanced Relation fields[^242], including cascade updates/deletes[^243] and quick item additions[^266]
1655
- - We’ll also implement [reverse reference lists](https://github.com/sveltia/sveltia-cms/discussions/416)
1656
- - (some of them may be included in v1.0)
1657
1656
  - End-user documentation
1658
1657
 
1659
- ### Future
1660
-
1661
- - Tackling many of the remaining Netlify/Decap CMS issues:
1662
- - MDX support[^122]
1663
- - [Saving drafts without editorial workflow](https://github.com/sveltia/sveltia-cms/discussions/440)[^261]
1664
- - [Tables in Markdown](https://github.com/sveltia/sveltia-cms/issues/455)[^256]
1665
- - [Config editor](https://github.com/sveltia/sveltia-cms/discussions/452)[^10]
1666
- - [Theming](https://github.com/sveltia/sveltia-cms/issues/29)[^262]
1667
- - [Reusable field groups](https://github.com/sveltia/sveltia-cms/discussions/463)[^263]
1668
- - Offline support[^238]
1669
- - and other [top-voted features](https://github.com/decaporg/decap-cms/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc)
1670
- - (some of them may be included in v2.0)
1671
- - **Sveltia CMS Additions**: edge functions for Cloudflare Workers and possibly other platforms that provide features that cannot be implemented client-side:
1658
+ ### v3.0
1659
+
1660
+ - **Sveltia CMS Additions**: Edge functions for Cloudflare Workers and possibly other platforms that provide features that cannot be implemented client-side:
1672
1661
  - User management (Netlify Identity alternative) with roles[^23]
1673
1662
  - Sign-in without a Git service account (Git Gateway alternative)
1674
- - Post locking (like [WordPress](https://codex.wordpress.org/Post_Locking))[^166]
1663
+ - Contributor documentation
1664
+
1665
+ ### TBD
1666
+
1667
+ - Tackling most of the remaining Netlify/Decap CMS issues (some may be included in v2.0 or v3.0):
1668
+ - Their [top-voted features](https://github.com/decaporg/decap-cms/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc), including:
1669
+ - MDX support[^122]
1670
+ - [Saving drafts without editorial workflow](https://github.com/sveltia/sveltia-cms/discussions/440)[^261]
1671
+ - [Tables in Markdown](https://github.com/sveltia/sveltia-cms/issues/455)[^256]
1672
+ - [Config editor](https://github.com/sveltia/sveltia-cms/discussions/452)[^10]
1673
+ - [Theming](https://github.com/sveltia/sveltia-cms/issues/29)[^262]
1674
+ - [Reusable field groups](https://github.com/sveltia/sveltia-cms/discussions/463)[^263]
1675
+ - Offline support[^238]
1676
+ - [Asset collections](https://github.com/sveltia/sveltia-cms/issues/301)[^271]
1677
+ - [Automatic asset file renaming with templates](https://github.com/sveltia/sveltia-cms/issues/422)[^241]
1678
+ - Advanced Relation fields[^242], including cascade updates/deletes[^243] and quick item additions[^266]
1679
+ - We’ll also implement [reverse reference lists](https://github.com/sveltia/sveltia-cms/discussions/416)
1680
+ - and many more (100+ issues and discussions)
1681
+ - Enhancements to Sveltia CMS Additions (some may be included in v3.0):
1682
+ - Post locking[^166] (like [WordPress](https://codex.wordpress.org/Post_Locking))
1675
1683
  - Scheduled posts[^167]
1676
1684
  - Credential management for service API keys, deploy hook URL, etc.
1677
1685
  - Proxy for services that don’t support [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/Guides/CORS):
@@ -1682,11 +1690,13 @@ Due early 2026
1682
1690
  - View, compare and restore revisions (like [WordPress](https://wordpress.com/support/page-post-revisions/))
1683
1691
  - More integration options: stock photos, stock videos, cloud storage providers, translation services, maps, analytics tools, etc.
1684
1692
  - AI integrations for image generation, content writing, translation, etc.
1685
- - Search enhancements
1693
+ - Search enhancements:
1694
+ - Customizable search fields[^274]
1695
+ - Advanced search options
1696
+ - [Fuzzy search](https://www.fusejs.io/)
1686
1697
  - Advanced digital asset management (DAM) features, including image editing and tagging[^114]
1687
- - Marketplace for custom widgets, etc.
1698
+ - Marketplace for custom widgets, etc.[^273]
1688
1699
  - Official starter templates for the most popular frameworks, including SvelteKit and Next.js
1689
- - Contributor documentation
1690
1700
  - and so much more!
1691
1701
 
1692
1702
  ## Trivia
@@ -1751,7 +1761,7 @@ This software is provided “as is” without any express or implied warranty. W
1751
1761
 
1752
1762
  [^22]: Netlify/Decap CMS [#3615](https://github.com/decaporg/decap-cms/issues/3615), [#4069](https://github.com/decaporg/decap-cms/issues/4069), [#5097](https://github.com/decaporg/decap-cms/issues/5097), [#6642](https://github.com/decaporg/decap-cms/issues/6642)
1753
1763
 
1754
- [^23]: Netlify/Decap CMS [#2](https://github.com/decaporg/decap-cms/issues/2)
1764
+ [^23]: Netlify/Decap CMS [#2](https://github.com/decaporg/decap-cms/issues/2), [#2319](https://github.com/decaporg/decap-cms/issues/2319), [#6216](https://github.com/decaporg/decap-cms/discussions/6216), [#6933](https://github.com/decaporg/decap-cms/discussions/6933)
1755
1765
 
1756
1766
  [^24]: Netlify/Decap CMS [#6831](https://github.com/decaporg/decap-cms/issues/6831)
1757
1767
 
@@ -1877,7 +1887,7 @@ This software is provided “as is” without any express or implied warranty. W
1877
1887
 
1878
1888
  [^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)
1879
1889
 
1880
- [^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), [#6759](https://github.com/decaporg/decap-cms/issues/6759), [#6901](https://github.com/decaporg/decap-cms/issues/6901)
1890
+ [^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)
1881
1891
 
1882
1892
  [^87]: Netlify/Decap CMS [#5280](https://github.com/decaporg/decap-cms/issues/5280)
1883
1893
 
@@ -1929,9 +1939,9 @@ This software is provided “as is” without any express or implied warranty. W
1929
1939
 
1930
1940
  [^111]: Netlify/Decap CMS [#7190](https://github.com/decaporg/decap-cms/issues/7190), [#7218](https://github.com/decaporg/decap-cms/issues/7218), [#7392](https://github.com/decaporg/decap-cms/issues/7392)
1931
1941
 
1932
- [^112]: Netlify/Decap CMS [#5815](https://github.com/decaporg/decap-cms/issues/5815), [#6522](https://github.com/decaporg/decap-cms/issues/6522), [#6532](https://github.com/decaporg/decap-cms/issues/6532), [#6588](https://github.com/decaporg/decap-cms/issues/6588), [#6617](https://github.com/decaporg/decap-cms/issues/6617), [#6640](https://github.com/decaporg/decap-cms/issues/6640), [#6663](https://github.com/decaporg/decap-cms/issues/6663), [#6695](https://github.com/decaporg/decap-cms/issues/6695), [#6697](https://github.com/decaporg/decap-cms/issues/6697), [#6764](https://github.com/decaporg/decap-cms/issues/6764), [#6765](https://github.com/decaporg/decap-cms/issues/6765), [#6835](https://github.com/decaporg/decap-cms/issues/6835), [#6983](https://github.com/decaporg/decap-cms/issues/6983), [#7205](https://github.com/decaporg/decap-cms/issues/7205), [#7450](https://github.com/decaporg/decap-cms/issues/7450), [#7453](https://github.com/decaporg/decap-cms/issues/7453)
1942
+ [^112]: Netlify/Decap CMS [#5815](https://github.com/decaporg/decap-cms/issues/5815), [#6522](https://github.com/decaporg/decap-cms/issues/6522), [#6532](https://github.com/decaporg/decap-cms/issues/6532), [#6588](https://github.com/decaporg/decap-cms/issues/6588), [#6617](https://github.com/decaporg/decap-cms/issues/6617), [#6640](https://github.com/decaporg/decap-cms/issues/6640), [#6663](https://github.com/decaporg/decap-cms/issues/6663), [#6695](https://github.com/decaporg/decap-cms/issues/6695), [#6697](https://github.com/decaporg/decap-cms/issues/6697), [#6764](https://github.com/decaporg/decap-cms/issues/6764), [#6765](https://github.com/decaporg/decap-cms/issues/6765), [#6835](https://github.com/decaporg/decap-cms/issues/6835), [#6983](https://github.com/decaporg/decap-cms/issues/6983), [#7205](https://github.com/decaporg/decap-cms/issues/7205), [#7450](https://github.com/decaporg/decap-cms/issues/7450), [#7453](https://github.com/decaporg/decap-cms/issues/7453), [#7572](https://github.com/decaporg/decap-cms/issues/7572)
1933
1943
 
1934
- [^113]: Netlify/Decap CMS [#5656](https://github.com/decaporg/decap-cms/issues/5656), [#5837](https://github.com/decaporg/decap-cms/issues/5837), [#5972](https://github.com/decaporg/decap-cms/issues/5972), [#6476](https://github.com/decaporg/decap-cms/issues/6476), [#6516](https://github.com/decaporg/decap-cms/issues/6516), [#6930](https://github.com/decaporg/decap-cms/issues/6930), [#7080](https://github.com/decaporg/decap-cms/issues/7080), [#7105](https://github.com/decaporg/decap-cms/issues/7105), [#7106](https://github.com/decaporg/decap-cms/issues/7106), [#7119](https://github.com/decaporg/decap-cms/issues/7119), [#7176](https://github.com/decaporg/decap-cms/issues/7176), [#7194](https://github.com/decaporg/decap-cms/issues/7194), [#7244](https://github.com/decaporg/decap-cms/issues/7244), [#7278](https://github.com/decaporg/decap-cms/issues/7278), [#7301](https://github.com/decaporg/decap-cms/issues/7301), [#7342](https://github.com/decaporg/decap-cms/issues/7342), [#7348](https://github.com/decaporg/decap-cms/issues/7348), [#7354](https://github.com/decaporg/decap-cms/issues/7354), [#7376](https://github.com/decaporg/decap-cms/issues/7376), [#7408](https://github.com/decaporg/decap-cms/issues/7408), [#7412](https://github.com/decaporg/decap-cms/issues/7412), [#7413](https://github.com/decaporg/decap-cms/issues/7413), [#7422](https://github.com/decaporg/decap-cms/issues/7422), [#7427](https://github.com/decaporg/decap-cms/issues/7427), [#7434](https://github.com/decaporg/decap-cms/issues/7434), [#7438](https://github.com/decaporg/decap-cms/issues/7438), [#7454](https://github.com/decaporg/decap-cms/issues/7454), [#7464](https://github.com/decaporg/decap-cms/issues/7464), [#7471](https://github.com/decaporg/decap-cms/issues/7471), [#7485](https://github.com/decaporg/decap-cms/issues/7485), [#7499](https://github.com/decaporg/decap-cms/issues/7499), [#7515](https://github.com/decaporg/decap-cms/issues/7515), [#7564](https://github.com/decaporg/decap-cms/issues/7564) — These `removeChild` crashes are common in React apps, likely caused by a [browser extension](https://github.com/facebook/react/issues/17256) or [Google Translate](https://github.com/facebook/react/issues/11538).
1944
+ [^113]: Netlify/Decap CMS [#5656](https://github.com/decaporg/decap-cms/issues/5656), [#5837](https://github.com/decaporg/decap-cms/issues/5837), [#5972](https://github.com/decaporg/decap-cms/issues/5972), [#6476](https://github.com/decaporg/decap-cms/issues/6476), [#6516](https://github.com/decaporg/decap-cms/issues/6516), [#6930](https://github.com/decaporg/decap-cms/issues/6930), [#7080](https://github.com/decaporg/decap-cms/issues/7080), [#7105](https://github.com/decaporg/decap-cms/issues/7105), [#7106](https://github.com/decaporg/decap-cms/issues/7106), [#7119](https://github.com/decaporg/decap-cms/issues/7119), [#7176](https://github.com/decaporg/decap-cms/issues/7176), [#7194](https://github.com/decaporg/decap-cms/issues/7194), [#7244](https://github.com/decaporg/decap-cms/issues/7244), [#7278](https://github.com/decaporg/decap-cms/issues/7278), [#7301](https://github.com/decaporg/decap-cms/issues/7301), [#7342](https://github.com/decaporg/decap-cms/issues/7342), [#7348](https://github.com/decaporg/decap-cms/issues/7348), [#7354](https://github.com/decaporg/decap-cms/issues/7354), [#7376](https://github.com/decaporg/decap-cms/issues/7376), [#7408](https://github.com/decaporg/decap-cms/issues/7408), [#7412](https://github.com/decaporg/decap-cms/issues/7412), [#7413](https://github.com/decaporg/decap-cms/issues/7413), [#7422](https://github.com/decaporg/decap-cms/issues/7422), [#7427](https://github.com/decaporg/decap-cms/issues/7427), [#7434](https://github.com/decaporg/decap-cms/issues/7434), [#7438](https://github.com/decaporg/decap-cms/issues/7438), [#7454](https://github.com/decaporg/decap-cms/issues/7454), [#7464](https://github.com/decaporg/decap-cms/issues/7464), [#7471](https://github.com/decaporg/decap-cms/issues/7471), [#7485](https://github.com/decaporg/decap-cms/issues/7485), [#7499](https://github.com/decaporg/decap-cms/issues/7499), [#7515](https://github.com/decaporg/decap-cms/issues/7515), [#7564](https://github.com/decaporg/decap-cms/issues/7564), [#7571](https://github.com/decaporg/decap-cms/issues/7571) — These `removeChild` crashes are common in React apps, likely caused by a [browser extension](https://github.com/facebook/react/issues/17256) or [Google Translate](https://github.com/facebook/react/issues/11538).
1935
1945
 
1936
1946
  [^114]: Netlify/Decap CMS [#5029](https://github.com/decaporg/decap-cms/issues/5029), [#5048](https://github.com/decaporg/decap-cms/issues/5048)
1937
1947
 
@@ -2139,7 +2149,7 @@ This software is provided “as is” without any express or implied warranty. W
2139
2149
 
2140
2150
  [^216]: Netlify/Decap CMS [#1345](https://github.com/decaporg/decap-cms/issues/1345)
2141
2151
 
2142
- [^217]: Netlify/Decap CMS [#5467](https://github.com/decaporg/decap-cms/issues/5467)
2152
+ [^217]: Netlify/Decap CMS [#5467](https://github.com/decaporg/decap-cms/issues/5467), [#6505](https://github.com/decaporg/decap-cms/discussions/6505)
2143
2153
 
2144
2154
  [^218]: Netlify/Decap CMS [#978](https://github.com/decaporg/decap-cms/issues/978)
2145
2155
 
@@ -2250,3 +2260,13 @@ This software is provided “as is” without any express or implied warranty. W
2250
2260
  [^271]: Netlify/Decap CMS [#1046](https://github.com/decaporg/decap-cms/issues/1046)
2251
2261
 
2252
2262
  [^272]: Netlify/Decap CMS [#4702](https://github.com/decaporg/decap-cms/issues/4702)
2263
+
2264
+ [^273]: Netlify/Decap CMS [#919](https://github.com/decaporg/decap-cms/issues/919), [#936](https://github.com/decaporg/decap-cms/issues/936), [#1286](https://github.com/decaporg/decap-cms/issues/1286), [#1288](https://github.com/decaporg/decap-cms/issues/1288), [#1400](https://github.com/decaporg/decap-cms/issues/1400)
2265
+
2266
+ [^274]: Netlify/Decap CMS [#549](https://github.com/decaporg/decap-cms/issues/549)
2267
+
2268
+ [^275]: Netlify/Decap CMS [#4762](https://github.com/decaporg/decap-cms/pull/4762)
2269
+
2270
+ [^276]: Netlify/Decap CMS [#6806](https://github.com/decaporg/decap-cms/discussions/6806)
2271
+
2272
+ [^277]: Netlify/Decap CMS [#86](https://github.com/decaporg/decap-cms/issues/86)