Skip to content

Commit

Permalink
docs(CHANGELOG): 2.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 14, 2023
1 parent 9d58201 commit e018c42
Show file tree
Hide file tree
Showing 5 changed files with 85 additions and 37 deletions.
25 changes: 23 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,33 @@
# [2.14.0](https://github.com/cookpete/react-player/compare/v2.13.0...v2.14.0) (2023-12-14)


### Bug Fixes

* modernize build using esbuild ([#1684](https://github.com/cookpete/react-player/issues/1684)) ([8a4a9aa](https://github.com/cookpete/react-player/commit/8a4a9aa44f0f9f193cd2b9bdd94b68f9c123ba17))
* pkg repository.url ([#1708](https://github.com/cookpete/react-player/issues/1708)) ([3a0fbca](https://github.com/cookpete/react-player/commit/3a0fbca2b48fc8f51da086db5caf5bdb8f1589a0))
* repo url ([#1709](https://github.com/cookpete/react-player/issues/1709)) ([9d58201](https://github.com/cookpete/react-player/commit/9d582014ebd7d62a0f408f4959489a49c04e4a66))



### Changelog

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

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

#### [v2.14.0](https://github.com/cookpete/react-player/compare/v2.13.0...v2.14.0)

- fix: repo url [`#1709`](https://github.com/cookpete/react-player/pull/1709)
- fix: pkg repository.url [`#1708`](https://github.com/cookpete/react-player/pull/1708)
- chore: add CD workflow [`#1706`](https://github.com/cookpete/react-player/pull/1706)
- chore: use Node matrix with 16.x, 18.x, 20.x [`#1688`](https://github.com/cookpete/react-player/pull/1688)
- docs: update demo App.js link [`#1689`](https://github.com/cookpete/react-player/pull/1689)
- fix: modernize build using esbuild [`#1684`](https://github.com/cookpete/react-player/pull/1684)

#### [v2.13.0](https://github.com/cookpete/react-player/compare/v2.12.0...v2.13.0)

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

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

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

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

Expand Down
5 changes: 3 additions & 2 deletions dist/ReactPlayer.js

Large diffs are not rendered by default.

8 changes: 7 additions & 1 deletion dist/ReactPlayer.js.map

Large diffs are not rendered by default.

76 changes: 45 additions & 31 deletions dist/ReactPlayer.standalone.js

Large diffs are not rendered by default.

8 changes: 7 additions & 1 deletion dist/ReactPlayer.standalone.js.map

Large diffs are not rendered by default.

0 comments on commit e018c42

Please sign in to comment.