Skip to content

Commit db54642

Browse files
committed
Update changelog
Bump to v8
1 parent 387fd40 commit db54642

3 files changed

Lines changed: 16 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# CHANGELOG
22

3+
## 8.0.0
4+
5+
### ⚠️ Breaking changes
6+
7+
- Minimum supported `Node.js` version is `16.20.0` ([#90](https://github.com/yoriiis/chunks-webpack-plugin/pull/90))
8+
- `templateStyle` and `templateScript` parameters are transformed into functions ([#91](https://github.com/yoriiis/chunks-webpack-plugin/pull/91))
9+
- The `outputPath` parameter is removed. Files are generated by default by webpack compilation according to `output.path`
10+
- The `customFormatTags` parameter is removed. Custom generation can be done with `templateStyle` and `templateScript` functions
11+
12+
### New features
13+
14+
- Add schema validation on plugin and loader options ([#89](https://github.com/yoriiis/chunks-webpack-plugin/pull/89))
15+
- Fix compatibility with webpack cache ([#91](https://github.com/yoriiis/chunks-webpack-plugin/pull/91))
16+
317
## 7.1.0
418

519
### Breaking changes

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chunks-webpack-plugin",
3-
"version": "7.1.0",
3+
"version": "8.0.0",
44
"description": "Create HTML files with entrypoints and chunks relations to serve your bundles",
55
"keywords": [
66
"chunks",

0 commit comments

Comments
 (0)