What's Changed
New Features 🎉
- feat: add
server.cors
config by @chenjiahan in #4183 - feat: support for
importModule
inapi.transform
by @chenjiahan in #4217
Bug Fixes 🐞
- fix(create-rsbuild): remove Svelte 4 template by @chenjiahan in #4182
- fix(plugin-svelte): require is not defined in computing sveltePath variable by @lguzzon in #4184
- fix(HMR): should reload page when HTML template changed by @chenjiahan in #4212
- fix: should copy publicDir to the environment distDir when multiple environments by @9aoy in #4220
- fix: pin rspack version by @9aoy in #4222
Document 📖
- docs: add
server.cors
config by @chenjiahan in #4187 - docs: improve PostCSS add plugins example by @chenjiahan in #4189
- docs: examples for Environment Context by @chenjiahan in #4193
- docs: clean up unnecessary Rspress config by @chenjiahan in #4196
- docs: React Compiler for React 17 and 18 by @chenjiahan in #4198
- docs(website): revise the description by @xbzhang2020 in #4199
- docs: improve code splitting by @chenjiahan in #4208
- docs: improve
dev.setupMiddlewares
by @chenjiahan in #4214 - docs: multi environments build order by @chenjiahan in #4215
- docs: configure alias via jsconfig.json by @chenjiahan in #4230
Other Changes
- test: run e2e cases with Rspack incremental by @chenjiahan in #4188
- chore(renovate): group sass packages by @chenjiahan in #4190
- release: @rsbuild/plugin-svelte 1.0.6 by @chenjiahan in #4192
- test(e2e): fix unsable CORS cases by @chenjiahan in #4195
- chore(deps): update sass to ^1.83.0 by @renovate in #4194
- chore(deps): update dependency svelte to ^5.14.0 by @renovate in #4201
- chore(deps): update all patch dependencies by @renovate in #4200
- chore(workflow): remove duplicated issue label by @chenjiahan in #4206
- chore: prepare for v1.2.0 release by @chenjiahan in #4207
- chore(deps): update dependency @rsbuild/plugin-vue-jsx to ^1.1.0 by @renovate in #4213
- chore(CI): remove issue_comment trigger by @chenjiahan in #4221
- chore(CI): clean up unnecessary workflows by @chenjiahan in #4225
- chore(CI): remove bench-pr.yml by @chenjiahan in #4226
- chore(deps): update dependency nx to ^20.3.0 by @renovate in #4229
- chore(CI): update release workflow by @chenjiahan in #4233
- Revert "chore: prepare for v1.2.0 release (#4207)" by @chenjiahan in #4234
- chore(CI): specify pnpm publish branch by @chenjiahan in #4236
- release: stylus and svelte plugins v1.0.7-alpha.0 by @chenjiahan in #4235
- release: 1.1.11 by @chenjiahan in #4237
New Contributors
- @lguzzon made their first contribution in #4184
- @xbzhang2020 made their first contribution in #4199
Full Changelog: v1.1.10...v1.1.11