Skip to content

Latest commit

 

History

History
172 lines (100 loc) · 11.9 KB

CHANGELOG.md

File metadata and controls

172 lines (100 loc) · 11.9 KB

1.2.1 (2021-06-27)

Bug Fixes

Features

  • add specific headers to graphql client (db6abcd)
  • add useUpdate hook and fix clear play list and clear play history (4ceb854)

1.2.0 (2021-06-20)

Bug Fixes

1.1.5 (2021-06-16)

Bug Fixes

  • get playlist songs api and recommend songs api logic (4712336)

Features

  • update service ip addr (ac0eecb)
  • upgrade @uniquemo/mui to v0.0.3 (d1de22d)

1.1.4 (2020-11-04)

Bug Fixes

  • html-webpack-plugin warning (df2ae8c)

Features

  • lint style files (883628f)
  • issues: add 升级react16到react17 (0f1355b)
  • update @babel/preset-react config, set runtime to automatic (d7c8a62)
  • upgrade html-webpack-plugin version (486fe26)
  • upgrade react16 to react17 (287d4a0)
  • upgrade typescript3 to typescript4 (93a54b1)

1.1.3 (2020-10-21)

Features

  • add webpack hmr config (142b448)
  • set jsxSingleQuote to true in prettier configuration (a1b8713)

1.1.2 (2020-05-21)

Bug Fixes

  • docker release node script (4e7b8ec)

1.1.1 (2020-05-21)

Bug Fixes

  • docker file nginx config (c2e31c6)

Features

  • add deploy docker node script (7bf0938)
  • add music vip type and music resource does not exist condition (3ef9dcc)

1.1.0 (2020-05-19)

Features

  • add music vip type and music resource does not exist condition (3ef9dcc)

1.0.0 (2020-05-17)

Bug Fixes

  • file letter case in linux (e994528)
  • lyric scrollbar ui (98058df)
  • number, add github address (a560127)
  • play progress bar (d05d444)
  • remove heart like button in music list (8dfe6b7)
  • remove lazy import for layout (53702d7)
  • search input controlled to uncontrolled warning (d894774)
  • typo (17ff938)
  • when remove play history, ui does not update (622a1b3)

Features

  • add @babel/plugin-transform-runtime to babelrc to enable async/await grammer (6b3c8c1)
  • add api address (03aef4a)
  • add axios error toaster (e695ed6)
  • add banner click event, play music (58b76a1)
  • add constants.module.css (9336c03)
  • add docker and nginx config file (3f11b0c)
  • add Header Searcher UI and logic (e0010aa)
  • add LatestMusic Page UI and logic (2a12151)
  • add Layout, postcss-loader, react-router-dom (5ab34ee)
  • add localStorage helper (41f57e4)
  • add login dialog (95ea239)
  • add login logic, including apis (1f22155)
  • add logout logic (d4e22d4)
  • add logReducer, modify login/logout logic (80de017)
  • add lyric logic (192be24)
  • add menu nav logic, favicon etc (a0d3d01)
  • add MusciDetail component, comment, simi songlist, simi songs logic (a8e11bd)
  • add Pagination component (640815e)
  • add play list logic (bb29b1e)
  • add play recode api and ui logic (2300f9d)
  • add PlayMode, PlayVolume and play logic (a4d1c1d)
  • add playMusic reducer, context etc (599dd16)
  • add ProgressBar (07d511a)
  • add Recommendation, Banner logic (5c01f03)
  • add Recommendation, Latest music logic (1e8fbcd)
  • add Recommendation, MV logic (a5b9210)
  • add Recommendation, Song List logic (8816f23)
  • add RecommendDaily page ui and logic (715b7c5)
  • add search Result Page (f2cf52f)
  • add Search Result Page logic, play music logic (4f6bf44)
  • add songlist detail page ui and logic (2af8d01)
  • add Songlists Page UI and logic (df9dcce)
  • add use songlist ui and logic (0fbe910)
  • add useAsyncFn hook (35eaf2f)
  • add useAudio hook, refactor playMusic reducer, add audioContext (a7172a4)
  • add vscode setting (b48dd4f)
  • change site title (be03b7d)
  • initialize project (2502bc9)
  • introduce blueprints react component library (44fdcdb)
  • optimize search result ui interaction, play music logic (46a17ff)
  • update gitignore (fe9faac)

Performance Improvements

  • optimize webpack bundle size, and build speed, including extract css file, lazy loading etc (176d8bd)
  • remove playlist playhistory from reducer state (96b7f33)
  • use hook for Layout Footer, add requestAnimationFrame (3c50e82)