From 124c885e3aee62b0f0d08f876abd43c461127819 Mon Sep 17 00:00:00 2001 From: rhenck <richard.henck@iqb.hu-berlin.de> Date: Fri, 29 Oct 2021 15:42:47 +0200 Subject: [PATCH] Update editor package to 1.7.0 --- docs/release-notes-editor.txt | 32 ++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 33 insertions(+), 1 deletion(-) diff --git a/docs/release-notes-editor.txt b/docs/release-notes-editor.txt index 8727b867f..34bf4a519 100644 --- a/docs/release-notes-editor.txt +++ b/docs/release-notes-editor.txt @@ -1,5 +1,37 @@ Editor ====== +1.7.0: +- [bug] Fix resize (drag and drop) in dynamic sections +- Replace element selection indicator from border to outline + This makes element contents not move when selected. +- Allow deselection of elements + Clicking anywhere (but the side panels) will deselect elements. This makes + it easier to get an impression of how it will look like. +- Add 'line-height' property to all elements which have a font +- Add 'rows' property to text areas +- Change text property input to textarea + This allows to properly enter longer default texts in text areas. (This is + also active for text-field elements, where it makes little sense but makes + it technically simpler to not differentiate). +- Fix lables on text fields + Now correctly uses a proper label instead of a placeholder. +- Change text field appearance depending on label existence + When the label text is empty the field will be rendered a lot smaller (and + without any label obviously) +- Change font-size property to number field +- Improve radio-button-group styling + Add 10px margin between label and options. +- Fix likert elements sizing + This should make the selected background color cover the whole element instead + of just the upper 100 pixels. +- Improve bold text style to be less bold and have letter spacing +- Add read-only property to all input elements and likert +- Allow changing the line-coloring color for likert elements + (not to be mistaken for background color) +- Add 'underlinable' property to text elements + This is to allow different purpose markers on text. Does NOT work in the + aspect-player yet. + 1.6.1: - Allow styling of "Likert" element - Set Roboto as app-wide font diff --git a/package.json b/package.json index ed78b3829..23fdc7105 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "verona-modules-aspect", "config": { - "editor_version": "1.6.1", + "editor_version": "1.7.0", "player_version": "1.2.2" }, "scripts": { -- GitLab