Skip to content

Release v0.7.5

Compare
Choose a tag to compare
@musicEnfanthen musicEnfanthen released this 24 Apr 18:34
· 4096 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

  • edition: lazy load edition view feature modules (88db959)

Bug Fixes

  • app: remove BrowserAnimationsModule (3b7ef7c)
  • edition: add alpha value to forceSimulation restart (7b2216f)
  • edition: end all subscriptions on destroy (58306a4)
  • edition: fix convolute navigation error (4c38f5a), closes #15
  • edition: fix ReferenceError of EditonGraphModule caused by N3 (73d64c0), closes #21
  • edition: move N3 graph methods into service (94cce2d)
  • edition: remove service from GraphVisualizerModule (3882525)
  • page-not-found: fix image width for 404 (f5d5199)
  • shared: fix creation of dynamic module in compile-html (f50f49a)
  • shared: fix json2typescript decorators after breaking change (b826ecf)

Tests

  • app: fix tests after update to Angular version 9 (2989902)
  • app: replace TestBed.get -> TestBed.inject (b6e9940)
  • edition: fix tests after changes in FolioOverviewComponent (89144f0)

Continuous Integration

  • gh-actions: ignore markdown files in GH action (2a04b88)
  • gh-actions: simplify paths-ignore (4b1dbe3)
  • travis: prevent travis from deploying (d238b4a)

Build System

  • app: add GH actions workflow (91b66b6)
  • app: add GH Actions workflow (45ee564)
  • app: add n3 to allowedCommonJsDependencies (7c6d8fc)
  • app: allow commonJS dependencies (5ffbc44)
  • app: continue with GH Actions workflow (a6a234f)
  • app: disable Routes graph for compodoc (ddde411)
  • app: include node 10 in allowed engines (b62a97a)
  • app: remove workaround needed with angular 8 (08812fd)
  • app: restrict coverage report to current node version (b166439)
  • app: run doc generation and gzipper only after gh build (eaecb10)
  • deps: add lint-staged packages (2586574)
  • deps: bump elliptic from 6.5.0 to 6.5.3 (a3ca0c5)
  • deps: update @angular to version 10 (c641e71)
  • deps: update @angular to version 9 (fa84943)
  • deps: update @angular/cli+core from 8.3.21 to 8.3.28 (9ef8f52)
  • deps: update dependencies after update to Angular 10 (ae611ec)
  • deps: update dependencies after upgrade to Angular 9 (c7874e8)
  • deps: update dev-dependencies after upgrade to Angular 9 (b13174e)
  • deps: update jasmine types after update to Angular 10 (9c80f7e)
  • deps: update node & yarn engine versions (440b522)
  • deps: update rxjs and remove unnecessary lang-service (49b1dbe)

Documentation

  • edition: add jsdoc to edition-detail destroy method (49621cb)