Skip to content

Releases: wenliangdai/react-audioplayer

0.3.0

25 Jun 13:34
Compare
Choose a tag to compare

Added

  • Four event listeners inside <Audio />, which allows developers to control the state of the player in code

The name of them are:

  • 'audio-play'
  • 'audio-pause'
  • 'audio-skip-to-next'
  • 'audio-skip-to-previous'

Fixed

  • Upgraded to React v15.6.1 and changed to use prop-types library for type checking in React.js, which is an official recommended change as they've extracted React.PropTypes outside of the react library.