v1.4.4
What's Changed
New Features 🎉
- feat(server): add
compress.filter
option by @chenjiahan in #5520 - feat(server): add
compress.level
option by @chenjiahan in #5522 - feat(server): token-based WebSocket authentication by @chenjiahan in #5531
Bug Fixes 🐞
- fix(plugin-react): profiling not work with React 19 by @chenjiahan in #5524
- fix: ensure that raw query of scripts can be accurately matched by @chenjiahan in #5538
- fix: ensure that raw query of styles can be accurately matched by @chenjiahan in #5540
- fix: ensure that raw query of assets can be accurately matched by @chenjiahan in #5547
Refactor 🔨
- refactor: normalize config types in compilation manager by @chenjiahan in #5529
Document 📖
- docs: add
compress.filter
option by @chenjiahan in #5521 - docs: clarify execution order with
modifyHTML
andhtml.tags
by @chenjiahan in #5523 - docs: Update typescript.mdx with fixed typo in
isolatedModules
example by @bodia-uz in #5539 - docs: fix typo in isolatedModules example by @chenjiahan in #5542
- docs: update raw import JSDoc to include scripts by @chenjiahan in #5544
- docs: add webSocketToken to documentation by @chenjiahan in #5548
Other Changes
- chore(deps): update dependency @rsbuild/plugin-vue to ^1.1.0 by @renovate in #5534
- chore(deps): update dependency svelte to ^5.35.2 by @renovate in #5536
- chore(deps): update dependency @types/node to ^22.16.0 by @renovate in #5535
- chore(deps): update module federation to v0.16.0 by @renovate in #5537
- chore(plugin-svgr): improve SVGR options type by @chenjiahan in #5541
- test(e2e): use valid browserslist value by @chenjiahan in #5545
- chore(deps): update babel to ^7.28.0 by @renovate in #5550
- chore(deps): update Rspress to 2.0.0-beta.19 by @chenjiahan in #5551
- chore(deps): update all patch dependencies by @renovate in #5549
- release: 1.4.4 by @chenjiahan in #5553
New Contributors
Full Changelog: v1.4.3...v1.4.4