|
| 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 | + |
1 | 12 | ### Changelog
|
2 | 13 |
|
3 | 14 | All notable changes to this project will be documented in this file. Dates are displayed in UTC.
|
4 | 15 |
|
5 | 16 | Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
6 | 17 |
|
| 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 | + |
7 | 27 | #### [v2.13.0](https://github.com/cookpete/react-player/compare/v2.12.0...v2.13.0)
|
8 | 28 |
|
| 29 | +> 5 September 2023 |
| 30 | +
|
9 | 31 | - Fix #1604 - FilePlayer does not work if I passed an array of urls [`#1612`](https://github.com/cookpete/react-player/pull/1612)
|
10 | 32 | - fix: `src` sttribute become "undefinded" if `url` is an array [`#1648`](https://github.com/cookpete/react-player/pull/1648)
|
11 | 33 | - 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).
|
672 | 694 | - Add standalone player [`4ffd201`](https://github.com/cookpete/react-player/commit/4ffd20112f18c2c7b3c25e39c283f8cfe9be88fc)
|
673 | 695 | - Update description and keywords [`0194b43`](https://github.com/cookpete/react-player/commit/0194b43758fccbbda755d13d9eb0d2a4a80aba77)
|
674 | 696 |
|
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) |
676 | 698 |
|
677 | 699 | > 17 January 2018
|
678 | 700 |
|
@@ -914,7 +936,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
914 | 936 | > 5 May 2017
|
915 | 937 |
|
916 | 938 | - 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) |
918 | 939 |
|
919 | 940 | #### [v0.17.0](https://github.com/cookpete/react-player/compare/v0.16.0...v0.17.0)
|
920 | 941 |
|
|
0 commit comments