Releases: mkhuda/react-shaka-player
Releases · mkhuda/react-shaka-player
v1.2.2
07 Aug 06:58
Compare
Sorry, something went wrong.
No results found
v1.2.1
30 Sep 20:44
Compare
Sorry, something went wrong.
No results found
reduce bundle size, we treat shaka-player as peer dep
v1.2.0
29 Sep 16:06
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
v1.1.7 (beta)
04 Sep 14:25
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
[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
Compare
Sorry, something went wrong.
No results found
remove polyfill assertion with rollup
catch onPlayerError event
add @rollup/plugin-strip
v1.1.3
28 Aug 09:51
Compare
Sorry, something went wrong.
No results found
Add onEnded listener
Update demo with codesandbox and readme
v1.1.2
27 Aug 17:28
Compare
Sorry, something went wrong.
No results found
Move useEffect on mainComponent to Hooks
new uiConfig props
new playsInline props
Add many callbacks onPlay, onPause, onBuffering, onPlayerError event listener