Skip to content

Releases: idanlo/react-spotify-api

Update dependencies

07 Jun 16:40

Choose a tag to compare

Update dependencies Pre-release
Pre-release

v1.6.0...v1.7.0-0

v1.6.0

07 May 14:43

Choose a tag to compare

  • Merge pull request #8 from samjt/master 90e9401
  • Add runtime transform to babel compilation for dist 50b23c1
  • update readme and add my react-spotify project as demo 53c879b

v1.5.2...v1.6.0

v1.5.2

01 Apr 15:23

Choose a tag to compare

v1.5.1...v1.5.2

New Hooks! useSearch, useUser & useAlbum

22 Feb 22:08

Choose a tag to compare

  • add documentation for hooks 7fdef03
  • new hook useSearch, still needs work because it sends query params that are not needed such as 'artist=true' e07436d
  • new hook useUser to fetch data about current user or other user with given id a88c630
  • user component does not receive an options object (according to spotify docs) 85eb621
  • new hook! useAlbum 83a29e0
  • fix propTypes id type to require array of strings and not array of nulls 49e2273
  • fix wrong prop in context provider to 'value' instead of token 8950db8

v1.4.2...v1.5.0

v1.4.2

20 Feb 13:25

Choose a tag to compare

  • fix wrong parameters called with props.children on album components af68da0
  • finish testing api components/hooks 92f3ae0
  • set loading state to false when error occures cf7390f
  • add tests for api components and hooks, with jest mocking fetch api 6eb34d3
  • use async function with await/catch and split it from the react useEffect hook ec5770a
  • fix util function to only return query params if there are any, unless return empty string 6cde097
  • accidently used useLayoutEffect, switch to async try/catch instead of .then and .catch d51b46b

v1.4.1...v1.4.2

v1.4.1

19 Feb 22:37

Choose a tag to compare

1.4.1

v1.4.0

19 Feb 22:34

Choose a tag to compare

  • add introduction to github 3588340
  • add test for the useApiRequest hook, still needs some work because of global.fetch spahgetti code 1394db7
  • remove axios dependency and use the fetch api instead 759b892
  • add missing component BrowseCategory fd4c915

v1.3.2...v1.4.0

v1.3.2

19 Feb 07:38

Choose a tag to compare

  • minify bundle size by changing arrow functions to regular functions 2e541f5

v1.3.1...v1.3.2

v1.3.1

18 Feb 21:10

Choose a tag to compare

  • add correct babelrc config file 5b602e5

v1.3.0...v1.3.1

V1.3.0!

18 Feb 20:57

Choose a tag to compare

Changed many of the imports, information in the docs

  • add search documentation and fix album test file 5999f01
  • add user section and document all user components cdbb034
  • add browse section e18001a
  • change some types for 'limit' and 'offset' to be both string and number, and add browse components (split up and document) 1eed89a
  • add playlist section to documentation eae0282
  • add album components section to documentation 0c14052
  • add react-dom to peerdeps 8d1ad46

v1.2.2...v1.3.0