Releases: reactql/kit
Releases · reactql/kit
1.1.2
- Closes leebenson/reactql#33 - Webpack config options are not specified by
WEBPACK_CONFIGinpackage.json
1.1.1
- Adds CSSNano, for optimising resulting stylesheet code via PostCSS
- Adds extensible
css-loaderdefaults tokit/webpack/common.js - Fixes
src/styles.cssto 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
- 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.jsfor shared configuration between Webpack files - Refactors style loading in Webpack files targeting all environments
- Fixes
prop-typeswarning generated byreact-apolloby 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