Add CHANGELOG file

This commit is contained in:
Alex Hsu 2022-10-20 13:31:39 -04:00
parent f9c1e92365
commit 2b373163fa

35
CHANGELOG.md Normal file
View File

@ -0,0 +1,35 @@
# Change Log for Dash Player
All notable changes to `dash-player` will be documented in this file.
This project adheres to [Semantic Versioning](https://semver.org/).
---
## [1.0.0] - 2022-10-20
This release is `v1.0.0` as it that `dash-player` is now production-ready.
### Added
- [#47](https://github.com/plotly/dash-player/pull/47) Add className property to `dash-player`
- [#49](https://github.com/plotly/dash-player/pull/49) Pass in the `id` property to ReactPlayer
- [#50](https://github.com/plotly/dash-player/pull/50) Add testing to the CI process
### Changed
- [#40](https://github.com/plotly/dash-player/pull/40) Updates dependencies in `packages.json`
- [#43](https://github.com/plotly/dash-player/pull/43) Remove the `extract-meta.js` file
- [#41](https://github.com/plotly/dash-player/pull/41) Add build instructions to `README.md`
### Fixed
- [#32](https://github.com/plotly/dash-player/pull/32) Fix errors and replace broken URLs in demo Python files
- [#48](https://github.com/plotly/dash-player/pull/48) Fix issue with `currentTime`, `secondsLoaded`, and `duration` not loading
---
## [0.0.1] - 2018-08-02
### Added
- [#1](https://github.com/plotly/dash-player/pull/1) Initial component release