Skip to content

Latest commit

 

History

History
166 lines (110 loc) · 16.7 KB

CHANGELOG.md

File metadata and controls

166 lines (110 loc) · 16.7 KB

0.9.0 (2021-10-19)

Features

  • shared: ✨ Add error snackbar (#205) (e29d408)
  • shared: ✨ Add language selection (#247) (7f153f5)
  • spotify: ✨ Add smartphone icon for user devices (#219) (f56fbbc)

Performance Improvements

0.8.0 (2021-08-16)

Bug Fixes

  • lyrics: 🐛 Split title to not use '- From...' in lyrics search (#202) (4f66956)
  • spotify: 🐛 Use the grid on the player to prevent for moving a track controls (fb0d26c)

Features

  • shared: ✨ Add auth token autorefresh (#213) (b2073bb)
  • shared: ⚡ Use proxy for getting user location (#210) (e7d6ee1)
  • spotify: ✨ Add non premium user message (#204) (98385bb)
  • spotify: ✨ Add overflow directive (#203) (891c3a1)
  • spotify: ✨ Add playlists on homepage (#201) (cfd4acf)
  • spotify: ✨ Add recently played and featured playlists on dashboard (#215) (57e63c0)

Performance Improvements

  • ⚡ Split homepage views into modules for better first load impression (#211) (357e414)
  • shared: 📈 Improve google analytics tracking (#214) (5493618)

0.7.0 (2021-08-14)

Features

  • 💄 Add homepage padding on large screens (#196) (9177aae)
  • lyrics: ✨ Filter lyrics to use only lrc files (#194) (55737a5)
  • spotify: ✨ Add play button on track (#197) (f5cac99)
  • spotify: ✨ Add play on details view (#195) (c1a7372)

0.6.0 (2021-08-12)

Bug Fixes

  • Add a login authorization info (#159) (030ab72)
  • components: 💄 Card wrapper single line height (#174) (162ed6d)
  • interceptor: 🐛 Fix refresh token login in interceptor (#175) (185446a)
  • shared: 🐛 Remove duplicate user country requests (#178) (35bedfe)

Features

0.5.0 (2021-07-27)

Bug Fixes

Features

0.4.0 (2021-07-17)

Features

  • 🎨 Add storybook addons (#62) (be5fb84)
  • spotify: ✨ Add a current song in a page title (#59) (0c19067)
  • spotify: ✨ Add auto pagination handle (#56) (763bbc3)
  • spotify: ✨ Add card wrapper (#54) (213733f)
  • spotify: ✨ Add Playlist Card Decorator (#77) (675088a)
  • spotify: ✨ Add search view (#55) (4c7358d)

0.3.0 (2021-06-26)

Features

  • shared: ✨ Add spotify market interceptor (#50) (1def952)
  • spotify: ✨ Add album card (#52) (7ae1468)
  • spotify: ✨ Add artist page (#49) (8901f13)
  • spotify: ✨ Add card view and storybooks (#51) (c2323bf)
  • spotify: ✨ Add navigation buttons (#48) (10d08dd)

0.2.0 (2021-05-07)

Bug Fixes

Features

  • lyrics: 💄 Change lyrics display mode for more user friendly (#41) (6bc7495)
  • shared: ✨ Add app info modal (#40) (18d2ad6)
  • shared: ✨ add keyboard shortcuts to the app (#42) (79317cb)
  • spotify: 💄 Add album cover on album view (#44) (eb5dbf4)

0.1.3 (2021-04-29)

Bug Fixes

  • 🚑 Fix proxies on production (#38) (f9c6897)
  • 🐛 Wrong logo used page depending on dark/light mode (#34) (e58575f)
  • 💄 Adjust login page for mobile devices (#37) (0bff1f8)
  • ✏️ Fix typo on main page (#35) (49d17c1)

Features

0.1.2 (2021-04-28)

Features

  • spotify: 👽 Fix user authorization (#27) (dcdc012)
  • spotify: 👽 Use JWT for user authorization as described in Spotify API (#29) (77673b0)
  • spotify: ✨ Add basic navigation bar and user logout (#30) (a5a1479)
  • spotify: ✨ Add login page to the app (#31) (bc2b7e0)
  • 🌐 add i18n support (#28) (5b3b827)

0.1.0 (2021-04-25)

Features

  • ➕ Add a release-it tool (#25) (cf4aa79)
  • lyrics: 💄 Add user info about current progress (#24) (823a594)
  • spotify: ✨ add basic menu in sidebar (#23) (e1a4606)
  • 📈 Add google analytics (#22) (09d4270)
  • 💄 Configure app colors and add dark mode (#20) (eb55b31)
  • :sparkels: Add song list (#21) (81df3e9)
  • spotify: ✨ Add current playing song control (#18) (02e062d)

0.0.2 (2021-04-23)

Bug Fixes

  • ci: 🚑 Remove tailwind in a project since build errors (#16) (02ae8c7)

Features

0.0.1 (2021-04-22)

Bug Fixes

  • 🚑 Fix missing proxy on prod build (d307fc6)

Features

  • lyrics: ✨ Add basic lyrics service (b030abc)
  • lyrics: ✨ add basic lyrics component (#4) (9cae0d2), closes #1
  • spotify: ✨ Add spotify player (#5) (1e98340)