What's Changed
New Features 🎉
- feat: add stats to the return value of
rsbuild.build
by @chenjiahan in #3325 - feat: add
dev.client.reconnect
option by @chenjiahan in #3333
Bug Fixes 🐞
- fix: align stats types with Rspack by @chenjiahan in #3324
- fix:
rsbuild.build
always return close method by @chenjiahan in #3327 - fix: escape characters in compilationId by @chenjiahan in #3334
- fix: remove lib-lodash from experience chunks by @chenjiahan in #3337
- fix: increase WebSocket reconnect interval by @chenjiahan in #3339
Document 📖
- docs: add guide for other Rspack targets by @chenjiahan in #3299
- docs: add guide for error overlay by @chenjiahan in #3303
- docs: Update html-template.mdx by @tguelcan in #3305
- docs: use cross-env to set env var by @chenjiahan in #3306
- docs: update server.open guide rsbuild-0-x.mdx by @sozonome in #3307
- docs: remove duplicated html tags example by @chenjiahan in #3308
- docs: add Rspack config validation to migration guide by @chenjiahan in #3309
- docs: remove import keyword in example by @9aoy in #3311
- docs: improve build profiling guide by @chenjiahan in #3312
- docs: config migration table by @chenjiahan in #3313
- docs: fix Benchmark graph width by @chenjiahan in #3317
- docs: add SECURITY.md by @chenjiahan in #3319
- docs: add /api in the example of server.proxy by @gcdxuzhiwei in #3320
- docs: add vite environment variables migrate guide by @Saltro in #3321
- docs(create-rsbuild): update README by @chenjiahan in #3323
Other Changes
- chore(deps): update dependency @module-federation/rspack to v0.6.0 by @renovate in #3301
- refactor(create-rsbuild): based on create-rstack by @chenjiahan in #3315
- refacor(create-rsbuild): use Rslib to bundle package by @chenjiahan in #3316
- doc: improve reload page in watch-files.mdx by @liyincode in #3318
- chore(deps): update dependency @babel/plugin-transform-class-properties to ^7.25.4 - autoclosed by @renovate in #3283
- chore(ci): add timeout for e2e and unit tests by @Jayllyz in #3326
- chore: reduce any type by @chenjiahan in #3329
- chore: reuse source map type from Rspack by @chenjiahan in #3330
- chore: merge config types to a single file by @chenjiahan in #3331
- chore(deps): update dependency @swc/plugin-remove-console to v3 by @renovate in #3332
- chore(deps): update playwright monorepo to v1.46.1 by @renovate in #2725
- Revert "chore(deps): update playwright monorepo to v1.46.1 (#2725)" by @chenjiahan in #3338
- chore(deps): update all patch dependencies by @renovate in #3340
New Contributors
- @tguelcan made their first contribution in #3305
- @sozonome made their first contribution in #3307
- @gcdxuzhiwei made their first contribution in #3320
- @Saltro made their first contribution in #3321
- @Jayllyz made their first contribution in #3326
Full Changelog: v1.0.1-rc.0...v1.0.1-rc.1