Skip to content
Snippets Groups Projects
Commit f26565da authored by rhenck's avatar rhenck
Browse files

Update editor release notes

parent 25680255
No related branches found
No related tags found
No related merge requests found
...@@ -10,9 +10,7 @@ Editor ...@@ -10,9 +10,7 @@ Editor
contain the same values contain the same values
- Reduce delay of section menu hide-effect - Reduce delay of section menu hide-effect
- Add grid settings automatic sizing - Add grid settings automatic sizing
- Improve deleting element via Delete key - Improve deleting elements 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.)
- Add Input Assistance property to input elements - Add Input Assistance property to input elements
This can be activated by selecting one of the presets, which are mutually This can be activated by selecting one of the presets, which are mutually
exclusive for now. exclusive for now.
...@@ -22,6 +20,11 @@ Editor ...@@ -22,6 +20,11 @@ Editor
- Add "position" property to "always-visible" pages - Add "position" property to "always-visible" pages
- [bug] Fix option elements saving value index instead of actual option string - [bug] Fix option elements saving value index instead of actual option string
This allows duplicate (or empty) options. 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 1.4.0
- New Text-Editor (based on TipTap/ProseMirror) - New Text-Editor (based on TipTap/ProseMirror)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment