Skip to content

Latest commit

 

History

History
68 lines (47 loc) · 2.14 KB

CHANGELOG.md

File metadata and controls

68 lines (47 loc) · 2.14 KB

v0.4.0

  • Add TypeScript support
  • Move most source to TypeScript
  • Remove custom PostCSS setup (modules / precss-ish)
  • Add Linaria
  • Add CSS minification

v0.3.0

  • Update to Webpack 5
  • Update to Node 16
  • Update to React 18 and createRoot API
  • Migrate to Testing Library from Enzyme
  • Update most other components

v0.2.0

  • Implement module/nomodule pattern for better code size in browsers that support ES2015
  • Externalize a number of features (performance testing scripts, etc)
  • Support writing index.html templates with JSX
  • Use Terser for minification
  • Implement @babel/plugin-transform-runtime
  • Support (encourage) Node 12
  • Add configuration file for Renovate

v0.1.0

  • Upgrade to React 16
  • Upgrade to Webpack 4
  • Many, many other package upgrades see here for more
  • Refactor test folder structure
  • Shrink bundle size significantly

v0.0.5

  • Refactor with Prettier

v0.0.4

  • Upgrade to Webpack 2.2 final (& ecosystem dependencies)

v0.0.3

  • Upgrade to Webpack 2 (RC 4) & other necessary plugins
  • Update handling of index.html and favicon.ico using html-webpack-plugin
  • Restructure Webpack to split code into a separate first-party and vendor bundle
  • Undertake other performance work (cache headers, hashing/invalidation)
  • Optimize SVG for logo

v0.0.2 (10/20/2016)

  • Added React Router. (#18)
  • Added ability to use an existing Route53 hosted zone (#20)
  • Implemented CSS Modules (#27)
  • Switched to Yarn as the main package manager (#34)

v0.0.1 (10/15/2016)

  • Added ability to set the project up in a new directory with a single command. (#7)

v0.0.0 (10/03/2016)

  • First public release.