Skip to content

Releases: Okazari/Rythm.js

v2.2.5 - A lot of new dances !

11 Jun 08:54
ec0efed
Compare
Choose a tag to compare

There is a now a new co-maintainer, welcome to @maici 😄

Dance

Developpers

Plan for the future

  • New project called "Rock-it-code" 😄
  • New rythm.js demo page with showcases 😉
  • Open-sourcing rythm.js-cdk web component library

v2.2.4

08 Oct 08:06
Compare
Choose a tag to compare

FEATURE:

FIX:

  • fix typo in borderWidth documentation (#90) thx @Slashgear
  • Fixed demo behavior on scroll (music control button wasn't showing up)

v2.2.3 That's not the width that count

15 Feb 14:00
Compare
Choose a tag to compare

Hey ! Here is the version v2.2.3 with a single addition by @maryzam 👍

Dance

v2.2.2 - Neon, Kern and bordercolor dance !

06 Nov 14:39
Compare
Choose a tag to compare

Welcome to the new contributors @mathieu-pousse & @ccocoual !

Feature

@mathieu-pousse : Kern Dance !
@mathieu-pousse : Border-color Dance !
@ccocoual : Neon Dance !

Bugfix

@ccocoual : Fix #74 Bottom player is not visible on chrome mac OS.

Dev

@ccocoual : Added editorconfig + prettier precommit hook

v2.2.1 - New dances and some bugfixes

10 Oct 12:08
Compare
Choose a tag to compare

Feature

@johnwquarles : Swing dance !
@Jesm : Blur Dance !

Bugfix

@kpensec : Fix #39 Microphone behavior when pausing and starting again.
@hongmaoxiao : Prevent a case where Rythm would divide by 0

v2.2.0 : Radius dance & reset element styles

13 Sep 23:27
Compare
Choose a tag to compare

Features

  • A whole new radius dance ! Reliying on border-radius property. Credit to @ajaymathur.
  • Element style will be restored upon stop by default. Credit to @nesvand.

Breaking changes

Custom dance types are no longer a single function and is now an object with two properties : dance & reset wich are both functions.
Old way : addRythm('my-css-class', pulse, 150, 40)
New way : addRythm('my-css-class', { dance: pulse, reset: resetPulse }, 150, 40)

v2.1.1 - Improvements

11 Sep 12:20
Compare
Choose a tag to compare

Feature :

  • @sdras : Dances use hardware acceleration

Bugfix :

v2.1.0 Added minified version

11 Sep 11:40
Compare
Choose a tag to compare

@nesvand : Add minified version #16

v2.0.4 - Fix for use with external audio element

25 Apr 08:45
Compare
Choose a tag to compare

Rythm v2.0.0

04 Mar 20:10
Compare
Choose a tag to compare

Why 2.0 ?

I re-wrote the whole core in ES6. People can now easily do a PR to add new move effects

What's new ?

  • Rewrote core in ES6
  • Added new build-in dances functions
    • Pulse
    • Jump
    • Shake
    • Twist
    • Vanish
    • Color
  • Added a new part in README to explain how to contribute by adding a new dance
  • A whole new demo page