Skip to content

Releases: bikegriffith/clappr-playback-rate-plugin

Improve Clappr 0.4.x compatibility - #21

11 Mar 23:15
Compare
Choose a tag to compare

v0.6.0

05 Mar 14:00
Compare
Choose a tag to compare

Restores the backward compatibility with Clappr 0.2.x and make it work again with latest.

Major changes :

Playback rates are internally handled as Number
Added player external interface getPlaybackRate and setPlaybackRate methods
Removed MEDIACONTROL_PLAYBACKRATE from #3 (supersede by external interface)
upgraded all dependencies to latests (Webpack to v4)
Added code lint npm tasks (npm run lint)
Added local dev. server npm task (npm start)
To compile unminified es5 : npm run build
To compile minified es5 : npm run dist
Added release npm task to run lint and compile all (npm run release)
Updated documentation

Thank you @kslimani

v0.5.1

10 Dec 20:02
Compare
Choose a tag to compare
  • remove test runner (it had vulnerable sub-dependencies and we weren't using it)

v0.5.0

10 Dec 19:58
Compare
Choose a tag to compare

v0.4.0

20 Dec 14:01
Compare
Choose a tag to compare
  • updates to webpack 3 - #11
  • fixes double-bundling problem - #10

Thanks to @mgambati!

v0.3.2

06 Dec 17:15
Compare
Choose a tag to compare
  • adds support for playback rate changing on audio elements (fixes #9)

v0.3.1

24 Jan 16:51
Compare
Choose a tag to compare
  • Fixes issue settings active class (thanks @ludov04!)

v0.3

31 Dec 01:45
Compare
Choose a tag to compare

Fixes issue #5

v0.2

31 May 13:52
Compare
Choose a tag to compare
  • adds event to set rate programatically (solves #2)

Thanks @iongion!

v0.1.4

27 Jan 04:58
Compare
Choose a tag to compare
remove window pollution; hack on the entrypoint some more