Skip to content

Releases: yoriiis/chunks-webpack-plugin

11.0.0

16 Feb 14:29
b715f57
Compare
Choose a tag to compare

⚠️ Breaking changes

  • Updates Node.js (#100)
    • Minimum supported Node.js version is 18.19.0
    • Updates other packages

10.0.0

02 Oct 10:21
Compare
Choose a tag to compare

⚠️ Breaking changes

This package is now pure ESM. Please read Sindre Sorhus ESM note for more information

  • Migrate to ESM with package exports (#95)

9.0.0

09 Jun 12:40
Compare
Choose a tag to compare

⚠️ Breaking changes

  • Fix automatic public path generation #93

Updates

  • Optimize TypeScript (#94)

8.0.1

23 May 12:15
Compare
Choose a tag to compare

Updates

  • Add funding key in package.json (dd7b91c)

8.0.0

03 May 14:12
Compare
Choose a tag to compare

⚠️ Breaking changes

  • Minimum supported Node.js version is 16.20.0 (#90)
  • templateStyle and templateScript parameters are transformed into functions (#91)
  • The outputPath parameter is removed. Files are generated by default by webpack compilation according to output.path
  • The customFormatTags parameter is removed. Custom generation can be done with templateStyle and templateScript functions

New features

  • Add schema validation on plugin and loader options (#89)
  • Fix compatibility with webpack cache (#91)

7.1.0

29 Dec 15:53
Compare
Choose a tag to compare

Breaking changes

  • Drop webpack 4 support #87
  • Drop Node.js 12 support #88

ChunksWebpackPlugin 7.0.3

23 Jun 18:05
65bb43d
Compare
Choose a tag to compare

7.0.3

Fixes

  • Fix incompatibility with outputPath and slashes on entry name #81
  • Fix outputPath caused [contenthash] differences in generated HTML (realContentHash)

ChunksWebpackPlugin 7.0.2

10 Mar 19:12
dac28df
Compare
Choose a tag to compare

7.0.2

Fixes

  • Add webpack v5 as peer dependency #74

ChunksWebpackPlugin 7.0.1

23 Jan 20:39
7496589
Compare
Choose a tag to compare

7.0.1

New features

  • Add the outputPath parameter to override the webpack output path directory

Fixes

  • Fix outputPath parameter ignored in 7.0.0 #66
  • Fix publicPath parameter with default value "auto" #67

ChunksWebpackPlugin 7.0.0

08 Nov 15:50
e63ea1f
Compare
Choose a tag to compare

7.0.0

New features

  • Add the filename parameter.

Updates

  • Add the webpack v5 compatibility and the backward compatibility for the v4.
  • Use the processAssets compilation hook to create templates and the chunks-manifest.json file.
  • The plugin requires at least Node.js 10.13.0 (LTS). The engines.node is updated in the package.json.
  • Update the nodeJS version in the Github Action

Removes

  • Remove the outputPath parameter. Templates are generated in the the webpack output path. Use the filename to customize the output directory.
  • Remove the fileExtension parameter.
  • Remove the fs-extra package in favor of the file system exposed by the webpack compiler. It use the graceful-fs package.
  • Remove the utils and move useful functions into the main file