Releases: lhz516/react-h5-audio-player
Releases · lhz516/react-h5-audio-player
3.10.0-rc.1
- Upgrade Webpack 4 -> 5
- Upgrade
@iconify/react
4 -> 5
Dev
3.10.0-rc.0
- 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
- Fix the issue #232 which causes the player not working when dragging progressbar knob to end without playing the audio
3.9.1
- Fix progress bar indicator when changing custom layouts #219
3.9.0
- Upgrade
@iconify/react
to v4
- Fix the
crossOrigin
prop type. Now it's React.AudioHTMLAttributes<HTMLAudioElement>['crossOrigin']
instead of string
3.8.6
- Remove
componentWillUnmount
because it's not supported in React 18 development environment. See issue #169
3.8.4
- Allow React 18 as Peer Dependency #149
3.8.3
Pin @iconify/icons-mdi
version to 1.1.x
to avoid build error. See issue #143
3.8.2
Bumping @iconify/react
to 3.x
3.8.1
- Fix some i18n aria-labels mentioned in issue #136