Skip to content

Releases: mkhuda/react-shaka-player

v1.2.2

07 Aug 06:58
7802544
Compare
Choose a tag to compare

Bump Shaka-Player 3.3.7

v1.2.1

30 Sep 20:44
720e311
Compare
Choose a tag to compare

reduce bundle size, we treat shaka-player as peer dep

v1.2.0

29 Sep 16:06
1f06c20
Compare
Choose a tag to compare
  • Optimize build
  • Remove demo folder. Prefers use CodeSandbox only. Or internal yarn link. Then I will create demo site on Github later.

v1.1.9

11 Sep 02:45
b228f40
Compare
Choose a tag to compare
  • move rollup to devDeps
  • remove unused global playerStats ref
  • fix slider-thumb on firefox
  • overlay classname
  • create a custom rollup-plugin-node-minify

v1.1.8

04 Sep 14:54
Compare
Choose a tag to compare

Force NPM release from v1.1.7

v1.1.7 (beta)

04 Sep 14:25
848d1bd
Compare
Choose a tag to compare
v1.1.7 (beta) Pre-release
Pre-release
  • add styles/ui.css. can be imported directly to project by @mkhuda/react-shaka-player/dist/ui.css
  • add superConfig props. ("STREAMING", "VOD")
  • mediaCurrentTime and endTime of player from onStatsChanged

v1.1.6

30 Aug 05:14
80760c3
Compare
Choose a tag to compare

[v1.1.6] & [v1.1.5] release changes:

  • Export all d.ts, for React Typescript usage
  • Export Hooks
  • Add onStatsChanged props to get statistics of video

v1.1.4

28 Aug 12:19
9530161
Compare
Choose a tag to compare
  • remove polyfill assertion with rollup
  • catch onPlayerError event
  • add @rollup/plugin-strip

v1.1.3

28 Aug 09:51
71d9e9a
Compare
Choose a tag to compare
  • Add onEnded listener
  • Update demo with codesandbox and readme

v1.1.2

27 Aug 17:28
816bdda
Compare
Choose a tag to compare
  • Move useEffect on mainComponent to Hooks
  • new uiConfig props
  • new playsInline props
  • Add many callbacks onPlay, onPause, onBuffering, onPlayerError event listener