chore(release): new release - #724
Merged
Merged
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
6 times, most recently
from
September 6, 2026 12:14
4fbd59c to
d643927
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
September 6, 2026 13:01
d643927 to
7df1c81
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
minifyto state its ownfilter. (by @alexander-akait in #729)Reject
filename,filteranddeleteOriginalAssetson a generator that is nottype: "asset", where they did nothing. (by @alexander-akait in #727)Support
[width]and[height]in anassetgenerator'sfilename, and document migrating fromimage-minimizer-webpack-plugin. (by @alexander-akait in #727)Allow a named generator to be an object with
type: "asset",filename,filteranddeleteOriginalAssets, which generates a new asset beside an emitted one. (by @alexander-akait in #727)Take a generator's options from
generateitself, deprecatinggeneratorOptions; giving both for one generator, or naming no generator, is now an error. (by @alexander-akait in #727)let
generatename its generators, so an asset can pick one with?as=<preset>and each preset carry its owngeneratorOptions(by @alexander-akait in #727)add the
imageminGenerategenerator, which runs theimageminplugins you name and renames the asset to the format they wrote (by @alexander-akait in #723)Take a minimizer's options from
minifyitself, deprecatingminimizerOptions; 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
ason an embedded JavaScript body: the built-in minimizers takemoduleas their own option and minify anevent-handlerbody 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
generateorgeneratorOptionschange, so a restored module no longer keeps the previous generator's bytes and name (by @alexander-akait in #722)