What's Changed
New Features 🎉
- feat(core): improve module trace formatting in error messages by @chenjiahan in #6290
Performance 🚀
- perf(dev-server): make asset middleware file lookup async by @chenjiahan in #6295
- perf(hmr): no need to get assets info by @chenjiahan in #6296
- perf(hmr): reduce
stats.toJson()
calls by @chenjiahan in #6301 - perf: reduce
stats.hasErrors()
calls by @chenjiahan in #6305 - perf: replace compiled imports with require by @chenjiahan in #6308
Bug Fixes 🐞
- fix: render TS errors on error overlay by @chenjiahan in #6303
- fix: print hint when stats.errors is disabled by @chenjiahan in #6304
Refactor 🔨
- refactor: simplify stats error formatting logic by @chenjiahan in #6288
- refactor(stats): improve stats error and warning handling by @chenjiahan in #6297
- refactor(helpers): avoid importing helpers via barrel files by @chenjiahan in #6309
Document 📖
- docs: add dev.browserLogs config by @chenjiahan in #6287
- docs: improve documentation authenticity and clarity by @Copilot in #6302
Other Changes
- chore(deps): update dependency @rslib/core to v0.15.0 by @renovate[bot] in #6289
- chore(deps): update dependency cross-env to ^10.1.0 by @renovate[bot] in #6292
- chore(deps): update dependency nx to ^21.6.2 by @renovate[bot] in #6293
- chore(deps): update dependency memfs to ^4.48.1 by @renovate[bot] in #6298
- chore(deps): update react to v19.2.0 by @renovate[bot] in #6299
- chore(deps): update @types/react to ^19.2.0 by @renovate[bot] in #6307
- chore(deps): update all patch dependencies by @renovate[bot] in #6310
- chore: create docs-en-improvement.prompt.yml by @chenjiahan in #6312
- chore(deps): update pnpm to v10.18.1 by @renovate[bot] in #6306
- test(e2e): remove redundant cwd declarations by @chenjiahan in #6311
- chore(deps): update dependency memfs to ^4.49.0 by @renovate[bot] in #6315
- chore(deps): update playwright monorepo to v1.56.0 by @renovate[bot] in #6316
- test: add tests for static asset serving and path traversal by @chenjiahan in #6317
- release: v1.5.14 by @chenjiahan in #6318
Full Changelog: v1.5.13...v1.5.14