From 5cb4ed760594c7d66d85f547938d5b818a64e55e Mon Sep 17 00:00:00 2001 From: rhenck <richard.henck@iqb.hu-berlin.de> Date: Thu, 9 Dec 2021 17:09:34 +0100 Subject: [PATCH] Update editor to 1.17.0 --- docs/release-notes-editor.txt | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/docs/release-notes-editor.txt b/docs/release-notes-editor.txt index 3a6d1e5fb..89f140f32 100644 --- a/docs/release-notes-editor.txt +++ b/docs/release-notes-editor.txt @@ -1,5 +1,18 @@ Editor ====== +1.17.0 + - Rework text field and text area styling + The other variants are basically the same as filled. The only + difference is the background color, which we are manipulating anyway. + So there is no reason to keep them. + The selected nackground color is now correctly applied to both + remaining appearance variants. + - Add coloring options to toggle-button + Now correctly sets the chosen background color and additionally sets + another (configurable) color to the selected value + - Revert radio button color to default when not selected + - Add special character 'apostrophe' to TextEditor + 1.16.0 - Fix text with background and font color - Fix line-height property for radio button group diff --git a/package.json b/package.json index 149ef490a..f9d301ece 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "verona-modules-aspect", "config": { "player_version": "1.10.0", - "editor_version": "1.16.0" + "editor_version": "1.17.0" }, "scripts": { "ng": "ng", -- GitLab