Skip to content

Commit 2b37316

Browse files
committed
Add CHANGELOG file
1 parent f9c1e92 commit 2b37316

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# Change Log for Dash Player
2+
3+
All notable changes to `dash-player` will be documented in this file.
4+
This project adheres to [Semantic Versioning](https://semver.org/).
5+
6+
---
7+
8+
## [1.0.0] - 2022-10-20
9+
10+
This release is `v1.0.0` as it that `dash-player` is now production-ready.
11+
12+
### Added
13+
14+
- [#47](https://github.com/plotly/dash-player/pull/47) Add className property to `dash-player`
15+
- [#49](https://github.com/plotly/dash-player/pull/49) Pass in the `id` property to ReactPlayer
16+
- [#50](https://github.com/plotly/dash-player/pull/50) Add testing to the CI process
17+
18+
### Changed
19+
20+
- [#40](https://github.com/plotly/dash-player/pull/40) Updates dependencies in `packages.json`
21+
- [#43](https://github.com/plotly/dash-player/pull/43) Remove the `extract-meta.js` file
22+
- [#41](https://github.com/plotly/dash-player/pull/41) Add build instructions to `README.md`
23+
24+
### Fixed
25+
26+
- [#32](https://github.com/plotly/dash-player/pull/32) Fix errors and replace broken URLs in demo Python files
27+
- [#48](https://github.com/plotly/dash-player/pull/48) Fix issue with `currentTime`, `secondsLoaded`, and `duration` not loading
28+
29+
---
30+
31+
## [0.0.1] - 2018-08-02
32+
33+
### Added
34+
35+
- [#1](https://github.com/plotly/dash-player/pull/1) Initial component release

0 commit comments

Comments
 (0)