Skip to content
Snippets Groups Projects
This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git. Pull mirroring updated .
  1. Feb 18, 2022
  2. Feb 09, 2022
    • rhenck's avatar
      Change all selector prefixes from "app" to "aspect" · a6bdf445
      rhenck authored
      This is done according to the Angular best practices and minimizes
      namespace collisions when using other packages which might use the same
      selectors.
      
      Technically the selectors are not even becessary since we use an Angular
      component factory to create element components but it is still useful
      for the DOM element naming, for debugging purposes for example.
      a6bdf445
  3. Feb 02, 2022
  4. Jan 10, 2022
    • rhenck's avatar
      Refactor unit definition versioning · 29a1b359
      rhenck authored
      - Improve variable naming for unit definiton type. (version string)
      - Use 'iqb-aspect-definition@1.0.0' as value which better communicates
        the purpose of the data.
      - Also update the HTML files with the new definition. (Even though it is
        not checked anywhere.)
      29a1b359
  5. Jan 06, 2022
  6. Dec 15, 2021
  7. Nov 30, 2021
  8. Oct 15, 2021
  9. Oct 13, 2021
  10. Sep 28, 2021
  11. Sep 24, 2021
  12. Aug 27, 2021
  13. Aug 17, 2021
  14. Aug 16, 2021
  15. Aug 13, 2021
  16. Jul 21, 2021
    • jojohoch's avatar
      [player] Access Verona API Messages through Services · c6e771a7
      jojohoch authored
      * Implement `VeronaSubscriptionService` to subscribe to messages from
      the host of the player
      * Implement `VeronaPostService` to post messages to the host of
      the player
      * Implement `NativeEventService` to subscribe to events like 'scroll',
      'blur' and 'focus'
      * Remove js code from wrapper index.html. It is no longer needed.
      c6e771a7
  17. Jul 13, 2021
    • jojohoch's avatar
      [player] Add `valueChanged` event for host · b96561bf
      jojohoch authored
      * The wrapper of the player component listens to the `valueChanged`
      event and posts a message to the host of the aspect-player
      * Improve code style and remove lint errors
      b96561bf
  18. Jul 01, 2021
    • jojohoch's avatar
      Add build configuration of the player for host · 5d075fd8
      jojohoch authored
      Use `build-player-prod` to build a player version of the
      aspect-player which can be used in test-center and test-bed.
      The player needs exported unit definitions from the
      aspect-editor.
      5d075fd8
  19. Jun 22, 2021
Loading