What's Changed
New Features 🎉
- feat: add source.tsconfigPath config by @chenjiahan in #1293
- feat: support load browserslist config with env section by @chenjiahan in #1303
- feat: improve time info in debug logs by @chenjiahan in #1333
- feat: add routes param to server.printUrls by @chenjiahan in #1347
Bug Fixes 🐞
- fix(server): print server url should between listen and beforeCompile by @9aoy in #1289
- fix: double slash in formatted routes by @chenjiahan in #1322
- fix: infinitely reload when disabling HMR by @chenjiahan in #1350
- fix: incorrect peer dependency range by @chenjiahan in #1359
Document 📖
- docs: add document for source.tsconfigPath config by @chenjiahan in #1294
- docs: add react plugin introduce in the builder migration guide by @9aoy in #1295
- docs: add guide for Vue SFC type checking by @chenjiahan in #1296
- docs(builder-migration): add default value differences by @9aoy in #1297
- docs: prettier exceptions faq by @9aoy in #1299
- docs: add guide for browserslist env section by @chenjiahan in #1304
- docs(plugin-type-check): fix broken en page by @xc2 in #1310
- docs: fix translator removed tabs by @chenjiahan in #1312
- docs: amend e2e command description by @fi3ework in #1305
- docs: add routes param to server hooks document by @chenjiahan in #1353
Other Changes
- chore(workflow): fix trigger modern update failed when releasing by @9aoy in #1292
- test(e2e): add gotoPage helper to simplify code by @chenjiahan in #1298
- test(e2e): fix helper typing issue by @chenjiahan in #1300
- chore: use helper to get and set NODE_ENV by @chenjiahan in #1302
- test: use test suite dirname as cwd by @fi3ework in #1307
- build: remove require shims by @fi3ework in #1306
- chore: Configure Renovate by @renovate in #1313
- chore(workflow): allow pnpmfile in renovate config by @chenjiahan in #1317
- chore: use packageExtensions to replace pnpmfile by @chenjiahan in #1318
- chore(deps): update dependency @swc/core to v1.3.103 by @renovate in #1319
- chore(deps): update babel by @renovate in #1314
- chore(deps): update dependency browserslist to v4.22.2 by @renovate in #1320
- chore(deps): update dependency @biomejs/biome to v1.5.2 by @renovate in #1315
- test(ut): clean up swc skipped cases by @chenjiahan in #1321
- chore(deps): update dependency fork-ts-checker-webpack-plugin to v9.0.2 by @renovate in #1326
- chore(workflow): configure manually updated packages by @chenjiahan in #1327
- chore(deps): update dependency http-compression to v1.0.17 by @renovate in #1328
- chore(deps): update dependency mini-css-extract-plugin to v2.7.7 by @renovate in #1329
- chore: replace some require calls by @chenjiahan in #1330
- chore(deps): update dependency postcss-loader to v7.3.4 by @renovate in #1331
- chore(deps): update dependency sass to v1.69.7 by @renovate in #1332
- chore(deps): update dependency style-loader to v3.3.4 by @renovate in #1334
- chore(deps): update dependency stylus-loader to v7.1.3 by @renovate in #1335
- chore(deps): update pnpm to v8.14.1 by @renovate in #1339
- chore(deps): bump Modern.js to v2.46.0 by @chenjiahan in #1342
- chore(deps): bump Rspress version by @chenjiahan in #1348
- chore: fix type issues in server test, update renovate config by @chenjiahan in #1349
- chore(deps): update dependency sass to v1.70.0 by @renovate in #1351
- chore(deps): update dependency stylus to v0.62.0 by @renovate in #1352
- chore(deps): update types by @renovate in #1341
- chore: update prebundle dependencies by @chenjiahan in #1357
- chore(deps): update dependency postcss-modules-local-by-default to v4.0.4 by @renovate in #1337
- chore(deps): update dependency @changesets/read to ^0.6.0 by @renovate in #1343
- chore(deps): update dependency css-loader to v6.9.0 by @renovate in #1344
- refactor: optimize readability and robustness of pluginDagSort by @chenjiahan in #1360
New Contributors
Full Changelog: v0.3.3...v0.3.4