What's Changed
New Features 🎉
- feat: define
import.meta.env.ASSET_PREFIX
by @chenjiahan in #3638 - feat: allow
dev.watchFiles
to be an array by @chenjiahan in #3640 - feat: check output folder when using preview JS API by @chenjiahan in #3642
- feat: export
PreviewOptions
type and correct doc by @chenjiahan in #3645 - feat: allow to disable preview checks by @chenjiahan in #3646
- feat: support for CLI shortcuts by @chenjiahan in #3614
- feat: support for CLI shortcuts (part 2) by @chenjiahan in #3651
- feat: enable CLI shortcuts by default when using Rsbuild CLI by @chenjiahan in #3652
- feat: CLI shortcuts for preview server by @chenjiahan in #3653
- feat: restart dev server via CLI shortcut by @chenjiahan in #3655
- feat: support for custom CLI shortcuts by @chenjiahan in #3661
Performance 🚀
- perf: no need to init Rspack config before preview by @chenjiahan in #3644
Bug Fixes 🐞
- fix: correct
rsbuild.createCompiler
type by @chenjiahan in #3647 - fix: failed to transform Rsbuild runtime code by @chenjiahan in #3657
Document 📖
- docs: list all default env vars by @chenjiahan in #3636
- docs: update plugin configuration API examples by @chenjiahan in #3639
- docs: polish configuration documents by @chenjiahan in #3654
- docs: add reload-server tip by @9aoy in #3656
- docs: add
dev.cliShortcuts
configuration by @chenjiahan in #3660
Other Changes
- chore(deps): update all patch dependencies by @renovate in #3643
- chore(deps): update dependency nx to v20 by @renovate in #3649
- test(e2e): add test cases for CLI shortcuts by @chenjiahan in #3658
- chore(deps): update rspress to v1.32.0 by @renovate in #3659
- release: 1.0.11 by @chenjiahan in #3662
Full Changelog: v1.0.10...v1.0.11