Skip to content
Snippets Groups Projects
This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git. Pull mirroring updated .
  1. Mar 04, 2022
    • rhenck's avatar
      Refactor unit definition version and sanatization · 2b58b89a
      rhenck authored
      The unit definition now has 2 meta-fields: 'type' and 'version'.
      The former has the fixed value of 'aspect-unit-definition'.
      The latters contains the version without any prefixes, i.e. '1.2.3'.
      
      The sanatizer tries to read the versions of older formats as well and
      uses the found version. This is important since the handlePlusOne
      method must only run of a specific version (in the old format).
      
      The sanatizer no longer shows any messages and therefore does not need
      the MessageService anymore. The information about whether sanatization
      happened or not is returned as second parameter for those that are
      interested. The editor is, the player is not.
      
      The editor API service now constructs the 'unitDefinitionType'
      parameter from both values, resulting in something like
      'aspect-unit-definition@1.2.3'.
      2b58b89a
    • rhenck's avatar
      [editor] Fix page manipulation in unit-view · 1df8005a
      rhenck authored
      Use the actual unit reference from UnitService instead of a possibly not 
      up to date local variable.
      1df8005a
    • rhenck's avatar
    • jojohoch's avatar
      [editor] Rename fields for page sizes in UnitViewComponent · a4d8a0c6
      jojohoch authored
      The width of a page results from the value for the maximum width plus
      twice the value for the spacing
      a4d8a0c6
  2. Mar 03, 2022
  3. Mar 02, 2022
  4. Mar 01, 2022
  5. Feb 28, 2022
  6. Feb 24, 2022
  7. Feb 22, 2022
Loading