Skip to content

1.1.0

Choose a tag to compare

@leebenson leebenson released this 22 Apr 19:40
· 132 commits to master since this release
  • 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