This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git.
Pull mirroring updated .
- Mar 02, 2022
-
-
rhenck authored
- Units and element are now built via the factory. This ensures only the wanted properties are present. All others are discarded. - Since the sanatizer is supposed to check the unit defintion version it is used by player and editor and therefore put in common. This in turn makes it necessary to put the JSON resolver settings in the root-TSConfig file. - Renamed a couple of properties to have clearer names.
-
- Feb 28, 2022
-
-
rhenck authored
-
- Feb 21, 2022
-
-
jojohoch authored
-
- Feb 18, 2022
-
-
rhenck authored
- Unify font and surface props - Use intersection type for additional properties - Also rework editor props panel to properly create the combined properties recursively, passing the results to its child panel (tabs). New algorithm works without lodash, therefore the package is removed.
-
jojohoch authored
-
- Feb 17, 2022
-
-
rhenck authored
This removes all the classes and goes back to simple interfaces for unit, pages etc and all elements. This makes creating them easier and cleaner. Things like specific needs when setting element properties and most importantly compatibility handling is done by a special service module, that knows all the elements and how to repair old their potentially outdated definitions.
-
- Feb 09, 2022
-
-
rhenck authored
The package was not a proper ECMA Script package and therefore can not be tree shaken properly and would unnecessarily increase the package size.
-
- Feb 08, 2022
-
-
rhenck authored
- Simplified the code logic. Verification is done once in the beginning and not on every element. - Now uses semver to verify and compare version strings
-
- Feb 04, 2022
-
-
jojohoch authored
-
- Feb 02, 2022
- Jan 28, 2022
-
-
jojohoch authored
-
- Jan 22, 2022
-
-
rhenck authored
-
- Jan 21, 2022
-
-
jojohoch authored
-
- Jan 17, 2022
-
-
rhenck authored
-
- Jan 10, 2022
-
-
rhenck authored
-
- Jan 06, 2022
- Dec 20, 2021
-
-
jojohoch authored
-
- Dec 17, 2021
-
-
rhenck authored
-
- Dec 16, 2021
-
-
jojohoch authored
-
- Dec 15, 2021
- Dec 11, 2021
-
-
rhenck authored
Remove useless plugin and add rule overrides for e2e test dir.
-
- Dec 09, 2021
- Dec 08, 2021
- Dec 03, 2021
-
-
rhenck authored
-
- Dec 01, 2021
- Nov 30, 2021
- Nov 26, 2021
-
-
jojohoch authored
-
- Nov 24, 2021
- Nov 18, 2021
-
-
rhenck authored
-
- Nov 17, 2021
-
-
jojohoch authored
-
- Nov 12, 2021
-
-
rhenck authored
- Check if button element is available in the toolbox - Add the button to the canvas - Change button label and check reflection on the canvas
-