mirror of https://github.com/webpack/webpack.git
chore(release): new release (#20188)
This commit is contained in:
parent
0c066808d5
commit
505a5e744f
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"webpack": minor
|
||||
---
|
||||
|
||||
Use method shorthand to render module content in `__webpack_modules__` object.
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"webpack": patch
|
||||
---
|
||||
|
||||
Added module existence check for informative error message in development mode.
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"webpack": patch
|
||||
---
|
||||
|
||||
Use the fully qualified class name (or export name) for `[fullhash]` placeholder in CSS modules.
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"webpack": minor
|
||||
---
|
||||
|
||||
Enhance `import.meta.env` to support object access.
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"webpack": minor
|
||||
---
|
||||
|
||||
Optimize dependency sorting in updateParent: sort each module only once by deferring to finishUpdateParent(), and reduce traversal count in sortWithSourceOrder by caching WeakMap values upfront.
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"webpack": minor
|
||||
---
|
||||
|
||||
Handle more at-rules for CSS modules.
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"webpack": patch
|
||||
---
|
||||
|
||||
Support universal lazy compilation.
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"webpack": patch
|
||||
---
|
||||
|
||||
Fixed module library export definitions when multiple runtimes.
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"webpack": minor
|
||||
---
|
||||
|
||||
Added options to control the renaming of at-rules and various identifiers in CSS modules.
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"webpack": patch
|
||||
---
|
||||
|
||||
Fixed CSS nesting and CSS custom properties parsing.
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"webpack": patch
|
||||
---
|
||||
|
||||
Don't write fragment from URL to filename and apply fragment to module URL.
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"webpack": patch
|
||||
---
|
||||
|
||||
Fixed bugs for `css/global` type.
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"webpack": patch
|
||||
---
|
||||
|
||||
Compatibility `import.meta.filename` and `import.meta.dirname` with `eval` devtools.
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"webpack": patch
|
||||
---
|
||||
|
||||
Handle nested `__webpack_require__`.
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"webpack": patch
|
||||
---
|
||||
|
||||
The speed of identifier parsing has been improved.
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"webpack": patch
|
||||
---
|
||||
|
||||
Improve types.
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"webpack": patch
|
||||
---
|
||||
|
||||
Don't corrupt `debugId` injection when `hidden-source-map` is used.
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"webpack": minor
|
||||
---
|
||||
|
||||
Added `base64url`, `base62`, `base58`, `base52`, `base49`, `base36`, `base32` and `base25` digests.
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"webpack": patch
|
||||
---
|
||||
|
||||
Re-validate HttpUriPlugin redirects against allowedUris, restrict to http(s) and add a conservative redirect limit to prevent SSRF and untrusted content inclusion. Redirects failing policy are rejected before caching/lockfile writes.
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"webpack": minor
|
||||
---
|
||||
|
||||
Provide a stable runtime function variable `__webpack_global__`.
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"webpack": patch
|
||||
---
|
||||
|
||||
Serialize `HookWebpackError`.
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"webpack": patch
|
||||
---
|
||||
|
||||
Added ability to use built-in properties in dotenv and define plugin.
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"webpack": patch
|
||||
---
|
||||
|
||||
Optimizing the regular expression character class by specifying ranges for runtime code.
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"webpack": patch
|
||||
---
|
||||
|
||||
Reduce collision for local indent name in CSS.
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"webpack": minor
|
||||
---
|
||||
|
||||
Improved `localIdentName` hashing for CSS.
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"webpack": patch
|
||||
---
|
||||
|
||||
Remove CSS link tags when CSS imports are removed.
|
||||
|
|
@ -0,0 +1,35 @@
|
|||
# webpack
|
||||
|
||||
## 5.104.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- d3dd841: Use method shorthand to render module content in `__webpack_modules__` object.
|
||||
- d3dd841: Enhance `import.meta.env` to support object access.
|
||||
- 4baab4e: Optimize dependency sorting in updateParent: sort each module only once by deferring to finishUpdateParent(), and reduce traversal count in sortWithSourceOrder by caching WeakMap values upfront.
|
||||
- 04cd530: Handle more at-rules for CSS modules.
|
||||
- cafae23: Added options to control the renaming of at-rules and various identifiers in CSS modules.
|
||||
- d3dd841: Added `base64url`, `base62`, `base58`, `base52`, `base49`, `base36`, `base32` and `base25` digests.
|
||||
- 5983843: Provide a stable runtime function variable `__webpack_global__`.
|
||||
- d3dd841: Improved `localIdentName` hashing for CSS.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 22c48fb: Added module existence check for informative error message in development mode.
|
||||
- 50689e1: Use the fully qualified class name (or export name) for `[fullhash]` placeholder in CSS modules.
|
||||
- d3dd841: Support universal lazy compilation.
|
||||
- d3dd841: Fixed module library export definitions when multiple runtimes.
|
||||
- d3dd841: Fixed CSS nesting and CSS custom properties parsing.
|
||||
- d3dd841: Don't write fragment from URL to filename and apply fragment to module URL.
|
||||
- aab1da9: Fixed bugs for `css/global` type.
|
||||
- d3dd841: Compatibility `import.meta.filename` and `import.meta.dirname` with `eval` devtools.
|
||||
- d3dd841: Handle nested `__webpack_require__`.
|
||||
- 728ddb7: The speed of identifier parsing has been improved.
|
||||
- 0f8b31b: Improve types.
|
||||
- d3dd841: Don't corrupt `debugId` injection when `hidden-source-map` is used.
|
||||
- 2179fdb: Re-validate HttpUriPlugin redirects against allowedUris, restrict to http(s) and add a conservative redirect limit to prevent SSRF and untrusted content inclusion. Redirects failing policy are rejected before caching/lockfile writes.
|
||||
- d3dd841: Serialize `HookWebpackError`.
|
||||
- d3dd841: Added ability to use built-in properties in dotenv and define plugin.
|
||||
- 3c4319f: Optimizing the regular expression character class by specifying ranges for runtime code.
|
||||
- d3dd841: Reduce collision for local indent name in CSS.
|
||||
- d3dd841: Remove CSS link tags when CSS imports are removed.
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "webpack",
|
||||
"version": "5.103.0",
|
||||
"version": "5.104.0",
|
||||
"description": "Packs ECMAScript/CommonJs/AMD modules for the browser. Allows you to split your codebase into multiple bundles, which can be loaded on demand. Supports loaders to preprocess files, i.e. json, jsx, es7, css, less, ... and your custom stuff.",
|
||||
"homepage": "https://github.com/webpack/webpack",
|
||||
"bugs": "https://github.com/webpack/webpack/issues",
|
||||
|
|
|
|||
Loading…
Reference in New Issue