What's Changed
New Features 🎉
- feat: hint more unknown file types by @chenjiahan in #4274
- feat: allow to custom manifest JSON by @chenjiahan in #4289
- feat(deps): bump Rspack 1.2.0-alpha.0 by @chenjiahan in #4296
- feat: allow
publicDir.copyOnBuild
to be 'auto' by @chenjiahan in #4299
Performance 🚀
- perf: move overlay template to server side by @chenjiahan in #4276
- perf: replace
commander
withcac
by @chenjiahan in #4284
Bug Fixes 🐞
- fix: should copy public dir to environment's dist dir by @9aoy in #4268
- fix: ansi HTML edge cases by @chenjiahan in #4279
- fix: overlay renders invalid file path by @chenjiahan in #4280
- fix: allow
environment
option ofcreateRsbuild
to be an empty array by @chenjiahan in #4283 - fix: do not copy public dir for node target by default by @9aoy in #4281
Document 📖
- docs: update UnoCSS guide to use
@unocss/webpack
by @chenjiahan in #4287 - docs: add
output.manifest.generate
config by @chenjiahan in #4290
Other Changes
- chore: prefer to use
static-changed
socket type by @chenjiahan in #4273 - refactor: rewrite ansiHTML and add test cases by @chenjiahan in #4277
- chore(deps): update dependency svelte to ^5.16.0 by @renovate in #4286
- chore(deps): update all patch dependencies by @renovate in #4292
- chore: prepare for v1.2.0 pre-release by @chenjiahan in #4297
- chore(deps): update dependency dotenv-expand to v12 by @renovate in #4007
- chore(deps): update playwright monorepo to v1.49.1 - autoclosed by @renovate in #3342
- ci: fix notify script not found by @9aoy in #4298
- chore(CI): fix pnpm not found in eco CI by @chenjiahan in #4300
- chore(CI): fix ecosystem CI failed to get commit sha by @chenjiahan in #4301
Full Changelog: v1.1.13...v1.2.0-alpha.0