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 thereact
library.