Skip to content

Latest commit

 

History

History
117 lines (71 loc) · 2.98 KB

CHANGELOG.md

File metadata and controls

117 lines (71 loc) · 2.98 KB

Installation

To install react-native-track-player see this guide.

To install release candidates run yarn add react-native-track-player@next

Main

Enhancements
  • Add property isLiveStream to Track for correct display in iOS control center. dcvz
Bug Fixes
  • Make react-native-windows and optional peer dependency (#1324). jspizziri

2.1.2 (25.10.21)

Enhancements
  • None.
Bug Fixes
  • Update SwiftAudioEx - Fixes issues with flickering notifications + pause between loads

  • Fix cyclic require warning regression #1057

  • [ios] Fix PlaybackQueueEnded event to be called only when the track ends #1243

2.1.1 (25.09.21)

Enhancements
  • [ios] Fix getCurrentTrack returns undefined instead of null
  • [ios] Fix getTrack returning undefined instead of nil
  • Fix an issue with next/previous in the control center stopping playing on iOS15
Bug Fixes
  • None.

2.1.0 (16.09.21)

Enhancements
  • None.
Bug Fixes
  • Remove Support for iOS 10 & Support Xcode 13 dcvz #1186

    • NOTE: Requires minimum deployment target to be updated to iOS 11.
  • Reset initialization on destroy sreten-bild

  • Fix onTaskRemoved NullPointerException Markario

2.0.3 (19.08.21)

Enhancements
  • None.
Bug Fixes
  • Fix Event.PlaybackQueueEnded firing on initialization on Android dcvz #1229

  • Make useProgress unmount aware. lyswhut

  • Make usePlaybackState unmount aware. dcvz

2.0.2 (15.08.21)

Enhancements
  • Import SwiftAudioEx through podspec dcvz
Bug Fixes
  • useProgress hook should update while paused dcvz

2.0.1 (11.08.21)

Enhancements
  • None.
Bug Fixes
  • Add startForeground to onCreate. Bang9 #620 #524 #473 #391

  • Fix compilation of Windows module. dcvz

  • Fix regression in updating artwork on updateMetadata and updateNowPlayingMetadata dcvz #662