@sveltia/cms 0.60.1 → 0.60.2
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 +1 -1
- package/dist/sveltia-cms.js +72 -82
- package/dist/sveltia-cms.js.map +1 -1
- package/dist/sveltia-cms.mjs +77 -87
- package/dist/sveltia-cms.mjs.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -328,7 +328,7 @@ Sveltia CMS has been built with a multilingual architecture from the very beginn
|
|
|
328
328
|
- The Preview Pane comes with a minimal default style.[^168] It looks nice without a custom preview style or template.
|
|
329
329
|
- For better performance, the Preview Pane doesn’t use an `<iframe>`.[^179]
|
|
330
330
|
- The Preview Pane displays all fields, including each label, making it easier to see which fields are populated.
|
|
331
|
-
-
|
|
331
|
+
- Clicking a field in the Preview Pane focuses the corresponding field in the Edit Pane.[^41] It automatically expands when collapsed. This is equivalent to the misleading visual editing feature introduced in [Decap 3.6.0](https://github.com/decaporg/decap-cms/releases/tag/decap-cms%403.6.0), but you don’t need to enable it with the `editor.visualEditing` collection option.
|
|
332
332
|
- The Preview Pane doesn’t cause a scrolling issue.[^136]
|
|
333
333
|
- The Preview Pane doesn’t completely crash with a Minified React error.[^186]
|
|
334
334
|
- Provides better scroll synchronization between the panes when editing or previewing an entry.[^92]
|