Skip to content

Releases: reactql/kit

1.1.2

29 Apr 08:36

Choose a tag to compare

  • Closes leebenson/reactql#33 - Webpack config options are not specified by WEBPACK_CONFIG in package.json

1.1.1

24 Apr 15:01

Choose a tag to compare

  • Adds CSSNano, for optimising resulting stylesheet code via PostCSS
  • Adds extensible css-loader defaults to kit/webpack/common.js
  • Fixes src/styles.css to use SASS-style nesting of elements
  • Bumps yarn.lock
  • Bumps NPM:
    chunk-manifest-webpack-plugin ^1.0.0 → ^1.1.0
    webpack-dev-server ^2.4.3 → ^2.4.4

1.1.0

22 Apr 19:40

Choose a tag to compare

  • Adds '.global.(css|scss|sass|less)' loaders, making it trivial to separate 'localised' and global styles
  • Fixes ESLint'ing to allow for...of, correctly filtering out the Airbnb restriction
  • Adds postcss-nested, to allow SASS-style nesting on plain CSS
  • Adds kit/webpack/common.js for shared configuration between Webpack files
  • Refactors style loading in Webpack files targeting all environments
  • Fixes prop-types warning generated by react-apollo by bumping to 1.1.0
  • Adds global style to src/styles.global.css
  • Refactors class names with original name, prepended to the base64 hash
  • Updates yarn.lock
  • Bumps NPM packages:
    react-apollo ^1.0.1 → ^1.1.0
    babel-eslint ^7.2.1 → ^7.2.3
    babel-loader ^7.0.0-beta.1 → ^7.0.0
    webpack-dev-server ^2.4.2 → ^2.4.3

1.0.7

20 Apr 08:38

Choose a tag to compare

  • Optimises window.* initial variables on SSR by removing whitespace
  • Allows passing a window prop to <Html> on SSR, instead of separate props for webpackManifest / state

1.0.6

17 Apr 18:54

Choose a tag to compare

  • Moves manifest.json and chunk-manifest.json to dist instead of dist/public (stops them being accessible publicly)
  • Fixes issue with manifest paths not working on non-root routes