Releases: WeAreAthlon/frontend-webpack-boilerplate
Releases · WeAreAthlon/frontend-webpack-boilerplate
v4.3.0
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)
tonew CopyPlugin({ patterns, options })
- the plugin now accepts an object, you should change
Packages Major Version Updates
copy-webpack-plugin@6.0.3
from5.x
new features can be found on the official release notes.eslint@7.4.0
from6.x
new features can be found on the official release notes.eslint-plugin-react-hooks@4.0.7
from1.x
new features can be found on the official release notes.file-loader@6.0.0
from5.x
new features can be found on the official release notes.html-webpack-plugin@4.3.0
from3.x
new features can be found on the official release notes.sass-loader@9.0.2
from8.x
new features can be found on the official release notes.terser-webpack-plugin@3.0.6
from2.x
new features can be found on the official release notes.url-loader@4.1.0
from3.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 bysass-loader@8.0.0
.
v4.2.8
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
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 notesautoprefixer@9.8.4
change log can be found on the official release notescss-loader@3.6.0
change log can be found on the official release noteseslint-config-airbnb@18.2.0
change log can be found on the official release noteseslint-plugin-jsx-a11y@6.3.1
change log can be found on the official release noteseslint-plugin-import@2.21.2
change log can be found on the official release notessass@1.26.9
change log can be found on the official release noteswebpack-cli@3.3.12
change log can be found on the official release notes
v4.2.6
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 notesautoprefixer@9.8.0
change log can be found on the official release noteseslint-plugin-react@7.20.0
change log can be found on the official release notessass@1.26.7
change log can be found on the official release notesterser-webpack-plugin@2.3.7
change log can be found on the official release notes
v4.2.5
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
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
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
v4.2.1
Updates
- Updated demo page with brief description and link to the GitHub repository.
- Demo deployment available on Frontend Webpack Boilerplate.
- Cleanup webpack config from side comments.
- README file update
- Updated build badge URL link.
v4.2.0
Repository File Structure Reorganisation
- Travis CI integration configuration.
- Deploy to GitHub pages. Demo deployment available on Frontend Webpack Boilerplate
- 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.