Skip to content

Latest commit

 

History

History
98 lines (55 loc) · 2.76 KB

CHANGELOG.md

File metadata and controls

98 lines (55 loc) · 2.76 KB

Change Log for Dash Player

All notable changes to dash-player will be documented in this file. This project adheres to Semantic Versioning.

Changes to dash-player were sponsored by Volkswagen's Center of Excellence for Battery Systems.


[1.1.0] - 2023-03-16

Changed

  • #73 Converted the JS bundle to async loading

Updated

  • #76 Updated dependencies

[1.0.6] - 2022-12-12

Changed

  • #68 Change partnership info and improve logo readability

[1.0.5] - 2022-12-08

Added

  • #64 Add partnership information to README and CHANGELOG

Changed

  • #66 Remove all usage files and replace with link to official documentaion

[1.0.4] - 2022-12-02

Fixed

  • #62 Fix typo in README

Changed

  • #62 Remove usage-method.py and revamp usage-advanced.py

[1.0.3] - 2022-11-10

Fixed

  • #57 Fix typo in property description

[1.0.2] - 2022-10-20

Changed

  • #53 Use README as package description
  • #54 Bump npm and node versions and remove an obsolete file to reduce the package size

[1.0.0] - 2022-10-20

This release is v1.0.0 to indicate that dash-player is now considered production-ready.

Added

  • #47 Add className property to dash-player
  • #49 Pass in the id property to ReactPlayer
  • #50 Add testing to the CI process

Changed

  • #40 Updates dependencies in packages.json
  • #43 Remove the extract-meta.js file
  • #41 Add build instructions to README.md

Fixed

  • #32 Fix errors and replace broken URLs in demo Python files
  • #48 Fix issue with currentTime, secondsLoaded, and duration not loading

[0.0.1] - 2018-08-02

Added

  • #1 Initial component release