Skip to content

Releases: lhz516/react-h5-audio-player

3.9.3

01 Jul 01:26
Compare
Choose a tag to compare
  • Fix the issue #232 which causes the player not working when dragging progressbar knob to end without playing the audio

3.9.1

28 Dec 07:05
Compare
Choose a tag to compare
  • Fix progress bar indicator when changing custom layouts #219

3.9.0

23 Sep 05:21
Compare
Choose a tag to compare
  • Upgrade @iconify/react to v4
  • Fix the crossOrigin prop type. Now it's React.AudioHTMLAttributes<HTMLAudioElement>['crossOrigin'] instead of string

3.8.6

24 Sep 08:00
Compare
Choose a tag to compare
  • Remove componentWillUnmount because it's not supported in React 18 development environment. See issue #169

3.8.4

16 Apr 04:42
Compare
Choose a tag to compare
  • Allow React 18 as Peer Dependency #149

3.8.3

19 Feb 01:19
Compare
Choose a tag to compare

Pin @iconify/icons-mdi version to 1.1.x to avoid build error. See issue #143

3.8.2

19 Feb 01:17
Compare
Choose a tag to compare

Bumping @iconify/react to 3.x

3.8.1

30 Nov 01:42
Compare
Choose a tag to compare
  • Fix some i18n aria-labels mentioned in issue #136

3.8.0

19 Nov 06:14
Compare
Choose a tag to compare
  • New prop - i18nAriaLabels - Added i18n support to aria-labels. The default aria-labels can be overwritten by passing i18nAriaLabels into the component

3.7.4

05 Nov 03:53
Compare
Choose a tag to compare
  • Fixed the playing and paused classes flipped issue #132 @ptmkenny