This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git.
Pull mirroring updated .
- 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.
-
- Jun 13, 2023
-
-
rhenck authored
-
- May 22, 2023
-
-
jojohoch authored
-
- Nov 30, 2022
- May 03, 2022
-
-
jojohoch authored
-
- Apr 21, 2022
-
-
rhenck authored
The package karma-spec-reporter is to show more info about run tests on the console. Numbers on the test files refers to the version (2 digits for minor; patch number ignored).
-
- Feb 14, 2022
-
-
jojohoch authored
-
- Jan 24, 2022
-
-
jojohoch authored
-
- Jan 14, 2022
-
-
jojohoch authored
The default value of 1 MB was too low for the player, which currently requires 1.18 MB.
-
- Dec 14, 2021
-
-
rhenck authored
The theme file is now project specific because Angular demands assets to be part of the project. It also differs in content: The editor theme is only applied to canvas elements. For the player every checkbox and radio button is affected. The components now again use the default color of 'accent'. The custom theme now has the green as accent color and no longer primary.
-
- Dec 13, 2021
-
-
rhenck authored
Used in checkboxes and radio buttons, which are now green. The secondary is unused but for safety set to the same as the default theme should be.
-
- Oct 07, 2021
-
-
rhenck authored
The editor package is larger than that. So the build fails without the higher limit.
-
- Jul 01, 2021
-
-
jojohoch authored
- Replace in the projects 'editor' and 'player' the selector 'app-root' with 'editor-aspect' or 'player-aspect' and make a case distinction unnecessary - Remove definitions of the property 'local' in `environment` and `angular.json`
-
- Jun 30, 2021
-
-
jojohoch authored
player and editor can be served without commenting in app module and app component. Use `start-editor-local` and `start-player-local`
-
- Jun 22, 2021