Skip to content

Releases: lhz516/react-h5-audio-player

3.10.0-rc.1

30 Dec 07:57
Compare
Choose a tag to compare
3.10.0-rc.1 Pre-release
Pre-release
  • Upgrade Webpack 4 -> 5
  • Upgrade @iconify/react 4 -> 5

Dev

  • Upgrade Storybook 6 -> 8

3.10.0-rc.0

18 Dec 19:44
Compare
Choose a tag to compare
3.10.0-rc.0 Pre-release
Pre-release
  • Add React 19 to peerDependencies

This is a pre-release because the testing library doesn't support React 19, and we still relied on React 18 for testing.
Trying to find a way to make tests pass with React 19

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