React Howler Versions Save

A React.js wrapper for howler.js (audio player)

3.7.0

6 years ago
  • Added: Load sound when props.preload changes to true (#58)

3.6.7

6 years ago
  • Fixed: Don't seek if no props.seek specified (#57)

3.6.5

6 years ago
  • Updated: Use Howler.js version 2.0.7 to fix Chrome deprecation warning (#52, #53)

3.6.4

6 years ago
  • Updated: Revert prevent seeking if the sound is not loaded (#41) since upstream issue was fixed (#44)
  • Updated: Use fixed Howler.js version (#39)
  • Added: Support for React 16 (#46)

3.6.3

6 years ago
  • Fixed: Prevent seeking if the sound is not loaded to avoid upstream issue (#41)

3.6.2

7 years ago
  • Fixed: Replace React.PropTypes with prop-types package. Fixes deprecation warning when using react version greater than 15.5 (#34)

3.6.1

7 years ago
  • Fixed: Issue causing possible reinitialization when using an array as the src prop.

3.6.0

7 years ago
  • Added: preload prop (#27)
  • Added: load() method
  • Added: howlerState() method

3.5.1

7 years ago
  • Updated: Remove Yarn from devDependencies - it's recommended to install globally so having it as a devDep is redundant.

3.5.0

7 years ago
  • Added: html5 option (#26)