Skip to content

Releases: leoasis/react-sound

v0.5.2

03 Aug 13:17
Compare
Choose a tag to compare
  • Now react-sound properly initializes soundmanager when loading asynchronously (#11 thanks again @Secretmapper!)

v0.5.1

25 Jul 15:27
Compare
Choose a tag to compare

v0.5.0

21 Jun 21:15
Compare
Choose a tag to compare
  • Added new volume prop to control sound volume (#6 thanks @vmasto!)

v0.4.0

20 Apr 01:05
Compare
Choose a tag to compare
  • 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

04 Nov 21:54
Compare
Choose a tag to compare
  • Add support for React 0.14.x (React 0.13.3 still supported)

v0.2.1

24 Sep 21:25
Compare
Choose a tag to compare
  • [fix] Avoid creating sounds before soundmanager is ready
  • [fix] Start playing sound on mount if initial playStatus is PLAYING

v0.2.0

27 Jul 22:21
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release
  • Fix wrong proptype check
  • Fix check to entering controlled mode
  • Change startFromPosition prop to playFromPosition

v0.1.1

22 Jun 00:57
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release
  • Add react-component to package.json keywords

Initial release

22 Jun 00:47
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release
v0.1.0

Polish API. Complete readme