Skip to content

V1.1.0 2017-02-19

Compare
Choose a tag to compare
@mldangelo mldangelo released this 19 Feb 15:28

Added:

  • A /music page that scrapes top played artists from last.fm.
  • A full page layout that hides the left nav.
  • A custom link renderer to react-markdown to navigate to other pages without performing a full refresh.
  • more babel plugins to minimize react file size and decrease loading time.

Improved:

  • Webpack config files rewritten in ES2015.
  • Refactored API. Each route is now in its own file.
  • Refactored SCSS file paths.
  • Google Analytics now only logs hits when in production mode.

Fixed:

  • Markdown was being rendered twice. Once by markdown-loader with webpack and once by react-markdown.
  • Now calling clearInterval on timers when components are unmounted. This previously caused a set state error.

Known Issues:

  • Artist tiles on page can be poorly formatted when artist names are too long.