Release v0.7.2
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
- core: expose gnd to inseri test-server (9023915)
- edition: add dynamic graph visualizer (c6ec94b), (89aa106), (c0166ef), (b6f8935), (9db4968), (6db5ba0), (caf77c7)
- edition: add generalized prefix pipe (af5163b)
- edition: add graph query service to handle rdfstore methods (0f5e959)
- edition: add limiter for graph nodes (fccab25)
- edition: add no result component to force graph (71d7eba)
- edition: add zoom & drag to force graph (1b640ba)
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
- app: include external scripts in test setup (32d4ee2)
- deps: add stream (af2677b), closes /github.com/angular/angular-cli/issues/10625#issuecomment-502964007
- deps: bump acorn from 5.7.3 to 5.7.4 (b3db01c)
- deps: update @types/node (eb69fd9)
- deps: update husky (59db878)
- deps: use latest version of d3 micro libraries (fc5ee1b)