Skip to content

Releases: rtivital/react-pages-boilerplate

v4.0.0

07 Jan 12:19
Compare
Choose a tag to compare

TypeScript migration

v3.0.0

09 Sep 09:02
9b020a4
Compare
Choose a tag to compare

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

07 May 10:17
Compare
Choose a tag to compare

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

v1.1.0

13 Feb 12:13
Compare
Choose a tag to compare

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

v1.0.3

01 Feb 10:36
Compare
Choose a tag to compare

Release 1.0.3 changes

v1.0.2

31 Jan 17:01
Compare
Choose a tag to compare

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)

v1.0.1

19 Jan 14:42
14ff2ce
Compare
Choose a tag to compare

Release 1.0.1 changes

v1.0.0

15 Jan 15:41
Compare
Choose a tag to compare

Release 1.0.0 changes