What's Changed
New Features 🎉
- feat: add cssModules.mode option by @chenjiahan in #2459
- feat: check if dist folder is empty before previewing by @chenjiahan in #2460
- feat: print compiler close errors by @chenjiahan in #2465
- feat: allow to enable namedExport for CSS Modules by @chenjiahan in #2475
- feat(typed-css-modules): support for named export by @chenjiahan in #2476
Bug Fixes 🐞
- fix: avoid printing undefined file path by @chenjiahan in #2463
- fix(typed-css-modules): avoid exporting invalid
cssExports
by @imranbarbhuiya in #2474 - fix(typed-css-modules): change webpack to Rsbuild by @chenjiahan in #2479
- fix(plugin-babel): run babel loader before builtin SWC loader by @chenjiahan in #2485
Document 📖
- docs: move Less FAQ to plugin-less document by @chenjiahan in #2461
- docs(plugin-less): fix lessOptions example by @chenjiahan in #2462
- docs: fix dataUriLimit default value by @chenjiahan in #2466
- docs: recommend using @swc/plugin-emotion by @chenjiahan in #2468
- docs: add custom manifest path example by @chenjiahan in #2473
- docs: reorganize the webpack migration guide by @chenjiahan in #2481
Other Changes
- test: add css resolve-ts-paths test case by @9aoy in #2467
- chore: move base configs to single package by @chenjiahan in #2470
- chore: node build target to ES2021 by @chenjiahan in #2471
- chore(deps): update all patch dependencies by @renovate in #2386
- chore(CI): remove release with comment feature by @9aoy in #2472
- chore(deps): update dependency sass to ^1.77.4 by @renovate in #2483
- chore(deps): update dependency eslint to ^9.4.0 by @renovate in #2484
New Contributors
- @imranbarbhuiya made their first contribution in #2474
Full Changelog: v0.7.1...v0.7.2