What's Changed
New Features 🎉
- feat: support incremental build when composite is true by @Timeless0911 in #416
- feat: add EntryChunkPlugin to handle shebang and shims by @fi3ework in #399
- feat: support lib.id by @fi3ework in #436
- feat!: use 'commonjs-import' as CJS external type by default by @fi3ework in #438
- feat: add
--root
cli option and make basic js api work by @Timeless0911 in #453 - feat!: emit CSS files to
dist
instead ofdist/static/css
by @chenjiahan in #460
Bug Fixes 🐞
- fix: respect declarationDir if dts.distPath is not set by @Timeless0911 in #420
- fix: checkMFPlugin function support array plugins by @2heal1 in #419
- fix: add tsdoc for config options by @fi3ework in #447
- fix: js request when using
autoExtension: false
along withoutput.filename.js
by @Timeless0911 in #455
Document 📖
- docs: update css-modules to CSS Modules by @9aoy in #422
- docs: add browser polyfill by @fi3ework in #430
- docs: add config.rsbuild.source by @fi3ework in #449
- docs: add plugins / output / tools by @fi3ework in #450
- docs: DTS by @Timeless0911 in #448
- docs(mf): polish docs by @fi3ework in #457
- docs: hide some unfinished docs by @Timeless0911 in #461
- docs: use index convention by @Timeless0911 in #462
Other Changes
- chore: update dep version of storybook by @nyqykk in #415
- chore: rename test folders to build by @Timeless0911 in #421
- chore(deps): remove unnecessary rspack/core devDeps by @9aoy in #427
- chore: use specific name for check ci passed by @Timeless0911 in #428
- chore(deps): update dependency nx to ^20.1.2 by @renovate in #435
- chore(deps): update all patch dependencies by @renovate in #439
- chore(deps): update all patch dependencies by @renovate in #441
- chore(deps): update dependency rspress to v1.37.0 by @renovate in #440
- chore: do not build website when install dependencies by @Timeless0911 in #443
- ci: simplified workflow by @fi3ework in #437
- chore: add Preact example by @fi3ework in #451
- chore(examples): add vue-component-bundle example by @chenjiahan in #459
New Contributors
Full Changelog: v0.0.18...v0.1.0