Skip to content

Commit

Permalink
2.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cookpete committed Feb 8, 2023
1 parent a3ae210 commit 22c0c95
Show file tree
Hide file tree
Showing 7 changed files with 40 additions and 24 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,22 @@ All notable changes to this project will be documented in this file. Dates are d

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

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

- Update light prop usage re: new feature in PR#1405 [`#1510`](https://github.com/cookpete/react-player/pull/1510)
- Extending valid DailyMotion URL regex Fix #1430 [`#1516`](https://github.com/cookpete/react-player/pull/1516)
- Add `"sideEffects": false` to `package.json` [`#1524`](https://github.com/cookpete/react-player/pull/1524)
- responsive CSS fix [`#1533`](https://github.com/cookpete/react-player/pull/1533)
- add unbundled es6 build with jsx file extensions [`#1537`](https://github.com/cookpete/react-player/pull/1537)
- Replace Vimeo default preview thumbnail [`#1553`](https://github.com/cookpete/react-player/pull/1553)
- fix typo [`#1558`](https://github.com/cookpete/react-player/pull/1558)
- fix: empty src attr in StrictMode [`#1538`](https://github.com/cookpete/react-player/pull/1538)
- Extending valid DailyMotion URL regex Fix #1430 (#1516) [`#1430`](https://github.com/cookpete/react-player/issues/1430)

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

> 17 September 2022
- Add event playbackratechange on vimeo player [`#1502`](https://github.com/cookpete/react-player/pull/1502)
- feat: allow auto play on mixcloud player [`#1467`](https://github.com/cookpete/react-player/pull/1467)
- Fix onProgress not firing in Strict Mode [`#1465`](https://github.com/cookpete/react-player/pull/1465)
Expand Down
2 changes: 1 addition & 1 deletion dist/ReactPlayer.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/ReactPlayer.js.map

Large diffs are not rendered by default.

21 changes: 11 additions & 10 deletions dist/ReactPlayer.standalone.es6.js

Large diffs are not rendered by default.

21 changes: 11 additions & 10 deletions dist/ReactPlayer.standalone.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/ReactPlayer.standalone.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-player",
"version": "2.11.0",
"version": "2.11.1",
"description": "A React component for playing a variety of URLs, including file paths, YouTube, Facebook, Twitch, SoundCloud, Streamable, Vimeo, Wistia and DailyMotion",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down

0 comments on commit 22c0c95

Please sign in to comment.