Skip to content

Commit 795b196

Browse files
chore(release): 2.16.0
1 parent df11073 commit 795b196

7 files changed

+16
-9
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,19 @@ All notable changes to this project will be documented in this file. Dates are d
44

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

7+
#### [v2.16.0](https://github.com/cookpete/react-player/compare/v2.15.1...v2.16.0)
8+
9+
- feat: add Mux + hls.js support back in [`#1769`](https://github.com/cookpete/react-player/pull/1769)
10+
711
#### [v2.15.1](https://github.com/cookpete/react-player/compare/v2.15.0...v2.15.1)
812

13+
> 2 March 2024
14+
915
- fix: dynamic Mux import [`#1758`](https://github.com/cookpete/react-player/pull/1758)
1016
- docs: fix demo URL [`#1752`](https://github.com/cookpete/react-player/pull/1752)
1117
- docs: readme updates, next-video callout [`#1751`](https://github.com/cookpete/react-player/pull/1751)
1218
- fix: dynamic Mux import (#1758) [`#1755`](https://github.com/cookpete/react-player/issues/1755)
19+
- chore(release): 2.15.1 [`4d7fcb5`](https://github.com/cookpete/react-player/commit/4d7fcb52ac5cc431347e4f4b0e08ac6d0b0825b5)
1320

1421
#### [v2.15.0](https://github.com/cookpete/react-player/compare/v2.14.1...v2.15.0)
1522

dist/ReactPlayer.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/ReactPlayer.js.map

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/ReactPlayer.standalone.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/ReactPlayer.standalone.js.map

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-player",
3-
"version": "2.15.1",
3+
"version": "2.16.0",
44
"description": "A React component for playing a variety of URLs, including file paths, YouTube, Facebook, Twitch, SoundCloud, Streamable, Vimeo, Wistia and DailyMotion",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",

0 commit comments

Comments
 (0)