From f26565da235a96dfd70724efd896a528a23d967a Mon Sep 17 00:00:00 2001 From: rhenck <richard.henck@iqb.hu-berlin.de> Date: Mon, 18 Oct 2021 13:01:25 +0200 Subject: [PATCH] Update editor release notes --- docs/release-notes-editor.txt | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/release-notes-editor.txt b/docs/release-notes-editor.txt index 3a22dbf66..6985691e3 100644 --- a/docs/release-notes-editor.txt +++ b/docs/release-notes-editor.txt @@ -10,9 +10,7 @@ Editor contain the same values - Reduce delay of section menu hide-effect - Add grid settings automatic sizing -- Improve deleting element via Delete key - (There are still issues with that but it is not as bad as before and - accidentally deleting elements when not in focus should not happen anymore.) +- Improve deleting elements via Delete key - Add Input Assistance property to input elements This can be activated by selecting one of the presets, which are mutually exclusive for now. @@ -22,6 +20,11 @@ Editor - Add "position" property to "always-visible" pages - [bug] Fix option elements saving value index instead of actual option string This allows duplicate (or empty) options. +- Fix TextEditor indent setting to persist when re-opening text element +- Improve TextEditor margin logic + Default margin of paragraphs is 0px. It can now read existing margin + settings. +- Make all elements non-interactable. Only the overlay can be moved and resized. 1.4.0 - New Text-Editor (based on TipTap/ProseMirror) -- GitLab