Releases: WeAreAthlon/frontend-webpack-boilerplate
Releases · WeAreAthlon/frontend-webpack-boilerplate
v5.18.0
Important updates
- The min supported
node
version has been bumped tonode v18.12.0
What's Changed
- Bump eslint from 8.52.0 to 8.53.0 by @dependabot in #206
- Bump @babel/preset-env from 7.23.2 to 7.23.3 by @dependabot in #208
- Bump @babel/core from 7.23.2 to 7.23.3 by @dependabot in #209
- Bump webpack-bundle-analyzer from 4.9.1 to 4.10.1 by @dependabot in #210
- Bump eslint from 8.53.0 to 8.54.0 by @dependabot in #211
- Bump @babel/preset-env from 7.23.3 to 7.23.5 by @dependabot in #212
- Bump @babel/core from 7.23.3 to 7.23.5 by @dependabot in #213
- Bump eslint from 8.54.0 to 8.55.0 by @dependabot in #214
- Bump postcss from 8.4.31 to 8.4.32 by @dependabot in #215
- Bump html-webpack-plugin from 5.5.3 to 5.5.4 by @dependabot in #216
- Bump @babel/core from 7.23.5 to 7.23.6 by @dependabot in #217
- Bump @babel/preset-env from 7.23.5 to 7.23.6 by @dependabot in #218
- Bump eslint from 8.55.0 to 8.56.0 by @dependabot in #219
- Bump eslint-plugin-import from 2.29.0 to 2.29.1 by @dependabot in #220
- Bump html-webpack-plugin from 5.5.4 to 5.6.0 by @dependabot in #221
- Bump sass-loader from 13.3.2 to 13.3.3 by @dependabot in #223
- Bump postcss-loader from 7.3.3 to 7.3.4 by @dependabot in #224
- Bump @babel/core from 7.23.6 to 7.23.7 by @dependabot in #226
- Bump sass from 1.69.5 to 1.69.7 by @dependabot in #227
- Bump postcss from 8.4.32 to 8.4.33 by @dependabot in #228
- Bump terser-webpack-plugin from 5.3.9 to 5.3.10 by @dependabot in #229
- Bump follow-redirects from 1.15.3 to 1.15.4 by @dependabot in #231
- Bump css-loader from 6.8.1 to 6.9.0 by @dependabot in #232
- Bump mini-css-extract-plugin from 2.7.6 to 2.7.7 by @dependabot in #233
- Bump @babel/preset-env from 7.23.6 to 7.23.8 by @dependabot in #234
- Bump sass from 1.69.7 to 1.70.0 by @dependabot in #236
- Bump css-loader from 6.9.0 to 6.9.1 by @dependabot in #237
- Bump @babel/preset-env from 7.23.8 to 7.23.9 by @dependabot in #239
- Bump @babel/core from 7.23.7 to 7.23.9 by @dependabot in #241
- Bump autoprefixer from 10.4.16 to 10.4.17 by @dependabot in #242
- Bump postcss from 8.4.33 to 8.4.35 by @dependabot in #244
- Bump mini-css-extract-plugin from 2.7.7 to 2.8.0 by @dependabot in #245
- Bump image-minimizer-webpack-plugin from 3.8.3 to 4.0.0 by @dependabot in #235
- Bump copy-webpack-plugin from 11.0.0 to 12.0.2 by @dependabot in #238
- Bump postcss-loader from 7.3.4 to 8.1.0 by @dependabot in #243
- Bump css-loader from 6.9.1 to 6.10.0 by @dependabot in #246
- Bump sass from 1.70.0 to 1.71.0 by @dependabot in #247
- Bump css-minimizer-webpack-plugin from 5.0.1 to 6.0.0 by @dependabot in #248
- Bump sass-loader from 13.3.3 to 14.1.0 by @dependabot in #249
- Bump webpack from 5.89.0 to 5.90.3 by @dependabot in #251
Full Changelog: v5.17.1...v5.18.0
v5.17.1
Updates
- Minor dependency packages versions updates.
- Minor Demo page UI updates.
- Bugfix: Update webpack configuration to build font files in dedicated
fonts
directory.
What's Changed
- Bump @babel/preset-env from 7.22.15 to 7.22.20 by @dependabot in #177
- Bump @babel/core from 7.22.19 to 7.22.20 by @dependabot in #178
- Bump eslint from 8.49.0 to 8.50.0 by @dependabot in #180
- Bump autoprefixer from 10.4.15 to 10.4.16 by @dependabot in #181
- Bump sass from 1.67.0 to 1.68.0 by @dependabot in #183
- Bump @babel/core from 7.22.20 to 7.23.0 by @dependabot in #184
- Bump postcss from 8.4.29 to 8.4.31 by @dependabot in #185
- Bump eslint from 8.50.0 to 8.51.0 by @dependabot in #186
- Bump sass from 1.68.0 to 1.69.0 by @dependabot in #187
- Bump sass from 1.69.0 to 1.69.3 by @dependabot in #189
- Bump @babel/preset-env from 7.22.20 to 7.23.2 by @dependabot in #190
- Bump @babel/traverse from 7.23.0 to 7.23.2 by @dependabot in #199
- Bump @babel/core from 7.23.0 to 7.23.2 by @dependabot in #191
- Bump webpack from 5.88.2 to 5.89.0 by @dependabot in #192
- Bump eslint from 8.51.0 to 8.52.0 by @dependabot in #200
- Bump webpack-merge from 5.9.0 to 5.10.0 by @dependabot in #201
- Bump sass from 1.69.3 to 1.69.5 by @dependabot in #203
- Bump eslint-plugin-import from 2.28.1 to 2.29.0 by @dependabot in #204
Full Changelog: v5.17.0...v5.17.1
v5.17.0
New Features
- Migrating to GitHub Actions for Demo page deployment.
Updates
- Updated README - CI / Demo via GitHub actions
- Minor dependency package versions updates.
- Bugfix: Update webpack configuration to build font files in dedicated
fonts
directory.
What's Changed
- Bump @babel/core from 7.20.7 to 7.20.12 by @dependabot in #70
- Bump babel-loader from 9.1.0 to 9.1.2 by @dependabot in #71
- Bump postcss from 8.4.20 to 8.4.21 by @dependabot in #72
- Bump eslint-plugin-jsx-a11y from 6.6.1 to 6.7.1 by @dependabot in #73
- Bump eslint-plugin-import from 2.26.0 to 2.27.4 by @dependabot in #74
- Bump eslint-plugin-react from 7.31.11 to 7.32.0 by @dependabot in #75
- Bump eslint from 8.31.0 to 8.32.0 by @dependabot in #76
- Bump eslint-plugin-import from 2.27.4 to 2.27.5 by @dependabot in #77
- Bump eslint-plugin-react from 7.32.0 to 7.32.1 by @dependabot in #78
- Bump eslint from 8.32.0 to 8.33.0 by @dependabot in #79
- Bump eslint-plugin-react from 7.32.1 to 7.32.2 by @dependabot in #80
- Bump sass from 1.57.1 to 1.58.0 by @dependabot in #81
- Bump eslint from 8.33.0 to 8.34.0 by @dependabot in #84
- Bump sass from 1.58.0 to 1.58.3 by @dependabot in #85
- Bump webpack-bundle-analyzer from 4.7.0 to 4.8.0 by @dependabot in #86
- Bump eslint from 8.34.0 to 8.35.0 by @dependabot in #87
- Bump @babel/core from 7.20.12 to 7.21.0 by @dependabot in #88
- Bump mini-css-extract-plugin from 2.7.2 to 2.7.3 by @dependabot in #89
- Bump terser-webpack-plugin from 5.3.6 to 5.3.7 by @dependabot in #90
- Bump eslint from 8.35.0 to 8.36.0 by @dependabot in #91
- Bump image-minimizer-webpack-plugin from 3.8.1 to 3.8.2 by @dependabot in #93
- Bump webpack-dev-server from 4.11.1 to 4.13.1 by @dependabot in #95
- Bump @babel/core from 7.21.0 to 7.21.3 by @dependabot in #96
- Bump sass from 1.58.3 to 1.59.3 by @dependabot in #97
- Bump mini-css-extract-plugin from 2.7.3 to 2.7.5 by @dependabot in #98
- Bump sass from 1.59.3 to 1.60.0 by @dependabot in #100
- Bump postcss-loader from 7.0.2 to 7.1.0 by @dependabot in #101
- Bump autoprefixer from 10.4.13 to 10.4.14 by @dependabot in #104
- Bump @babel/core from 7.21.3 to 7.21.4 by @dependabot in #105
- Bump webpack from 5.75.0 to 5.77.0 by @dependabot in #107
- Bump sass-loader from 13.2.0 to 13.2.2 by @dependabot in #108
- Bump webpack from 5.77.0 to 5.78.0 by @dependabot in #109
- Bump postcss-loader from 7.1.0 to 7.2.4 by @dependabot in #110
- Bump @babel/preset-env from 7.20.2 to 7.21.4 by @dependabot in #111
- Bump webpack-dev-server from 4.13.1 to 4.13.3 by @dependabot in #112
- Bump sass from 1.60.0 to 1.62.0 by @dependabot in #114
- Bump webpack from 5.78.0 to 5.80.0 by @dependabot in #117
- Bump eslint from 8.36.0 to 8.39.0 by @dependabot in #118
- Bump webpack-cli from 5.0.1 to 5.0.2 by @dependabot in #119
- Bump html-webpack-plugin from 5.5.0 to 5.5.1 by @dependabot in #121
- Bump webpack from 5.80.0 to 5.82.0 by @dependabot in #123
- Bump terser-webpack-plugin from 5.3.7 to 5.3.8 by @dependabot in #124
- Bump @babel/preset-env from 7.21.4 to 7.21.5 by @dependabot in #125
- Bump webpack-dev-server from 4.13.3 to 4.15.0 by @dependabot in #126
- Bump postcss from 8.4.21 to 8.4.23 by @dependabot in #127
- Bump terser-webpack-plugin from 5.3.8 to 5.3.9 by @dependabot in #129
- Bump sass from 1.62.0 to 1.62.1 by @dependabot in #130
- Bump @babel/core from 7.21.4 to 7.22.1 by @dependabot in #131
- Bump postcss-loader from 7.2.4 to 7.3.2 by @dependabot in #132
- Bump webpack-bundle-analyzer from 4.8.0 to 4.9.0 by @dependabot in #133
- Bump webpack-merge from 5.8.0 to 5.9.0 by @dependabot in #134
- Bump fast-xml-parser and is-svg by @dependabot in #135
- Bump webpack from 5.82.0 to 5.87.0 by @dependabot in #137
- Bump webpack-dev-server from 4.15.0 to 4.15.1 by @dependabot in #138
- Bump fast-xml-parser from 4.2.4 to 4.2.5 by @dependabot in #141
- Bump eslint from 8.39.0 to 8.44.0 by @dependabot in #142
- Bump sass-loader from 13.2.2 to 13.3.2 by @dependabot in #143
- Bump @babel/core from 7.22.1 to 7.22.8 by @dependabot in #144
- Bump postcss-loader from 7.3.2 to 7.3.3 by @dependabot in #145
- Bump webpack from 5.87.0 to 5.88.1 by @dependabot in #146
- Bump image-minimizer-webpack-plugin from 3.8.2 to 3.8.3 by @dependabot in #147
- Bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #149
- Bump @babel/core from 7.22.8 to 7.22.9 by @dependabot in #150
- Bump sass from 1.62.1 to 1.64.1 by @dependabot in #151
- Bump html-webpack-plugin from 5.5.1 to 5.5.3 by @dependabot in #152
- Bump @babel/preset-env from 7.21.5 to 7.22.9 by @dependabot in #153
- Bump sass from 1.64.1 to 1.64.2 by @dependabot in #154
- Devops/use GitHub actions to deploy to pages by @pnikolov in #157
- Bump mini-css-extract-plugin from 2.7.5 to 2.7.6 by @dependabot in #155
- Bump webpack-cli from 5.0.2 to 5.1.4 by @dependabot in #156
- Bump yaml and css-minimizer-webpack-plugin by @dependabot in #120
- Bump autoprefixer from 10.4.14 to 10.4.15 by @dependabot in #158
- Bump babel-loader from 9.1.2 to 9.1.3 by @dependabot in #159
- Bump @babel/core from 7.22.9 to 7.22.10 by @dependabot in #160
- Bump @babel/preset-env from 7.22...
v5.16.0
v5.15.0
node
Version Notes
- The current release supports the following list of node versions:
>=14
. All other versions have no security updates anymore.- Updated the README to note this change.
Major Package Versions Update
[email protected]
from8.x
new features and breaking changes can be found on the official release notes.[email protected]
from4.x
new features and breaking changes can be found on the official release notes.
v5.14.0
Major Package Versions Update
[email protected]
from10.x
new features and breaking changes can be found on the official release notes.[email protected]
from3.x
new features and breaking changes can be found on the official release notes.[email protected]
from6.x
new features and breaking changes can be found on the official release notes.[email protected]
from12.x
new features and breaking changes can be found on the official release notes.
v5.13.0
New Features
- Add support for videos in the default webpack configuration. (Issue #45 Video Assets)
- HTML
<video>
tag.
- HTML
- Add support for
ejs
template files. (PR#28 Add support ejs files)
Package Versions Update
@babel/[email protected]
change log can be found on the official release notes.[email protected]
change log can be found on the official release notes.[email protected]
change log can be found on the official release notes.[email protected]
change log can be found on the official release notes.[email protected]
change log can be found on the official release notes.[email protected]
change log can be found on the official release notes.
v5.12.1
v5.12.0
Updates
- Update all outdated dependencies.
- Updated
webpack.config.js
- moved image optimisation options in the webpackoptimisation
configuration object. - Added
imagemin
package as dev dependency as instructed in the [email protected] breaking changes migration guide.
Major Vesions Packages Updates
[email protected]
from9.x
new features and breaking changes can be found on the official release notes.[email protected]
from2.x
new features and breaking changes can be found on the official release notes.[email protected]
from9.x
new features and breaking changes can be found on the official release notes.
v5.11.0
5.11.0
Updates
- Removed dependency versions update badge from the README and index template files.
- Updated
index.html
template to be more SEO friendly.
Major Vesions Packages Updates
[email protected]
from7.x
new features and breaking changes can be found on the official release notes.[email protected]
from18.x
new features and breaking changes can be found on the official release notes.
Package Versions Update
@babel/[email protected]
change log can be found on the official release notes.@babel/[email protected]
change log can be found on the official release notes.[email protected]
change log can be found on the official release notes.[email protected]
change log can be found on the official release notes.[email protected]
change log can be found on the official release notes.[email protected]
change log can be found on the official release notes.[email protected]
change log can be found on the official release notes.[email protected]
change log can be found on the official release notes.[email protected]
change log can be found on the official release notes[email protected]
change log can be found on the official release notes.[email protected]
change log can be found on the official release notes.[email protected]
change log can be found on the official release notes.[email protected]
change log can be found on the official release notes.[email protected]
change log can be found on the official release notes.[email protected]
change log can be found on the official release notes.[email protected]
change log can be found on the official release notes.[email protected]
change log can be found on the official release notes.[email protected]
change log can be found on the official release notes.[email protected]
change log can be found on the official release notes.[email protected]
change log can be found on the official release notes[email protected]
change log can be found on the official release notes.[email protected]
change log can be found on the official release notes.