Skip to content

Releases: web-infra-dev/rsbuild

v0.0.8

27 Oct 03:27
Compare
Choose a tag to compare

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

12 Oct 11:51
75e50c5
Compare
Choose a tag to compare

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

11 Oct 14:00
d7e8d2b
Compare
Choose a tag to compare

What's Changed

New Features 🎉

  • feat(babel-preset): add lockCorejsVersion plugin

v0.0.4

11 Oct 12:53
Compare
Choose a tag to compare

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

10 Oct 05:36
2c2a7e6
Compare
Choose a tag to compare

What's Changed

Other Changes

  • chore: extract shared dependencies