Skip to content

Releases: WeAreAthlon/frontend-webpack-boilerplate

v4.3.0

13 Jul 10:48
Compare
Choose a tag to compare

Configuration Updates

  • The latest version of copy-webpack-plugin has new a way of passing configuration patterns
    • the plugin now accepts an object, you should change new CopyPlugin(patterns, options) to new CopyPlugin({ patterns, options })

Packages Major Version Updates

  • copy-webpack-plugin@6.0.3 from 5.x new features can be found on the official release notes.
  • eslint@7.4.0 from 6.x new features can be found on the official release notes.
  • eslint-plugin-react-hooks@4.0.7 from 1.x new features can be found on the official release notes.
  • file-loader@6.0.0 from 5.x new features can be found on the official release notes.
  • html-webpack-plugin@4.3.0 from 3.x new features can be found on the official release notes.
  • sass-loader@9.0.2 from 8.x new features can be found on the official release notes.
  • terser-webpack-plugin@3.0.6 from 2.x new features can be found on the official release notes.
  • url-loader@4.1.0 from 3.x new features can be found on the official release notes.

Packages Minor Version Updates

  • autoprefixer@9.8.5 change log can be found on the official release notes.

Removed Dependencies

  • fibers - was required by sass-loader@8.0.0.

v4.2.8

10 Jul 15:29
Compare
Choose a tag to compare

Package Updates Full Change Set

  • @babel/core@7.10.4 change log can be found on the official release notes.
  • @babel/preset-env@7.10.4 change log can be found on the official release notes.
  • ajv@6.12.3 change log can be found on the official release notes.
  • eslint-plugin-import@2.22.0 change log can be found on the official release notes.
  • eslint-plugin-react@7.20.3 change log can be found on the official release notes.
  • sass@1.26.10 change log can be found on the official release notes.

v4.2.7

25 Jun 15:04
Compare
Choose a tag to compare

Package Updates Full Change Set

  • @babel/preset-env@7.10.3 change log can be found on the official release notes
  • @babel/core@7.10.3 change log can be found on the official release notes
  • autoprefixer@9.8.4 change log can be found on the official release notes
  • css-loader@3.6.0 change log can be found on the official release notes
  • eslint-config-airbnb@18.2.0 change log can be found on the official release notes
  • eslint-plugin-jsx-a11y@6.3.1 change log can be found on the official release notes
  • eslint-plugin-import@2.21.2 change log can be found on the official release notes
  • sass@1.26.9 change log can be found on the official release notes
  • webpack-cli@3.3.12 change log can be found on the official release notes

v4.2.6

03 Jun 16:21
Compare
Choose a tag to compare

Updates

Package Updates Full Change Set

  • @babel/core@7.10.2 change log can be found on the official release notes
  • @babel/preset-env@7.10.2 change log can be found on the official release notes
  • autoprefixer@9.8.0 change log can be found on the official release notes
  • eslint-plugin-react@7.20.0 change log can be found on the official release notes
  • sass@1.26.7 change log can be found on the official release notes
  • terser-webpack-plugin@2.3.7 change log can be found on the official release notes

v4.2.5

07 May 09:18
Compare
Choose a tag to compare

Package Updates Full Change Set

  • @babel/core@7.9.6 change log can be found on the official release notes.
  • @babel/preset-env@7.9.6 change log can be found on the official release notes.
  • css-loader@3.5.3 change log can be found on the official release notes.
  • style-loader@1.2.1 change log can be found on the official release notes.
  • node-sass@4.14.1 change log can be found on the official release notes.
  • fibers@4.0.3 change log can be found on the official release notes.
  • sass@1.26.5 change log can be found on the official release notes.
  • terser-webpack-plugin@2.3.6 change log can be found on the official release notes.
  • webpack@4.43.0 change log can be found on the official release notes.

v4.2.4

21 Apr 09:43
Compare
Choose a tag to compare

Updates

Package Updates Full Change Set

  • @babel/preset-env@7.9.5 change log can be found on the official release notes.
  • autoprefixer@9.7.6 change log can be found on the official release notes.
  • ajv@6.12.2 change log can be found on the official release notes.
  • css-loader@3.5.2 change log can be found on the official release notes.
  • style-loader@1.1.4 change log can be found on the official release notes.

v4.2.3

06 Apr 14:49
Compare
Choose a tag to compare

Updates

  • Sucurity audit fixes.
  • README - update link to demo deployment page.

Package Updates Full Change Set

  • eslint-plugin-import@2.20.2 change log can be found on the official release notes.

v4.2.2

24 Mar 13:55
Compare
Choose a tag to compare

Updates

  • Fix SASS linter errors on the updated demo page.

v4.2.1

24 Mar 13:45
Compare
Choose a tag to compare

Updates

  • Updated demo page with brief description and link to the GitHub repository.
  • Cleanup webpack config from side comments.
  • README file update
    • Updated build badge URL link.

v4.2.0

24 Mar 13:19
Compare
Choose a tag to compare

Repository File Structure Reorganisation

  • Travis CI integration configuration.
  • Introduced .github/ directory to group all GitHub community development related templates.
    • New issue templates for bug, feature, support requests.

Package Updates Full Change Set

  • @babel/core@7.9.0 change log can be found on the official release notes.
  • @babel/preset-env@7.9.0 change log can be found on the official release notes.
  • autoprefixer@9.7.5 change log can be found on the official release notes.
  • babel-loader@8.1.0 change log can be found on the official release notes.
  • webpack@4.42.1 change log can be found on the official release notes.