Skip to content

v0.6.0

Choose a tag to compare

@bikegriffith bikegriffith released this 05 Mar 14:00
· 4 commits to master since this release

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