What's Changed
Performance Improvements ⚡
- perf: improve flag exports plugin and flag usage plugin by @LingyuCoder in #10712
- perf: pre-allocate codegen buffer by @CPunisher in #10755
- perf: parallel drop AST of concated module infos by @LingyuCoder in #10820
- perf: parallel get chunk full name in deterministic ids plugin by @LingyuCoder in #10821
New Features 🎉
- feat(create-rspack): update README to include resources by @chenjiahan in #10824
- feat(tracing): add tracing bench preset for benchmark by @hardfist in #10831
Bug Fixes 🐞
- fix(tracing): remove process_chunk_hash from main phase by @hardfist in #10825
- fix: skip non-resource link tags in SRI plugin by @chenjiahan in #10829
- fix: lint error when any package.json modified by @stormslowly in #10846
- fix: fix_issuer mgm not found panic by @jerrykingxyz in #10845
- fix(tracing): support call register & cleanup multi times by @hardfist in #10851
- fix: fix_issuer compatibility with incomplete module graph by @jerrykingxyz in #10852
Refactor 🔨
Document Updates 📖
- docs: add domain redirection back by @chenjiahan in #10812
- docs: collect typescript info related and inline const by @ahabhgk in #10811
- docs: correct hook usage in HtmlRspackPlugin documentation by @chenjiahan in #10830
- docs: remove the guideline of tailwindcss v4 in postcss-loader by @CPunisher in #10839
Other Changes
- chore: release v1.4.1 by @chenjiahan in #10817
- chore(deps): update dependency prettier to v3.6.2 by @renovate in #10788
- chore(deps): update dependency @playwright/test to v1.53.1 by @renovate in #10784
- chore(wasm): enable wasm test ci by @CPunisher in #10757
Full Changelog: v1.4.1...v1.4.2