Skip to content

Releases: WeAreAthlon/frontend-webpack-boilerplate

v3.1.0

19 Jun 15:41
Compare
Choose a tag to compare

Package Updates

Minor Package Updates

  • browser-sync to 2.26.7
  • webpack to 4.34.0
  • webpack-cli to 3.3.4

3.0.0

05 Jun 15:20
Compare
Choose a tag to compare

Breaking Changes

Minor Package Updates

  • autoprefixer to 9.6.0
  • @babel/core to 7.4.5
  • @babel/preset-env to 7.4.5
  • eslint-plugin-import to 2.17.3
  • mini-css-extract-plugin to 0.7.0
  • terser-webpack-plugin to 1.3.0
  • webpack to 4.33.0

Security audit fixes

  • axios (dependency of browser-sync [dev]) updated to 0.18.11 more info
  • npm audit output:

=== npm audit security report ===

found 0 vulnerabilities
in 17859 scanned packages

2.6.1

28 May 08:19
Compare
Choose a tag to compare

Updated

2.6.0

15 May 12:47
Compare
Choose a tag to compare

Updated

  • Wepback configuration - use path.resolve in all file system references.
  • Package dependencies
    • Downgraded clean-webpack-plugin from 2.0.1 to 1.0.1 (breaking changes, see the updated webpack.config.js) due to strange behaviour during watch mode.
  • Package dependencies trees
  • README - added additional note for NFS and containerized development environments

2.5.0

22 Apr 10:08
Compare
Choose a tag to compare

Updated

  • Switched to using npm ci instead of npm install for initial install.
    • Updated README
      • More on the clean install npm command can be read yere npm ci
  • NPM audit review and dependency packages updates due to reverting them accidentally
    • Updated tar to 4.4.2 dependency path node-sass > node-gyp > tar - more info
    • Updated braces to 2.3.2 dependency path browser-sync > micromatch > braces - more info

2.4.3

22 Apr 07:53
Compare
Choose a tag to compare

Updated

  • NPM audit review and dependency packages updates
    • Updated tar to 4.4.2 dependency path node-sass > node-gyp > tar - more info
    • Updated braces to 2.3.2 dependency path browser-sync > micromatch > braces - more info

2.4.2

17 Apr 09:54
Compare
Choose a tag to compare

Added

  • Issue Template
  • Pull Request Template

Updated

  • Package dependencies
    • clean-webpack-plugin from 1.0.1 to 2.0.1 (breaking changes, see the updated webpack.config.js)
    • copy-webpack-plugin from 4.6.0 to 5.0.2
    • mini-css-extract-plugin from 0.5.0 to 0.6.0
  • Package dependencies trees
  • README

2.4.1

14 Apr 13:39
Compare
Choose a tag to compare

Updated

  • NPM audit review and dependency packages updates
    • Auto fixing with npm audit fix
    • Manually updated
      • updated tar to 4.4.2 dependency path node-sass > node-gyp > tar - more info
      • updated braces to 2.3.2 dependency path browser-sync > micromatch > braces - more info
  • README file updated
    • Added instructions how to update/migrate to newer version of this setup.

2.4.0

12 Mar 15:44
Compare
Choose a tag to compare

Added

  • copy-webpack-plugin to copy images that are part of the content (referenced by <img> tags)
  • terser-webpack-plugin to optimize JavaScript files for production
    • This plugin used by webpack itself, so no need to install it additionally
  • Support for favicon in the produced HTML

Updated

  • README
  • Dependencies

Removed

  • uglifyjs-webpack-plugin - in favor of the webpack included terser-webpack-plugin

2.3.0

03 Jan 09:47
Compare
Choose a tag to compare

Added

  • NPM package bundle script which runs install and watch tasks in a single call.

Updated

  • README
  • Packages
    • eslint-plugin-react@7.12.2
    • webpack-cli@3.2.0