Skip to content

Release 1.0.5

Compare
Choose a tag to compare
@stilist stilist released this 17 Dec 03:56
· 119 commits to master since this release

Added

  • Add gzip-compressed version of dist/ files
  • Add webpack-bundle-analyzer plugin
  • Include TypeScript definition file
  • Use cache-loader with css-loader and ts-loader

Changed

  • Add .md extension to CHANGELOG
  • Update npm dependencies
  • Move browserslist config outside webpack config
  • Move Babel config outside webpack config
  • Babel now recompiles TypeScript’s output using browserslist data
  • Switch from awesome-typescript-loader to ts-loader
  • Scope most plugins to production environment

Fixed

  • Fix ## that should be ### in change log
  • Fix several minor copy errors
  • Fix TypeScript compile errors revealed by running tsc directly