react-responsive-audio-player
Advanced tools
Changelog
[v1.5.0] - 2018-09-30
style
prop to AudioPlayer
is now deprecated. Use styles on a container element, or CSS, instead.AudioPlayer
were to unmount during a seek.Changelog
[v1.4.2] - 2018-09-30
AudioPlayer
component. Playlists should be shallow copied if they need to be modified. Mutated playlists will no longer trigger re-renders in v2.0.0.Changelog
[v1.4.0] - 2018-09-03
crossOrigin
prop, which enables cross-origin audio sources to be manipulated by the Web Audio API.Changelog
[v1.3.2] - 2018-08-17
Changelog
[v1.3.1] - 2018-03-25
NotAllowedError
.Changelog
[v1.3.0] - 2018-02-24
<audio>
element now lives in the DOM (for Media Session API support) (#148)getDisplayText
prop defines display text as function of track object (#148)displayText
property on a playlist track is deprecated in favor of the artist
and title
properties (also used by Media Session API) (#148). Will be removed in v2.0.0.
getDisplayText
propChangelog
[v1.2.0] - 2018-02-03
controls
array prop, which allows customized selection and ordering of control components.controls
prop implementation possible. While this shouldn't affect you in most cases, your player might look slightly different if you had specified custom margins for the .audio_controls
CSS class. Apply that custom margin to the .spacer
class instead (as width
).hideBackSkip
, hideForwardSkip
and disableSeek
props are deprecated (replaced by controls
). Will be removed in v2.0.0.ResizeObserver
and querying for the box dimensions on every render (turns out this isn't that slow!).Changelog
[v1.1.5] - 2018-01-01