What's Changed
New Features 🎉
- feat(deps): bump Rspack 1.2.0-beta.0 by @chenjiahan in #4337
- feat: allow to filter files included in the manifest by @chenjiahan in #4307
- feat: treat
.cur
as image assets by @chenjiahan in #4327 - feat: export some useful types by @chenjiahan in #4329
Performance 🚀
- perf(asets-retry): use SWC to transform and minify code by @chenjiahan in #4312
- perf(assets-retry): normalize options on the server side by @chenjiahan in #4320
- perf(assets-retry): reduce nullish coalescing operator by @chenjiahan in #4325
- perf(assets-retry): use shorter namespace prefix by @chenjiahan in #4326
Bug Fixes 🐞
- fix: correct extension alias order to align with Node.js by @chenjiahan in #4308
- fix(asset-retry): avoid using function rest parameters by @chenjiahan in #4313
- fix: no need to use extensionAlias when using jsconfig.json by @chenjiahan in #4321
- fix(plugin/assets-retry): addQuery and switchDomain should work in async css chunk by @SoonIter in #4315
Document 📖
- docs: correct tips in filename.mdx by @chenjiahan in #4316
- docs: add
@ng-rsbuild/plugin-angular
to plugins list by @chenjiahan in #4322 - docs: update banner image by @chenjiahan in #4323
- docs: update community page by @chenjiahan in #4324
Other Changes
- release: 1.2.0-alpha.0 by @chenjiahan in #4305
- chore: resolve OutputFileSystem type TODO by @chenjiahan in #4304
- test(e2e): add more cases for module resolution by @chenjiahan in #4309
- test(e2e): split slow test file by @chenjiahan in #4310
- test(e2e): polish source related cases by @chenjiahan in #4311
- chore(assets-retry): compile runtime code via Rsbuild plugin by @chenjiahan in #4318
- chore: remove unused internal.ts by @chenjiahan in #4328
- chore(deps): update all patch dependencies by @renovate in #4330
- test: remove unused ts-expect-error by @chenjiahan in #4334
- chore(workflow): merge release PR first by @chenjiahan in #4335
- chore(deps): update dependency @rslib/core to v0.3.0 by @renovate in #4333
- chore: avoid using
constructor.name
by @chenjiahan in #4336 - release: 1.2.0-beta.0 by @chenjiahan in #4339
Full Changelog: v1.2.0-alpha.0...v1.2.0-beta.0