React Pages Boilerplate Versions Save

Deliver react + react-router application to gh-pages

v4.0.0

3 years ago

TypeScript migration

v3.0.0

3 years ago

Release 3.0.0 changes:

  • Full migration to less
  • Drop storybook support
  • Add cname support through settings
  • Add spa prerendering
  • Migrate from HashRouter to BrowserRouter
  • Update dependencies and migrate to latest babel version
  • Drop stylelint support

v.2.0.0

6 years ago

Release 2.0.0 changes:

  • Update to webpack 4
  • Add @storybook/addon-centered
  • Improve cleaning strategy with clean-webpack-plugin – public path is set dynamically based on config, not hardcoded in npm script
  • Add browser-sync for testing on multiple devices
  • Move webpack bundle analyzer to separate npm script
  • Remove Storybook build files from repository

1.1.0

6 years ago

Release 1.1.0 changes

  • Update webpack and root components code to work with new react-hot-loader@4 api
  • Remove sass-resources-loader, use sass-loader data option to store global variables instead
  • Enable css modules with css-loader

1.0.3

6 years ago

Release 1.0.3 changes

1.0.2

6 years ago

Release 1.0.2 changes

  • Add storybook-router package to deal with react-router components in Storybook
  • Add enzyme-to-json jest serializer for react components snapshot testing
  • Remove unused react-addons-test-utils package (It is now built in react-dom package)

1.0.1

6 years ago

Release 1.0.1 changes

1.0.0

6 years ago

Release 1.0.0 changes