Releases: Okazari/Rythm.js
v2.2.5 - A lot of new dances !
There is a now a new co-maintainer, welcome to @maici 😄
Dance
- 💃 Tilt by @lim4349
- 💃 Font-color by @tnwjd4623
Developpers
- 🌐 Translated CONTRIBUTING.md into Korean by @lim4349
- 📝 Fixed some typo in README.md by @anant-k-singh
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
FEATURE:
- Font-size dance (#89) thx @Slashgear
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
v2.2.2 - Neon, Kern and bordercolor dance !
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
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
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
v2.1.0 Added minified version
v2.0.4 - Fix for use with external audio element
Rythm v2.0.0
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