Newer
Older
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
- New elements:
- Slider
- Spelling
- Text elements have a general font size again
Specific parts of the text can still have a different font size
applied to them.
- Remove underlinable option for text
- Offer a choice of colors for marking text
- Fix text element with background color and font color at the same time
- Add proper label to textarea and reduce vertical space around text
- Add 30px default bottom-margin to likert and radio
- Rework dropList items to have an ID and allow images references
To use images a text option has to be created like before. The image
can be set afterwards. When an option has both a text and an image, the
text is ignored and the image is shown.
- Improve ID-Service to free up IDs when elements are deleted
- Improve cloze element all around - most importantly allowing to manually
size sub-elements
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
1.12.0
- Add new element cloze ("Lückentext")
Similar to a text element but parses the text on change and replaces
markers with actual ui elements.
The text is then displayed in line with the elements.
Allowed markers are presented by buttons in the text editor but can
also be entered manually. Implemented by now are "\i" for inputs
and "\z" for drop Zones.
It is now possible to select sub-elements (in addition to the parent cloze element)
to alter element properties as usual.
This element is still in development and contains functional and visual issues.
Known issues:
- To generate the text and elements you have to open the TextEditor at least once.
- Elements are regenerated everytime the text is changed. This means they get a
new ID and lose changed property values.
- Text styling (like bold) does not continue after an inserted sub-element.
To work around that, the style has to be applied separately to the text before
and after inserted elements.
- Changing dimension properties of sub-elements does not work.
- Add typographic quotes to TextEditor's special characters
- Fix radio button alignment
Should now always correctly line up with the text on different line
heights.
- Allow element deletion regardless of the selected section
This has the additional benefit of allowing to delete multiple selected
elements in different sections.
- Setting list style in TextEditor now also toggles the list (when not set)
- Setting list style in TextEditor applies the selected font size to the list counter
It takes the selected font size, which is indepent of the font size of the items
in the list. If you change the font size you may have to re-apply the font size
to the list. This can be done by selecting the wanted style again.
- Changed default values:
- font size: 20px
- likert and text: line-height: 135px
- likert and audio: width: 250px
- page: margin: 30px
- Revert likert heading with images to not scale the images
- Improve visuals of radio-button-image elements
Images are scaled again but behave a little better.
- Make min-height optional
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
1.11.0
- New DropList feature: highlightReceivingDropList ("Potentielle Ablagen hervorheben")
When set eligible dropLists display a highlight effect. Currently with
a colored border. The color is adjustable.
This needs to be set on the target list, NOT on the list items are being
dragged from.
- Refactor likert layout and add first column ratio property
Images now scale depending on the available space.
The new property controls the first (column) size parameter for the
grid. The others are fixed at 1. Decimal values are allowed for
fine-tuned control.
- Improve TextEditor toolbar layout and functionality
Reordered the controls to make it look nicer. The sub menu no longer exists.
Improve layouting to prevent elements from moving unexpextedly on different
window sizes.
Changed color and list inputs to split-buttons. Those combine a button
with a dropdown allowing to specify the action of the button.
For lists this does not actually toggle the list. The button needs to be used
after setting the style. For colors the color is set immediately after using
the dropdown/color picker.
Now saves the set color and it can be applied to subsequent selections as well.
- Change dropList styling
(Item margins and dropList border radius)
- Improved cursors everywhere
Notice how the cursor changes to the grabbing hand on click before
actually dragging canvas elements!
The resizing preview in dynamic mode is no longer obstructed by the
element itself. It is now hidden while resize-dragging.
Color inputs now have the pointer cursor.
- Fix TestEditor (console) error when using the bullet-lists
- Fix likert column-edit dialog to set values on save
- Move some styling properties to the styling tab
Applies to: borderRadius, itemBackgroundColor
1.10.0
- Fix reading of existing likert element row values
- Fix reading of existing dropList elements
(This element was internally reworked and no longer has the 'options' property.
To remain backwards compatible old 'option' lists are now correctly transformed to 'value' lists.)
- Fix textarea edit dialog to use multiline dialog
- Improve dialog sizing and styling
1.9.1
- Make text underlinable
- Fix marking of text
1.9.0
- Fix dropList element 'connectedTo' property renaming
- Implement 'readOnly' setting for dropList element
This prevents reordering items.
- Add 5px margin between 'radio-group-image' images
- Improve dropList styling
(background of draggable items, drop-preview, animations etc.)
- Add property 'itemBackgroundColor' to dropList
- Replace text element 'highlightable' with 'interaction' dropdown
Multiple interaction themes are possible but mutually exclusive (for now).
Player support will follow soon.
- Implement setting 'likert' preset value
1.8.1
- 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
- Headings with Images should also work better now
- Fix radio-button-group label margin
(Was accidentally removed in the last release)
- Fix editing properties of multiple selected elements
- Fix disappearing style properties when deleting the value
1.7.1
- Add radio-button-group property for strike-through of unselected options
- Allow setting 'first' and 'last' as button actions
- TextEditor: Add whitespace to special characters menu
This allows multiple whitespaces after one another. Also keeps word groups
from 'linebreaking'.
- [bug] TextEditor: Show empty paragraphs outside of the TextEditor
- Add extra field for manual background color selection
Before it was not possible to switch back to transparent, since the color
picker does not allow alpha channel settings. This also should make it easier
to put the wanted color without having to navigate the picker.
NOTE: The color picker does not recognize 'transparent' or any other color
notation but hexadecimal. The preview is then always black.
- Make radio button and first line of the option text (in case there is a line
break) appear at the same height
- Audio-/Video-Player: Use steps (of 1000) for timer fields
- Remove 'underlinable' property from text elements
This feature will have to be reworked from scratch and will be re-introduced
in a different form later.
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
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
- [bug] Fix selected page when deleting sections
- [bug] Fix duplicated section elements not getting new ID
- TextEditor: Improve list style
- TextEditor: Add more font sizes
- Improve radio button group style (margins)
- Allow editing text option properties (via overlay menu)
1.6.0:
- Add Likert-Element (looking for better name)
- Add Player-Element property controls
1.5.1:
- Fix reading of existing elements
- Show scroll bars on element overflow
- Allow images for buttons
- Add border-radius setting to buttons
- [bug] Fix properties panel not always showing the appropriate inputs
(especially when selecting multiple elements)
- Allow editing of option list for multiple (selected) elements IF they
contain the same values
- Reduce delay of section menu hide-effect
- Add grid settings automatic sizing
- Add Input Assistance property to input elements
This can be activated by selecting one of the presets, which are mutually
exclusive for now.
- Add "clearable" property to text field element
When set, a button at the end of the field appears which allows deleting the
field's content.
- Add "position" property to "always-visible" pages
- [bug] Fix option elements saving value index instead of actual option string
This allows duplicate (or empty) options.
- Fix TextEditor indent setting to persist when re-opening text element
- Improve TextEditor margin logic
Default margin of paragraphs is 0px. It can now read existing margin
settings.
- Make all elements non-interactable. Only the overlay can be moved and resized.
1.4.0
- New Text-Editor (based on TipTap/ProseMirror)
1.3.1
- Fix background color of input fields
- Remove font size property from text elements
- Add 16px as font size option
- Textfield and Textarea have transparent background by default
1.3.0
- 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