This release is `v1.0.0` to indicate that `dash-player` is now considered 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
---