Skip to content

Releases: cjam/react-native-spotify-remote

Release 0.3.8

07 May 13:44
Compare
Choose a tag to compare

Fixed

Release 0.3.7

19 Apr 14:02
Compare
Choose a tag to compare

Fixed

  • Reference error for javascript projects #127

Release 0.3.6

15 Apr 17:50
Compare
Choose a tag to compare

Added

  • playerContextChanged events to iOS & Android #118
  • CODE flow for Android Authentication #121

Fixed

  • Fix iOS returning access token instead of session object when re-authing #112
  • Readme error in example code #115

v0.3.5

28 Feb 02:03
Compare
Choose a tag to compare

Fixed

v0.3.4

15 Feb 23:17
Compare
Choose a tag to compare

Fixed

Updated

  • Allow partial item to be passed into playItemWithIndex (PR #91)
  • Example to use library from source instead of installing local version
  • Autogenerated documentation

v0.3.3

13 Dec 21:13
1b55967
Compare
Choose a tag to compare

Fixed

  • Updated Peer Dependency on React Native to >=0.60 Issue #80

Added

  • Better error messages on connection failures Issue #65
    • iOS now checks to see if Spotify is installed
  • License file

Updated

  • Example app to RN 63.4

v0.3.2

17 May 16:42
Compare
Choose a tag to compare

See the release notes for v0.3.1, v0.3.0

Fixed

  • added some defaults for ApiConfig

Added

  • More documentation around setting up android project

v0.3.1

17 May 15:11
Compare
Choose a tag to compare
v0.3.1 Pre-release
Pre-release

Fixed

  • added some additional exports to index.ts to support missing typings
  • updated docs

v0.3.0

17 May 14:36
d1a1f5f
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

A Pre-release to make sure installation works as expected.

SUPPORT FOR ANDROID!

Changed

  • ApiConfig.scope to ApiConfig.scopes which is now of type ApiScope[] and also aligns to the web api scopes
  • ApiScope enum values are now same as web api instead of bit flags
  • PlayerState.paused -> PlayerState.isPaused to align with Spotify's iOS/Android sdk's

Added

  • Android Support! Big thanks to @YozhikM for the initial work on this
  • PlaybackRestrictions.canSeek
  • SpotifyRemote.getChildrenOfItem now has optional options:GetChildrenItemsOptions for android paging
  • SpotifyAuth.authorize to replace SpotifyAuth.initialize which will now return a session object instead of just a token

Deprecated

  • SpotifyAuth.initialize in favor of SpotifyAuth.authorize

v0.2.2

22 Mar 17:36
39899b9
Compare
Choose a tag to compare

Changed

  • Removed logging on release builds Issue #31