diff --git a/docs/release-notes.txt b/docs/release-notes.txt new file mode 100644 index 0000000000000000000000000000000000000000..7ce4440aa7e445cdc65875da54cb684a3639ee29 --- /dev/null +++ b/docs/release-notes.txt @@ -0,0 +1,21 @@ +Editor +====== +1.3.0 +- [bug] Don't show warning message when opening Text-Editor ("This domain is not registered with Tiny Cloud...") +- Use Roboto as default font +- [bug] Fix selection after adding/deleting pages/sections +- [bug] Fix deselection of maximum page width. Default design page width is always 900px. +- [bug] Fix reset default value (to undefined) for dropdown and radio button group +- Improve section highlighting +- Make enter key add options to option list of dropdown and radio button group +- [bug] Allow dragging of the whole button instead of just the text (in element toolbox) +- Allow section duplication +- Add new button properties for navigation actions +- [bug] Fix properties panel showing wrong properties when selecting multiple elements + +Player +====== +1.0.8 +- [bug] Don't show needless scrollbars for radio button group and validation messages +- [bug] Fix/Allow resizing of text area +- Support Roboto font diff --git a/package.json b/package.json index c26fecbdfe5bd932aad039fe9455ec118a5ce680..c2a89741ecd4dbad2893a306293ed6391a86778d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "verona-modules-aspect", - "editor_version": "1.2.3", - "player_version": "1.0.7", + "editor_version": "1.3.0", + "player_version": "1.0.8", "scripts": { "ng": "ng", "start": "ng serve",