This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git.
Pull mirroring updated .
- Aug 04, 2023
-
-
rhenck authored
-
- Aug 01, 2023
-
-
rhenck authored
- crossOutChecked adds line-through styling if checked. This is used in Cloze texts to cross out words. - This means Checkbox is no longer a PositionedElement and does not validate PositionProperties
-
- Jul 31, 2023
- Jul 27, 2023
-
-
rhenck authored
Shows which versions of Player and Editor belong together and which unit def version they interface with.
-
- Jul 25, 2023
-
-
jojohoch authored
-
- Jul 24, 2023
-
-
rhenck authored
In Player-context the constructors are to fail, when the given properties are not exactly as expected. Therefoore they are validated. When this validation fails, an environment variable is checked to determine if the element should be created anyway with defaults. This switch is off in player-context. But the Editor is not so strict and can create elements with incomplete parameters. There is also a new VersionManager which checks given unit definitions for version-validity. Upon failing this check Player and Editor show error messages. The Editor accepts a certain unit definition version, but shows a warning. The Editor checks units for invalid references after loading. If any are found, they are removed and an info-panel is shown.
-
- Jul 21, 2023
-
-
jojohoch authored
-
- Jul 17, 2023
-
-
jojohoch authored
-
- Jul 05, 2023
- Jul 03, 2023
-
-
jojohoch authored
-
- Jun 30, 2023
-
-
rhenck authored
- Remove dynamicPositioning from PositionProperties. This is not knowledge that the element needs to know. In the few places it was used, it was fixed or solved by asking the containing section about which positioning is active. - Fix and improve cloze child sizing. All can now have dynamic width and height. - Fix empty lines in ClozeDocument rendering - Editor SelectionService now knows if a cloze child is selected. This way the PropertiesPanel can show valid dimension inputs regardless of the underlying section.
-
- Jun 27, 2023
-
-
rhenck authored
-
- May 24, 2023
-
-
rhenck authored
Measure holds the value and a unit for CSS properties.
-
- Jan 25, 2023
-
-
jojohoch authored
-
- Jan 24, 2023
- Jan 20, 2023
-
-
jojohoch authored
Displaying a message is task of the host #398
-
- Jan 19, 2023
- Jan 18, 2023
-
-
jojohoch authored
-
- Jan 11, 2023
-
-
rhenck authored
-
- Jan 10, 2023
- Jan 09, 2023
- Jan 06, 2023
-
-
Richard Henck authored
-
Richard Henck authored
Also unit defintion version to 3.10.0
-
- Jan 03, 2023
-
-
rhenck authored
The native browser-drag-and-drop does not work in tablets. Therefore back to Material which works. Features are moved over with the exception of replacing items. - Copy-Lists now always allow putting items back. - Renew example files - Update versions and notes
-
rhenck authored
-
rhenck authored
-
jojohoch authored
- Add 'Button' as possible child of cloze elements
-
- Dec 23, 2022
-
-
rhenck authored
-
jojohoch authored
The property vertical-align is interpreted differently by Chrome based browsers, so a special webkit value is needed to override the value. The browser specific value is used last, so it is used by browsers which can interpret it. #414
-
jojohoch authored
- text field simple - toggle button
-
jojohoch authored
-