Releases: leoasis/react-sound
Releases · leoasis/react-sound
v0.5.2
- Now
react-sound
properly initializes soundmanager when loading asynchronously (#11 thanks again @Secretmapper!)
v0.5.0
- Added new
volume
prop to control sound volume (#6 thanks @vmasto!)
v0.4.0
- Fixes bug where the sound stops playing if the status is PLAYING but the url is changed (#2 and #3)
- The
Sound
component now renders null
instead of <noscript />
- Add support for React v15
v0.3.0
- Add support for React 0.14.x (React 0.13.3 still supported)
v0.2.1
- [fix] Avoid creating sounds before soundmanager is ready
- [fix] Start playing sound on mount if initial playStatus is PLAYING
v0.2.0
- Fix wrong proptype check
- Fix check to entering controlled mode
- Change
startFromPosition
prop to playFromPosition
v0.1.1
- Add
react-component
to package.json keywords
Initial release
v0.1.0
Polish API. Complete readme