What's Changed
New Features 🎉
- feat(deps): update @rspack/core to v1.4.0-beta.0 by @chenjiahan in #5407
- feat(types): add type declarations for normal CSS module by @chenjiahan in #5385
- feat(create-rsbuild): enable
verbatimModuleSyntax
in tsconfig by @chenjiahan in #5399
Performance 🚀
- perf: remove dotenv dependency and use custom parse function by @chenjiahan in #5379
- perf: lazy import node crypto by @chenjiahan in #5383
Bug Fixes 🐞
- fix(create-rsbuild): missing env.d.ts in some templates by @chenjiahan in #5382
- fix(create-rsbuild): correct ESLint template name in react18-ts preset by @Colin3191 in #5391
- fix(plugin-sass): unpin sass-embedded and update to v1.89.2 by @chenjiahan in #5404
Document 📖
- docs: add missing default value section to server.cors by @chenjiahan in #5375
- docs: add mobile adaptation for the next step's style by @xbzhang2020 in #5376
- docs: add more hooks to migration guide by @chenjiahan in #5397
- docs: update TypeScript guide to include verbatimModuleSyntax by @chenjiahan in #5398
Other Changes
- chore(deps): update dependency @shikijs/transformers to ^3.6.0 by @renovate in #5373
- release: @rsbuild/plugin-preact v1.4.0 by @chenjiahan in #5377
- chore(deps): update @rslib/core to 0.9.2 by @chenjiahan in #5378
- chore: enable
noUncheckedSideEffectImports
in tsconfig.json by @chenjiahan in #5384 - chore(deps): update dependency @rsbuild/plugin-preact to ^1.4.0 by @renovate in #5388
- chore(deps): update all patch dependencies by @renovate in #5387
- test: use Rstest as Rsbuild's test framework by @9aoy in #5389
- release: create-rsbuild v1.3.2 by @chenjiahan in #5392
- chore(deps): bump Rstest to v0.0.1 by @9aoy in #5395
- chore:(workflow) update changelog generator to include refactor label by @chenjiahan in #5396
- chore(deps): update pnpm to v10.12.1 by @renovate in #5394
- chore(deps): update dependency core-js to ~3.43.0 by @renovate in #5393
- chore: set types field in tsconfig by @chenjiahan in #5400
- chore: remove baseUrl option from tsconfig by @chenjiahan in #5401
- test(e2e): proxy SRI plugin warning log by @chenjiahan in #5403
- release: 1.4.0-beta.3 by @chenjiahan in #5408
New Contributors
- @Colin3191 made their first contribution in #5391
Full Changelog: v1.4.0-beta.2...v1.4.0-beta.3