You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

react-responsive-audio-player

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-responsive-audio-player - npm Package Versions

2

1.5.0

Diff
b
benwiley4000
published 1.5.0 •

Changelog

Source

[v1.5.0] - 2018-09-30

Deprecated

  • The style prop to AudioPlayer is now deprecated. Use styles on a container element, or CSS, instead.

Fixed

  • Fixes a bug where selection on the document would remain disabled if the AudioPlayer were to unmount during a seek.
b
benwiley4000
published 1.4.2 •

Changelog

Source

[v1.4.2] - 2018-09-30

Deprecated

  • Deprecates the practice of mutating playlists passed to the 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.
b
benwiley4000
published 1.4.0 •

Changelog

Source

[v1.4.0] - 2018-09-03

Added

  • New support for the crossOrigin prop, which enables cross-origin audio sources to be manipulated by the Web Audio API.
b
benwiley4000
published 1.3.2 •

Changelog

Source

[v1.3.2] - 2018-08-17

Security

  • Resolved security vulnerabilities in dependency graph. Please upgrade!
b
benwiley4000
published 1.3.1 •

Changelog

Source

[v1.3.1] - 2018-03-25

Changed

  • Only emit warning about autoplay being disabled if the error was a NotAllowedError.

Fixed

  • No more abort errors fired when rapidly skipping through tracks or pausing before play has a chance to happen.
b
benwiley4000
published 1.3.0 •

Changelog

Source

[v1.3.0] - 2018-02-24

Added

  • New integration with the Media Session API which allows track metadata and playback controls to be displayed in system notifications (Chrome for Android, and other supporting platforms) (#148)
    • See #146 for a detailed list of new prop options
  • The <audio> element now lives in the DOM (for Media Session API support) (#148)
  • New getDisplayText prop defines display text as function of track object (#148)

Changed

  • Previously, the audio always paused before changing to a new track. There was no real benefit to this, and it caused weird behavior in the Media Session API integration (pause button would very briefly render as a play button) so that behavior was removed. Audio now only pauses on track change if the playlist is completed, and non-cycling. (#153)

Deprecated

  • The 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.
    • If this isn't enough, you can define the getDisplayText prop

Fixed

  • Pause state no longer gets out-of-sync at the end of a non-cycling playlist (#154)
b
benwiley4000
published 1.2.1 •

Changelog

Source

[v1.2.1] - 2018-02-14

Fixed

  • Fixed #144, where the forward skip button acted like the back skip button.
b
benwiley4000
published 1.2.0 •

Changelog

Source

[v1.2.0] - 2018-02-03

Added

  • There's a new controls array prop, which allows customized selection and ordering of control components.

Changed

  • There was some refactoring of audio controls code (including HTML strucure) to make the 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).

Deprecated

  • The hideBackSkip, hideForwardSkip and disableSeek props are deprecated (replaced by controls). Will be removed in v2.0.0.

Fixed

  • Definitively solved issues with time seeking after updates to layout, by just removing the ResizeObserver and querying for the box dimensions on every render (turns out this isn't that slow!).
b
benwiley4000
published 1.1.5 •

Changelog

Source

[v1.1.5] - 2018-01-01

Added

  • Official support for React 16.
b
benwiley4000
published 1.1.4 •

Changelog

Source

[v1.1.4] - 2017-05-20

Fixed

  • It's no longer possible to select out-of-bounds times by dragging on the progress bar. (#46)
  • You'll no longer experience seeking bugs if the progress bar resizes, but not the window (we're now tracking the resizing of the element itself). (#49)
2
SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.