From 55d53c2a9899a899d78a1c2f9b3aeb41c6a09c94 Mon Sep 17 00:00:00 2001 From: Jos de Jong Date: Tue, 24 Sep 2024 13:59:17 +0200 Subject: [PATCH] docs: fix indentation in CHANGELOG.md --- CHANGELOG.md | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7d9acb5..fb3293d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,26 +7,26 @@ All notable changes to this project will be documented in this file. See [standa ### ⚠ BREAKING CHANGES -* - The internal state is refactored. This should not give any issues except when - relying on some internal or undocumented features. -- Changed the API to consistently use `undefined` instead of `null`. This involves - properties `selection`, `onChange` (properties `contentErrors and `patchResult`), - `onRenderContextMenu` (property `selection`), `onSelect`, and methods `validate`, - and `select`. -- Old deprecation messages are removed. -- The API of the `expand` function is changed from `expand(callback)` to - `expand(path, callback)`, and can't be used anymore for collapsing nodes. Instead, - use the `collapse(path)` method for that. -- The property `edit` is removed from the types `KeySelection` and `ValueSelection`, - and two new types `EditKeySelection` and `EditValueSelection` are added. -- The helper functions `createKeySelection` and `createValueSelection` are changed, - argument `edit` is removed, and two new helper functions `createEditKeySelection` - and `createEditValueSelection` are added. -- The API of the component `EditableValue` requires an additional property `selection`. -- Some of the class names related to selection highlighting are moved/changed. -- The default query language is changed to `jsonquery`. -- The vanilla editor needs to be instantiated using `createJSONEditor(...)` instead - of `new JSONEditor(...)` in preparation for the upgrade to Svelte 5. +* The internal state is refactored. This should not give any issues except when + relying on some internal or undocumented features. +* Changed the API to consistently use `undefined` instead of `null`. This involves + properties `selection`, `onChange` (properties `contentErrors and `patchResult`), + `onRenderContextMenu` (property `selection`), `onSelect`, and methods `validate`, + and `select`. +* Old deprecation messages are removed. +* The API of the `expand` function is changed from `expand(callback)` to + `expand(path, callback)`, and can't be used anymore for collapsing nodes. Instead, + se the `collapse(path)` method for that. +* The property `edit` is removed from the types `KeySelection` and `ValueSelection`, + and two new types `EditKeySelection` and `EditValueSelection` are added. +* The helper functions `createKeySelection` and `createValueSelection` are changed, + argument `edit` is removed, and two new helper functions `createEditKeySelection` + and `createEditValueSelection` are added. +* The API of the component `EditableValue` requires an additional property `selection`. +* Some of the class names related to selection highlighting are moved/changed. +* The default query language is changed to `jsonquery`. +* The vanilla editor needs to be instantiated using `createJSONEditor(...)` instead + of `new JSONEditor(...)` in preparation for the upgrade to Svelte 5. ### Features