-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Comparing changes
Open a pull request
base repository: cookpete/react-player
base: v2.11.0
head repository: cookpete/react-player
compare: v2.11.1
- 9 commits
- 12 files changed
- 13 contributors
Commits on Feb 3, 2023
-
fix: empty src attr in StrictMode (#1538)
* fix: empty src attr in StrictMode * Tidy up strict mode bugfix --------- Co-authored-by: Цыганов Герман Александрович <galtsyganov@sberbank.ru> Co-authored-by: Pete Cook <pete@cookpete.com>
2Configuration menu - View commit details
-
Copy full SHA for 5c7ffa2 - Browse repository at this point
Copy the full SHA 5c7ffa2View commit details -
Configuration menu - View commit details
-
Copy full SHA for b745191 - Browse repository at this point
Copy the full SHA b745191View commit details -
Replace Vimeo default preview thumbnail (#1553)
Replace Vimeo default preview thumbnail size from 295x166 to 640 https://developer.vimeo.com/api/common-formats
Configuration menu - View commit details
-
Copy full SHA for b22b349 - Browse repository at this point
Copy the full SHA b22b349View commit details -
add unbundled es6 build with jsx file extensions (#1537)
* add unbundled es6 build with jsx file extensions * add es6 module import * Add build:es6 to prepublish step --------- Co-authored-by: DouglasDev <douglas.lerner@nationbuilder.com> Co-authored-by: Pete Cook <pete@cookpete.com>
Configuration menu - View commit details
-
Copy full SHA for e10640e - Browse repository at this point
Copy the full SHA e10640eView commit details -
Your player is great, thank you! I found a syntax error that breaks some of the responsive CSS. This tiny edit -- adding a single semicolon to one line of CSS -- fixes the problem.
Configuration menu - View commit details
-
Copy full SHA for 5966d17 - Browse repository at this point
Copy the full SHA 5966d17View commit details -
Add
"sideEffects": falsetopackage.json(#1524)I'm using this package as a dependency, and I want Webpack to be able to [optimize it out automatically](https://webpack.js.org/configuration/optimization/#optimizationsideeffects) if it ends up being the case that I do not use it (or only use parts of it). Skimming through the source code, I don't see any of the files running any code as the files are loaded, which should mean that the project qualifies as being side-effect free and can be optimized by Webpack. Co-authored-by: Emanuel Palm <emanuel@roboten.com>
Configuration menu - View commit details
-
Copy full SHA for 1677c57 - Browse repository at this point
Copy the full SHA 1677c57View commit details -
Configuration menu - View commit details
-
Copy full SHA for a110aaf - Browse repository at this point
Copy the full SHA a110aafView commit details -
Update light prop usage re: new feature in PR#1405 (#1510)
* Update light prop usage re: new feature in PR#1405 * Tidy up --------- Co-authored-by: Pete Cook <pete@cookpete.com>
Configuration menu - View commit details
-
Copy full SHA for a3ae210 - Browse repository at this point
Copy the full SHA a3ae210View commit details
Commits on Feb 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 22c0c95 - Browse repository at this point
Copy the full SHA 22c0c95View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.11.0...v2.11.1