From 241a44c8ca764df4988a247af85a371a17f4c08d Mon Sep 17 00:00:00 2001 From: rhenck <richard.henck@iqb.hu-berlin.de> Date: Fri, 17 Dec 2021 17:36:43 +0100 Subject: [PATCH] Update editor to 1.19.0 --- docs/release-notes-editor.txt | 25 +++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/docs/release-notes-editor.txt b/docs/release-notes-editor.txt index 602369f5e..f0b6f0990 100644 --- a/docs/release-notes-editor.txt +++ b/docs/release-notes-editor.txt @@ -1,5 +1,30 @@ Editor ====== +1.19.0 + - Implement fixedSize for all elements + - Add long dash to TextEditor special characters + - Remove border style 'hidden' from frame element + This makes styling the element harder and the same can be achieved by + setting the border width to 0. + - Add TextEditor button for toggle-button in cloze element + And improve tooltips for the cloze buttons. + - Make dropLists always start with a min-height + This makes the list not collapse when used in dynamic context. + - Fix element multiselection + - Selecting multiple elements in dynamic mode no longer bugs out making + further editing impossible. + - Now correctly keeps the selection after moving multiple elements on + the (static) canvas. + - Fix element alignment + - Fix sizing property panel + - Always show z-index + - Only show alignment buttons in static mode + - Change color defaults: + dropList elements: #c9e0e0 + dropList background: #f4f4f2 + dropList highlight: #006064 + likert line color: #c9e0e0 + 1.18.0 - Add image feature to TextEditor Images are always inline and scaled down to the font size (of the text diff --git a/package.json b/package.json index a62241f70..2df35d72c 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "verona-modules-aspect", "config": { "player_version": "1.12.0", - "editor_version": "1.18.0" + "editor_version": "1.19.0" }, "scripts": { "ng": "ng", -- GitLab