From 88ce112921052bba72bf2847d9eee608b64cdcef Mon Sep 17 00:00:00 2001 From: rhenck <richard.henck@iqb.hu-berlin.de> Date: Wed, 8 Dec 2021 16:42:40 +0100 Subject: [PATCH] Update editor version to 1.16.0 --- docs/release-notes-editor.txt | 20 ++++++++++++++++++++ package.json | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/docs/release-notes-editor.txt b/docs/release-notes-editor.txt index 710dcc64a..3a6d1e5fb 100644 --- a/docs/release-notes-editor.txt +++ b/docs/release-notes-editor.txt @@ -1,5 +1,25 @@ Editor ====== +1.16.0 + - Fix text with background and font color + - Fix line-height property for radio button group + - Set default line height of 135 for likert and text + - Fix dropList values in player + - Allow indentation with individual sizes + - Move radio button label 1px (!) to the top + - Change radio button color to dark green + For all elements using radio buttons. + - Fix missing translation for "Andere Optionen durchstreichen" + - Add section element list + It is part of the section menu (appearing to the left of the hovered section) + This allows to select elements without clicking them on the canvas, as + elements may be obstructed or not visible for some reason. + Also when an elements is selected it briefly gets z-index 100 so it is + moved to the front and visible and manipulatable. + - New element for cloze: toggle-button + This is a replacement for actual radio button groups. Will be extended + with colors in the next release. + 1.15.0 - New element frame ("Rahmen") (Tested and working for static layouts. Usage in dynamic layouts at one's diff --git a/package.json b/package.json index 473512b77..149ef490a 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "verona-modules-aspect", "config": { "player_version": "1.10.0", - "editor_version": "1.15.0" + "editor_version": "1.16.0" }, "scripts": { "ng": "ng", -- GitLab