Skip to content

Releases: cjam/react-native-spotify-remote

v0.2.1

22 Mar 15:08
d8e6c7f
Compare
Choose a tag to compare

Fixed

  • Playing Playlist Item would throw exception on PlayerState update Issue #35
  • Safer use of the remote apis Issue #32

v0.2.0

19 Feb 22:12
c9b5bb2
Compare
Choose a tag to compare

Changed

  • Spotify SDK from 1.2.0 to 1.2.2
  • Example App to use an App Context so that components could be factored to separate files

Added

  • ApiConfig (Used to authenticate and initialize session with SpotifyAuth)
    • PlayURI - URI to play when authorizing (Issue #29)
    • showDialog - Whether or not to show the auth dialog
  • SpotifyAuth
    • endSession() - Ends current session
    • getSession() - Gets the current session object
  • SpotifySession - Session Object Definition
  • SpotifyRemote
    • disconnect() - Disconnects the Remote from Spotify
  • Feature Matrix to Readme (Docs)
  • Example of queuing many tracks
  • Requirement of XCode 11

v0.1.1

21 Jan 14:55
0fdaf3e
Compare
Choose a tag to compare

Fixed

  • Missing SpotifyiOS headers / Framework #25

v0.1.0

18 Jan 01:24
738566e
Compare
Choose a tag to compare

Changed

  • Updated Spotify SDK to v1.2.0
  • getRecommendedContentItems now takes options object instead of ContentType
  • Example app to more fully exercise exposed functionality #20

Fixed

  • playerStateChanged event not triggered #14

Added

  • playItem
  • playItemWithIndex for #15
  • getRootContentItems
  • getContentItemForUri
  • getCrossfadeState
  • Track Properties
    • saved
    • episode
    • podcast
  • ContentItem Properties
    • availableOffline
    • children

v0.0.8

14 Dec 10:55
Compare
Choose a tag to compare

Fixed
#12: 'React/RCTConvert.h' file not found
Added
Troubleshooting section to readme

v0.0.7

13 Dec 13:31
Compare
Choose a tag to compare

Fixing the Cocoapod install docs

v0.0.6

13 Dec 13:03
f1a1e47
Compare
Choose a tag to compare

Added

  • Cocoapod support
  • RN >= 0.60 support

Updated

  • Example application to RN > 0.60
  • Docs