Skip to content

Latest commit

 

History

History
230 lines (177 loc) · 20.2 KB

CHANGELOG.md

File metadata and controls

230 lines (177 loc) · 20.2 KB

Changelog

v.5.0.2 (2022-05-25)

  • Fix build issues.

v.5.0.0 (2022-05-25)

  • Add UMD and SystemJS builds for CDN.

    So you can use it in single spa for example.

<script type="systemjs-importmap">
  {
    "imports": {
      "single-spa": "https://cdn.jsdelivr.net/npm/single-spa@5.9.0/lib/system/single-spa.min.js",
      "react": "https://unpkg.com/browse/react@17.0.2/umd/react.production.min.js",
      "react-dom": "https://unpkg.com/browse/react-dom@17.0.2/umd/react-dom.production.min.js",
      "plyr-react": "https://unpkg.com/plyr-react@5.0.0/umd/index.production.js"
    }
  }
</script>
  • The path for an import of css styles has been changed.
- import "plyr-react/dist/plyr.css"
+ import "plyr-react/plyr.css"
  • Optimize the core buld process and reduced the build time up to 10 seconds
  • Remove redundant stuff from the released plyr-react's package.json so there will be no underised side efffect

v4.0.0 (2022-05-02)

  • Implement usePlyr Hook and make the customization more easier
  • Integrate custom useHLS Hook make the seamless HLS integration possible.

v3.0.5 (2020-10-07)

Full Changelog

Closed issues:

  • Using ref-property #339

Merged pull requests:

v3.0.4 (2020-10-05)

Full Changelog

Merged pull requests:

v3.0.3 (2020-10-02)

Full Changelog

v3.0.2 (2020-10-01)

Full Changelog

Merged pull requests:

v3.0.1 (2020-09-30)

Full Changelog

Closed issues:

  • Convert to Typescript to aid intellisence and provide type support #308
  • Convert project to TypeScript #261
  • Typescript support #201

Merged pull requests:

v3.0.0 (2020-09-25)

Full Changelog

Security fixes:

Closed issues:

  • Could you add API to re-render the component if passing new props like sources to component? #215
  • React Player Project #212
  • Unsafe attempt to load URLDomains, protocols and ports must match. #183
  • Add npm package install instructions on README #136
  • How to run the methods like play, pause, etc.? #128

Merged pull requests:

v2.2.0 (2020-01-18)

Full Changelog

Closed issues:

  • Update Docs #65
  • Dependabot couldn't find a package.json for this project #56

Merged pull requests:

v2.0.1 (2020-01-17)

Full Changelog

v2.0.0 (2020-01-16)

Full Changelog

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator