Releases: webern-unibas-ch/awg-app
Release v0.6.1
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:
Build System
- app: update
yarn.lock
to fix GitHub security alerts (7602f14)
Release v0.6.0
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
- app: add compodoc for code documentation (8945988)
- app: update angular (^8.0.2) and cli (~8.0.3) (3844e27)
- contact: add documentation section and link to Github repo (3688358)
- core: add loading interceptor to set load status (7669bad)
- core: split meta object into sections and provide service method (555fd11)
Bug Fixes
- app: add 404 fallback route (c0ade9b)
- app: fix errors after update to Angular 8 (2771649)
- app: get correct section of meta data for remaining views (80bbe10)
- app: patch issue with CustomHammerConfig of ngx-gallery (cb1a0d4)
- app: remove temporary workaround with static ngInjectableDef (962ffeb)
- app: use onPush CD strategy on dumb components if possible (f42f706), closes #2
- contact: get correct section of meta data for contact view (5d5a754)
- core: fix missing space in copyright desc (17f0865)
- core: fix visibility of centered navbar-brand (c879bec)
- core: get only page meta data for footer and navbar (2f51775)
- core: use better default values for clearing subjects (9f65f13)
- core: use MetaPerson class for authors and editors (ff7df06)
- edition: remove unnecessary toggle methods (7f4b303)
- edition: return only first emit of EditionDataService observables (6e02f0b)
- edition: use async pipe for data in report component (075a97e)
- edition: use CDS.onPush for report component's children (a31483d)
- search: add bottom pagination in search result list (6668f87)
- search: avoid bindings to pass static strings to native attributes (945e259)
- search: change snapshot path to get current url in search overview (46995ff)
- search: clear search info on destroy of SearchResultListComponent (c9ef240)
- search: fix ngIfs in nested children templates of resource detail (90d64ac)
- search: improve communication btw overview and info (357872e)
- search: improve handling of resource detail requests (431f9ab)
- search: improve handling of searchResponseWithQuery subscription (9be21c6)
- search: improve linked objects component (4e1347e)
- search: improve search form building (c2cab36)
- search: move interceptor providers into separate file (d9c7d2d)
- search: move resource detail header out of tabset (522c867)
- search: provide loading status as observable (ca41c8d)
- search: remove unused conversion service from resource detail (5e377b3)
- search: set search parameter nRows to 25 per default (39b3f63)
- search: simplify subscription to search result list data (a9374d2)
- search: subscribe to resource data instead of async pipe (c8dab3f)
- search: use
this
instead ofsuper
in data api service (42bac0a) - search: use async pipe for data in bibliography component (05ff800)
- search: use async pipe for data in bibliography detail (a95a45b)
- search: use async pipe for data in resource detail (7ae1372)
- search: use enum for SearchParam view types (7e53fa5)
- search: use getter for httpGetUrl in resourceDetail & searchPanel (272d618)
- search: use id tracker for search result list (b9ebaa2)
- search: use loading spinner for resource detail (23b1272), closes #5
- search: use SearchResponseWithQuery to update search params (adb3d48)
- shared: add optional 'toHtml' property to property json (f7a3de5)
- shared: update compile html module & component (73a9526)
- side-info: add getter/setter for osm urls in contact-info (d578987)
- side-info: get osm urls in contact-info from AppConfig (f106c5f)
- side-info: make address & osm map of contact-info shared components (8846558)
- side-info: make resource info data update immutable (d248703)
- side-info: remove nested subscription from resource-info (779965f)
- side-info: set edition info header from component (15eb693)
- side-info: use async pipe for data in search info (c7c9791)
Continuous Integration
- travis: update yarn version ([b3bd432](https://github.com/...
Release v0.5.4
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:
Bug Fixes
- app: add angular-cli-ghpages to devDependencies (878852a)
Build System
- app: update scripts in package.json (a3532d3)
Continuous Integration
- travis: update .travis.yml (66b5c86)
Release v0.5.3
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:
Bug Fixes
- app: use HTTPS over HTTP whenever possible (5c573ad)
- core: add link to CHANGELOG from footer declaration (6f2004f)
Tests
- core: fix apiService test after switch to HTTPS (7c0cfb8)
Documentation
Release v0.5.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:
Empty patch version bump to trigger build via Travis CI after moving the repository to GitHub.
Release v0.5.1
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:
⚠ BREAKING CHANGES
Repository moved from Gitlab to public GitHub repository. All commit and version links prior to this version are not publicly available, cf. CHANGELOG.
Build System
- app: init GitHub repo (218014a)
Documentation
- CHANGELOG: add breaking changes for v0.5.1 (432767e)