Skip to content

chore(release): new release - #724

Merged
alexander-akait merged 1 commit into
mainfrom
changeset-release/main
Sep 6, 2026
Merged

chore(release): new release#724
alexander-akait merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Sep 5, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

minimizer-webpack-plugin@5.10.0

Minor Changes

  • Allow a minimizer in minify to state its own filter. (by @alexander-akait in #729)

  • Reject filename, filter and deleteOriginalAssets on a generator that is not type: "asset", where they did nothing. (by @alexander-akait in #727)

  • Support [width] and [height] in an asset generator's filename, and document migrating from image-minimizer-webpack-plugin. (by @alexander-akait in #727)

  • Allow a named generator to be an object with type: "asset", filename, filter and deleteOriginalAssets, which generates a new asset beside an emitted one. (by @alexander-akait in #727)

  • Take a generator's options from generate itself, deprecating generatorOptions; giving both for one generator, or naming no generator, is now an error. (by @alexander-akait in #727)

  • let generate name its generators, so an asset can pick one with ?as=<preset> and each preset carry its own generatorOptions (by @alexander-akait in #727)

  • add the imageminGenerate generator, which runs the imagemin plugins you name and renames the asset to the format they wrote (by @alexander-akait in #723)

  • Take a minimizer's options from minify itself, deprecating minimizerOptions; giving both for one minimizer is now an error. (by @alexander-akait in #727)

  • A minimizer or generator written as an object names one implementation; several are an array of such objects rather than one holding two lists that must line up. (by @alexander-akait in #727)

Patch Changes

  • read as on an embedded JavaScript body: the built-in minimizers take module as their own option and minify an event-handler body as the function it belongs to, so neither production is read as a classic script and no engine is handed the word (by @alexander-akait in #726)

  • invalidate the persistent cache when generate or generatorOptions change, so a restored module no longer keeps the previous generator's bytes and name (by @alexander-akait in #722)

@github-actions
github-actions Bot force-pushed the changeset-release/main branch 6 times, most recently from 4fbd59c to d643927 Compare September 6, 2026 12:14
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from d643927 to 7df1c81 Compare September 6, 2026 13:01
@alexander-akait
alexander-akait merged commit 649b48d into main Sep 6, 2026
3 checks passed
@alexander-akait
alexander-akait deleted the changeset-release/main branch September 6, 2026 13:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant