Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cookpete/react-player
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.11.0
Choose a base ref
...
head repository: cookpete/react-player
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.11.1
Choose a head ref
  • 9 commits
  • 12 files changed
  • 13 contributors

Commits on Feb 3, 2023

  1. 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>
    3 people authored Feb 3, 2023
    2 Configuration menu
    Copy the full SHA
    5c7ffa2 View commit details
    Browse the repository at this point in the history
  2. fix typo (#1558)

    marumaru1019 authored Feb 3, 2023
    Configuration menu
    Copy the full SHA
    b745191 View commit details
    Browse the repository at this point in the history
  3. Replace Vimeo default preview thumbnail (#1553)

    Replace Vimeo default preview thumbnail size from 295x166 to 640
    
    https://developer.vimeo.com/api/common-formats
    paladosss authored Feb 3, 2023
    Configuration menu
    Copy the full SHA
    b22b349 View commit details
    Browse the repository at this point in the history
  4. 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>
    3 people authored Feb 3, 2023
    Configuration menu
    Copy the full SHA
    e10640e View commit details
    Browse the repository at this point in the history
  5. responsive CSS fix (#1533)

    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.
    joe-westcott authored Feb 3, 2023
    Configuration menu
    Copy the full SHA
    5966d17 View commit details
    Browse the repository at this point in the history
  6. Add "sideEffects": false to package.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>
    emanuelpalm and Emanuel Palm authored Feb 3, 2023
    Configuration menu
    Copy the full SHA
    1677c57 View commit details
    Browse the repository at this point in the history
  7. Extending valid DailyMotion URL regex Fix #1430 (#1516)

    * issue #1430 fixed
    
    * #1430 extending valid DailyMotion URL regex
    
    ---------
    
    Co-authored-by: egon-isnoise <egonisnoise@proton.me>
    egon-isnoise and egon-isnoise authored Feb 3, 2023
    Configuration menu
    Copy the full SHA
    a110aaf View commit details
    Browse the repository at this point in the history
  8. 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>
    idiglove and cookpete authored Feb 3, 2023
    Configuration menu
    Copy the full SHA
    a3ae210 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. 2.11.1

    cookpete committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    22c0c95 View commit details
    Browse the repository at this point in the history
Loading