Skip to content
Snippets Groups Projects
This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git. Pull mirroring updated .
  1. Oct 17, 2024
  2. Feb 15, 2024
  3. Sep 08, 2023
  4. Jan 24, 2023
  5. Nov 30, 2022
  6. Nov 10, 2022
  7. Nov 04, 2022
  8. Feb 18, 2022
  9. 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
  10. Feb 02, 2022
  11. 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
  12. Jan 06, 2022
  13. Dec 15, 2021
  14. Nov 30, 2021
  15. Oct 15, 2021
  16. Oct 13, 2021
  17. Sep 28, 2021
  18. Sep 24, 2021
  19. Aug 27, 2021
  20. Aug 17, 2021
  21. Aug 16, 2021
  22. Aug 13, 2021
  23. 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
  24. 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
  25. 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
  26. Jun 22, 2021
Loading