Skip to content

Release v0.7.2

Compare
Choose a tag to compare
@musicEnfanthen musicEnfanthen released this 24 Apr 18:37
· 4186 commits to main since this release

A prototype web application for the online edition of the Anton Webern Gesamtausgabe, located at the Musicological Seminar of the University of Basel. It is written in Angular and runs on edition.anton-webern.ch.

Changes since last release:

Features

Bug Fixes

  • app: adjust license to CC BY-SA-4.0 (93e35a8)
  • edition: add missing textcritical comments for op. 25 Sk4 (53313f7), closes #13
  • edition: adjust inputs and outputs of ForceGraphComponent (602ebe7)
  • edition: avoid loading of empty graph data (d9e25cb)
  • edition: close visualizer's triple and query panel by default (8da4768)
  • edition: fix import of rdfstore library (1b01220)
  • edition: improve graph forces (7ac5add)
  • edition: improve naming of graph visualizer service methods (6bc12af)
  • edition: improve resize listener for graph visualization (9e91335)
  • edition: make public variables public & type limits as number (1bc539c)
  • edition: move all graph visualizer parts into separate module (61d2c12)
  • edition: move d3 calculations into separate service and models (366c5a2)
  • edition: move graph models into separate files (d8ff681)
  • edition: pass down default height to force graph components (dc0f1de)
  • edition: update triple data for graph visualizer (3243296)
  • edition: use graphContainer for resize HostListener (9865db9)
  • home: add links to header titles (f711afb)

Tests

  • app: fix tests after changes (48d2258)

Continuous Integration

  • travis: update yarn version (135d8a9)

Build System

Documentation

  • app: improve wording (19bcbee)
  • CHANGELOG: merge multiple identical commit messages (03c0bbe)
  • edition: add JSDocs to graph components (a478cf0)