Skip to content

Releases: WeAreAthlon/frontend-webpack-boilerplate

v4.1.5

15 Mar 15:20
Compare
Choose a tag to compare

Package Updates Full Change Set

  • @babel/core@7.8.7 change log can be found on the official release notes.
  • @babel/preset-env@7.8.7 change log can be found on the official release notes.
  • cross-env@7.0.2 change log can be found on the official release notes.
  • eslint-config-airbnb@18.1.0 change log can be found on the official release notes.
  • eslint-plugin-react@7.19.0 change log can be found on the official release notes.
  • sass@1.26.3 change log can be found on the official release notes.
  • webpack@4.42.0 change log can be found on the official release notes.

v4.1.4

26 Feb 13:48
Compare
Choose a tag to compare

Package Updates Full Change Set

  • ajv@6.12.0 change log can be found on the official release notes.
  • file-loader@5.1.0 change log can be found on the official release notes.
  • sass@1.26.1 change log can be found on the official release notes.

v4.1.3

19 Feb 14:04
Compare
Choose a tag to compare

19/02/2020

Package Updates Full Change Set

  • eslint-plugin-import@2.20.1 change log can be found on the official release notes.
  • eslint-plugin-react@7.18.3 change log can be found on the official release notes.
  • @babel/core@7.8.4 change log can be found on the official release notes.
  • @babel/preset-env@7.8.4 change log can be found on the official release notes.
  • terser-webpack-plugin@2.3.5 change log can be found on the official release notes.
  • webpack-cli@3.3.11 change log can be found on the official release notes.
  • webpack@4.41.6 change log can be found on the official release notes.

v4.1.2

27 Jan 12:48
Compare
Choose a tag to compare

27/01/2020

Updated

  • README.md
    • Text formatting

Package Updates Full Change Set

  • cross-env@7.0.0 new features can be found on the official release notes.

v4.1.1

22 Jan 15:11
Compare
Choose a tag to compare

22/01/2020

Updated

  • README.md
    • Badges for npmjs.org downloads, open issues, license.
    • Cover repository photo.

Package Updates Full Change Set

  • ajv@6.11.0 new features can be found on the official release notes.
  • autoprefixer@9.7.4 bugfixes can be found on the official release notes.
  • @babel/core@7.8.3 new features can be found on the official release notes.
  • @babel/preset-env@7.8.3 new features can be found on the official release notes.
  • css-loader@3.4.2 bugfixes can be found on the official release notes.
  • eslint-plugin-import@2.20.0 new features can be found on the official release notes.
  • eslint-plugin-react@7.18.0 new features can be found on the official release notes.
  • node-sass@4.13.1 bugfixes can be found on the official release notes.
  • sass@1.25.0 new features can be found on the official release notes.
  • sass-loader@8.0.2 bugfixes can be found on the official release notes.
  • style-loader@1.1.3 bugfixes can be found on the official release notes.
  • terser-webpack-plugin@2.3.2 new features can be found on the official release notes.

v4.1.0

03 Jan 14:35
Compare
Choose a tag to compare

Updates

  • Important Updated webpack configuration to enable serving the webpack build files using the built-in serving functionality of the browser-sync package.
    • Configuration of serverConfiguration object:
      • Ability to configure the usage of a demo built-in server available from the browser-sync package.
      • Ability to configure the usage of an external existing web server application (e.g back-end powered application) via the proxy server feature of browser-sync package.
    • Configuration of watchOptions:
      • If watching does not work for you, try out this option. Watching does might work with NFS and machines in VirtualBox.
  • New package npm command npm run watch:externalServer to monitor file changes when using an existing web application server, refer to the README for more details.
  • New package npm command npm run bundle:externalServer to install and monitor file changes when using an existing web application server, refer to the README for more details.
  • Package dependencies updates.
  • README file to note all configuration changes.

Package Minor Updates

  • sass@1.24.1 change log can be found on the official release notes.
  • webpack@4.41.5 change log can be found on the official release notes.

v4.0.1

27 Dec 11:42
Compare
Choose a tag to compare

Updates

  • Package dependencies
  • README file to note the minimal node version.

Package Minor Updates

  • style-loader@1.1.2 change log can be found on the official release notes

v4.0.0

23 Dec 10:36
Compare
Choose a tag to compare

Breaking Changes

Updated minimum Node version

  • Minimum required nodejs version is 10.13.0
  • Rebuild our node-sass by running
$ npm rebuild node-sass

File Loader, URL Loader updates

  • Rename the esModules option to esModule
  • Switch to ES modules by default (the option esModule is true by default)

SASS Loader updates

  • Move all sass (includePaths, importer, functions) options to the sassOptions option. The functions option can't be used as Function, you should use sassOption as Function to achieve this.
  • The data option was renamed to the prependData option
  • Default value of the sourceMap option depends on the devtool value (eval/false values don't enable source map generation)

Style Loader updates

  • The convertToAbsoluteUrls option was removed, you don't need this anymore
  • The attrs option was renamed to the attributes option
  • The transform option was removed without replacement
  • The hmr option was removed, webpack automatically inject HMR code when it is required (when the HotModuleReplacementPlugin plugin was used)
  • The sourceMap option was removed. The loader automatically inject source maps if the previous loader emit them
  • The ref/unref api methods were removed for useable loader, please use the use/unuse api methods
  • The style-loader/url loader was removed in favor injectType option (look the documentation about the injectType option)
  • The style-loader/useable loader was removed in favor injectType option (look the documentation about the injectType option)
  • The singleton option was removed (look documentation about the injectType option)
  • The insertAt option was removed in favor the insert option (look the documentation about the insert option and examples)
  • The insertInto options was removed in favor the insert option (look the documentation about the insert option and examples)

New dependencies

Packages major versions update

  • eslint from 5.x to 6.8.0 change log can be found on the official release notes
  • eslint-config-airbnb from 17.x to 18 change log can be found on the official release notes
  • file-loader from 4.x to 5.x change log can be found on the official release notes
  • sass-loader from 7.x to 8.x change log can be found on the official release notes
  • style-loader from 0.x to 1.x change log can be found on the official release notes
  • terser-webpack-plugin from 1.x to 2.x change log can be found on the official release notes
  • url-loader from 2.x to 3.x change log can be found on the official release notes

Packages minor versions update

  • mini-css@0.9.0 change log can be found on the official release notes
  • browserslist@4.8.2 change log can be found on the official release notes
  • caniuse-lite@1.0.30001016 change log can be found on the official release notes

v3.3.0

20 Dec 13:30
Compare
Choose a tag to compare

Package Updates Full Change Set

  • autoprefixer@9.7.3 new features can be found on the official release notes.
  • sass-loader@8.0.0 new features can be found on the official release notes.
  • copy-webpack-plugin@5.1.5 new features can be found on the official release notes.
  • css-loader@3.4.0 new features can be found on the official release notes.
  • file-loader@4.3.0 new features can be found on the official release notes.
  • node-sass@4.13.0 new features can be found on the official release notes.
  • cross-env@v6.0.3 new features can be found on the official release notes.
  • eslint-plugin-react@7.17.0 new features can be found on the official release notes.
  • eslint-plugin-import@2.19.1 new features can be found on the official release notes.
  • url-loader@2.3.0 new features can be found on the official release notes.
  • terser-webpack-plugin@1.4.3 new features can be found on the official release notes.
  • webpack@4.41.4 new features can be found on the official release notes.
  • webpack-cli@3.3.10 new features can be found on the official release notes.
  • @babel/preset-env@7.7.7 new features can be found on the official release notes.
  • @babel/core@7.7.7 new features can be found on the official release notes.

v3.2.0

26 Jul 08:13
Compare
Choose a tag to compare

Package Updates

  • @babel/core@7.5.5 new features can be found on the official release notes.
  • @babel/preset-env@7.5.5 new features can be found on the official release notes.
  • webpack@4.38.0 new features can be found on the official release notes.
  • css-loader@3.1.0 new features can be found on the official release notes.
  • eslint-plugin-import@2.18.2 new features can be found on the official release notes.
  • eslint-plugin-react@7.14.3 new features can be found on the official release notes.
  • file-loader@4.1.0 new features can be found on the official release notes.
  • url-loader@2.1.0 new features can be found on the official release notes.

Minor Package Updates

  • autoprefixer@9.6.1
  • ajv@6.10.2
  • eslint-config-airbnb@17.1.1
  • eslint-plugin-react@7.14.3
  • eslint-plugin-jsx-a11y@6.2.3
  • optimize-css-assets-webpack-plugin@5.0.3
  • webpack-cli@3.3.6