From 9913222f0a1fd04b0d92c51f363b55e8286bc129 Mon Sep 17 00:00:00 2001 From: rhenck <richard.henck@iqb.hu-berlin.de> Date: Fri, 3 Dec 2021 16:27:53 +0100 Subject: [PATCH] Update to editor/1.15.0+player/1.9.0 --- docs/release-notes-editor.txt | 22 ++++++++++++++++++++++ docs/release-notes-player.txt | 3 +++ package.json | 4 ++-- 3 files changed, 27 insertions(+), 2 deletions(-) diff --git a/docs/release-notes-editor.txt b/docs/release-notes-editor.txt index 2a994041a..710dcc64a 100644 --- a/docs/release-notes-editor.txt +++ b/docs/release-notes-editor.txt @@ -1,5 +1,27 @@ Editor ====== +1.15.0 + - New element frame ("Rahmen") + (Tested and working for static layouts. Usage in dynamic layouts at one's + own risk.) + - TextEditor: New functionality to create hanging indent + It now also possible to set the indent size. It will be used for hanging + and normal indents. + - Fix reading of droplist element IDs + Should now correctly recognize already given (/read) IDs and refuse. + - Fix creating elements in empty (i.e. newly created) dropLists + - Improve property panel layout + Delete and duplicate buttons are no longer part of the tab view. They are + always visible below it. + - Fix min-height showing up before being checked + - Make text elements no longer start with a margin + - Fix image scaling for radio-image element + Images are scaled down when needed. Small images do not scale up. + - Improve drop list item margins + Horizontal orientation no longer has a wrong bottom-margin on the last + element but elements now have a margin sideways (5px). + - Reduce unused space in textarea + 1.14.0 - Fix reading of existing drop lists - Fix reading of highlight properties of text elements diff --git a/docs/release-notes-player.txt b/docs/release-notes-player.txt index 97ec69dc5..d9a224c62 100644 --- a/docs/release-notes-player.txt +++ b/docs/release-notes-player.txt @@ -1,5 +1,8 @@ Player ====== +1.9.0 + - Add support for new frame element + 1.8.0 - Fix reading of highlight properties of text elements - Add support for new elements: slider and spelling diff --git a/package.json b/package.json index a9076a26a..0e4eb9e61 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "verona-modules-aspect", "config": { - "player_version": "1.8.0", - "editor_version": "1.14.0" + "player_version": "1.9.0", + "editor_version": "1.15.0" }, "scripts": { "ng": "ng", -- GitLab