Skip to content

Latest commit

 

History

History
66 lines (47 loc) · 2.06 KB

File metadata and controls

66 lines (47 loc) · 2.06 KB

tiny-react-spa CHANGELOG

Unreleased

v1.3.2

Diff

  • Ignore import/no-named-as-default ESLint rule
  • Update dependencies to latest
  • Add prettierrc file
  • Fix node_modules typo in webpack config
  • Fix CHANGELOG urls
  • Remove containers folder in favor of components

v1.3.1

Diff

  • Converted peerDependencies to devDependencies

v1.3.0

Diff

  • Output dependencies are now read directly from package.json
  • Webpack config was updated
    • devServer params were moved from inline to webpack.config.js
    • url-loader for fonts was removed in favor of ignoring url() in the css-loader
    • Added path to properly set pathnames for output and devServer files
    • Added historyApiFallback to the development server
  • Updated output dependency versions
  • Ran Prettier over the entire codebase
  • Added Prettier as an output dependency and as part of the ESLint rules
  • Added a <Switch> component wrapping the layout and routes of the base project
  • Added an additional export to the components (Connected components are still exported as the default)
  • Slight copy updates to the script's output logs
  • Added a yarn.lock

v1.2.1

Diff

  • Updated dependencies
  • Added tracking for output dependencies

v1.2.0

Diff

  • Fixed output of production build (no more production warnings etc)
  • Updated all static assets to be pulled from a relative path
  • Removed the enforced port for the dev server

v1.1.0

Diff

  • Updated script to set the version on the output layout from package.json
  • Updated script to output the version with -v by grabbing it from package.json
  • Standardized error outputs
  • Fixed typos and added badges to README