What's Changed
Highlights 💡
Rsbuild error overlay now shows type errors and provides the same highlighting as terminal:
Related PRs:
- feat: display log colors on error overlay by @chenjiahan in #4266
- feat: display type errors on the overlay by @9aoy rspack-contrib/rsbuild-plugin-type-check#13
New Features 🎉
- feat: display node polyfill hint on error overlay by @chenjiahan in #4263
Performance 🚀
- perf: format stats errors in the Node side by @chenjiahan in #4261
Bug Fixes 🐞
- fix: should await inspect config in debug mode by @chenjiahan in #4252
- fix: set default command for
createCompiler()
by @chenjiahan in #4254 - fix: should writeToDisk correctly when environment writeToDisk configuration same by @9aoy in #4269
- fix: preserve ansi colors for browser error logs by @chenjiahan in #4270
Document 📖
- docs: add
importModule
forapi.transform
by @chenjiahan in #4255 - docs: link to SWC plugin unmatch FAQ by @chenjiahan in #4256
Other Changes
- release: v1.1.12 by @chenjiahan in #4241
- chore(deps): update dependency react-router-dom to ^7.1.0 by @renovate in #4244
- chore(deps): update all patch dependencies by @renovate in #4243
- chore(CI): simplify ecosystem CI workflows by @chenjiahan in #4246
- chore(server): replace deprecated
url.parse()
by @chenjiahan in #4242 - chore(CI): pin all actions to exact version by @chenjiahan in #4247
- chore(CI): specify minimal permissions for issue-labeler by @chenjiahan in #4248
- chore(deps): update dependency svelte to ^5.15.0 by @renovate in #4245
- test(e2e): proxy logs to avoid redundant e2e outputs by @chenjiahan in #4250
- chore(CI): correct permissions for issue labeler by @chenjiahan in #4253
- chore(CI): fix missing permission for provenance by @chenjiahan in #4257
- chore: bump rspack-manifest-plugin to reuse type by @chenjiahan in #4259
- chore(ci): support update eco-ci result in pr comment by @9aoy in #4260
- chore(deps): update rspress to ^1.39.1 by @renovate in #4265
- chore(deps): update dependency @rslib/core to v0.2.0 by @renovate in #4264
- chore(ci): support add eco-ci failure result in commit comment by @9aoy in #4262
- test(e2e): add overlay-type-errors case by @chenjiahan in #4271
- release: 1.1.13 by @chenjiahan in #4272
Full Changelog: v1.1.12...v1.1.13