Releases: web-infra-dev/rsbuild
Releases · web-infra-dev/rsbuild
v0.0.8
What's Changed
New Features 🎉
- feat(plugin-react): extract antd/arco/splitChunks logics into react plugin
- feat(plugin-styled-components): support styled-components in rspack mode
- feat(rsbuild/shared): init @rsbuild/shared
- feat(rsbuild): init rsbuild pkg
- feat(rsbuild/webpack): init
- feat: rsbuild doctor add doctor-types,doctor-utils, doctor-sdk
- feat: Use Rspack
builtin:swc-loader
instead of Rspack's built-in translation behavior - feat(plugin-styled-components): extract the styledComponents plugin as a standalone package
- feat(cli): support rsbuild inspect command
- feat: flatten the output html files
- feat(core): add basic implementation of CLI
- feat(plugin-react): extract the React plugin as a standalone package
- feat(plugin-svgr): extract svgr as a standalone package
- feat: adjust the default browserslist config
- feat: rsbuild doctor add rule-utils package
Bug Fixes 🐞
- fix homepage of chinese jump to english version
- fix(@rsbuild/document): correct api content about outputStructure
Other Changes
- chore: remove modern-web target
- chore: replace modern.js logger with rslog
v0.0.7
What's Changed
- fix(babel-preset): failed to resolve babel runtime for node bundles by @chenjiahan in #50
- feat(babel-preset): support Jest to use node preset by @chenjiahan in #52
Full Changelog: v0.0.5...v0.0.7
v0.0.5
What's Changed
New Features 🎉
- feat(babel-preset): add lockCorejsVersion plugin
v0.0.4
What's Changed
New Features 🎉
- feat(babel-preset): add babel plugins
- feat(babel-preset): add support for preset-env and preset-typescript
- feat: setup @rsbuild/vitest-helper
Bug Fixes 🐞
- fix(babel-preset): should not register dynamic-import-node plugin for web
v0.0.3
What's Changed
Other Changes
- chore: extract shared dependencies