Skip to content

Commit e018c42

Browse files
docs(CHANGELOG): 2.14.0
1 parent 9d58201 commit e018c42

File tree

5 files changed

+85
-37
lines changed

5 files changed

+85
-37
lines changed

CHANGELOG.md

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,33 @@
1+
# [2.14.0](https://github.com/cookpete/react-player/compare/v2.13.0...v2.14.0) (2023-12-14)
2+
3+
4+
### Bug Fixes
5+
6+
* modernize build using esbuild ([#1684](https://github.com/cookpete/react-player/issues/1684)) ([8a4a9aa](https://github.com/cookpete/react-player/commit/8a4a9aa44f0f9f193cd2b9bdd94b68f9c123ba17))
7+
* pkg repository.url ([#1708](https://github.com/cookpete/react-player/issues/1708)) ([3a0fbca](https://github.com/cookpete/react-player/commit/3a0fbca2b48fc8f51da086db5caf5bdb8f1589a0))
8+
* repo url ([#1709](https://github.com/cookpete/react-player/issues/1709)) ([9d58201](https://github.com/cookpete/react-player/commit/9d582014ebd7d62a0f408f4959489a49c04e4a66))
9+
10+
11+
112
### Changelog
213

314
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
415

516
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
617

18+
#### [v2.14.0](https://github.com/cookpete/react-player/compare/v2.13.0...v2.14.0)
19+
20+
- fix: repo url [`#1709`](https://github.com/cookpete/react-player/pull/1709)
21+
- fix: pkg repository.url [`#1708`](https://github.com/cookpete/react-player/pull/1708)
22+
- chore: add CD workflow [`#1706`](https://github.com/cookpete/react-player/pull/1706)
23+
- chore: use Node matrix with 16.x, 18.x, 20.x [`#1688`](https://github.com/cookpete/react-player/pull/1688)
24+
- docs: update demo App.js link [`#1689`](https://github.com/cookpete/react-player/pull/1689)
25+
- fix: modernize build using esbuild [`#1684`](https://github.com/cookpete/react-player/pull/1684)
26+
727
#### [v2.13.0](https://github.com/cookpete/react-player/compare/v2.12.0...v2.13.0)
828

29+
> 5 September 2023
30+
931
- Fix #1604 - FilePlayer does not work if I passed an array of urls [`#1612`](https://github.com/cookpete/react-player/pull/1612)
1032
- fix: `src` sttribute become "undefinded" if `url` is an array [`#1648`](https://github.com/cookpete/react-player/pull/1648)
1133
- Adding keepPlaying to other player types [`#1639`](https://github.com/cookpete/react-player/pull/1639)
@@ -672,7 +694,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
672694
- Add standalone player [`4ffd201`](https://github.com/cookpete/react-player/commit/4ffd20112f18c2c7b3c25e39c283f8cfe9be88fc)
673695
- Update description and keywords [`0194b43`](https://github.com/cookpete/react-player/commit/0194b43758fccbbda755d13d9eb0d2a4a80aba77)
674696

675-
#### [v1.0.0](https://github.com/cookpete/react-player/compare/v1.0.0-beta.7...v1.0.0)
697+
### [v1.0.0](https://github.com/cookpete/react-player/compare/v1.0.0-beta.7...v1.0.0)
676698

677699
> 17 January 2018
678700
@@ -914,7 +936,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
914936
> 5 May 2017
915937
916938
- Fix initial loading bug for Private Vimeo videos [`#187`](https://github.com/cookpete/react-player/pull/187)
917-
- Fix initial loading bug for Private Vimeo videos [`ff8a449`](https://github.com/cookpete/react-player/commit/ff8a449546121be7bfd6f3bb357d9dc06a94fcaa)
918939

919940
#### [v0.17.0](https://github.com/cookpete/react-player/compare/v0.16.0...v0.17.0)
920941

dist/ReactPlayer.js

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/ReactPlayer.js.map

Lines changed: 7 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/ReactPlayer.standalone.js

Lines changed: 45 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/ReactPlayer.standalone.js.map

Lines changed: 7 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)