Skip to content
Snippets Groups Projects
Commit 2b69015b authored by rhenck's avatar rhenck
Browse files

Update editor package to 1.8.0

parent 3c57226f
No related branches found
No related tags found
No related merge requests found
Editor
======
1.8.0
- Add index indicator to option-list preset value
- Add alternative radio button group with images
Automatically aligned horizontally with a vertical label on top.
The label can contain text and/or an image. The label is clickable
to select a value.
Images are not scaled at all.
- Add small preview images to option list for radios with images
- Remove image scaling from likert
- Rename likert to 'Optionentabelle'
- Fix value of button actions to refer to unit instead of page
- Fix hidden autoStartDelay property
- Add magnifier properties to properties panel
- New element DropList ('Ablegeliste')
This element has a list of strings as editable options. Those strings
form draggable elements which may be reordered or moved between
different DropList elements.
To be able to move elements the DropLists need to be configured with
the ID of the target DropList.
There is an additional switch to allow only one item in a list.
1.7.2
- Add showRestRuns property to player-elements
- Fix (several problems with) likert element
......
......@@ -2,7 +2,7 @@
"name": "verona-modules-aspect",
"config": {
"player_version": "1.3.0",
"editor_version": "1.7.2"
"editor_version": "1.8.0"
},
"scripts": {
"ng": "ng",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment