Releases: web-infra-dev/rsbuild
Releases · web-infra-dev/rsbuild
v0.0.15
What's Changed
Bug Fixes 🐞
- fix(doc): link error in NextStep component
- fix(plugin-vue): failed to resolve webpack
Other Changes
- chore: bump swc and helpers
- refactor: use plugin to generate titles instead of template params
v0.0.14
What's Changed
Performance Improvements ⚡
- perf: using a lighter modern.js server package
- perf: replace chalk with picocolors
Bug Fixes 🐞
- fix(css-minimizer): only apply in production
Other Changes
- refactor: move legacy manifest config to uni-builder
- refactor: @rsbuild/core no longer depend on webpack
- refactor: @rsbuild/shared no longer depend on webpack
v0.0.13
What's Changed
Performance Improvements ⚡
- perf: switch the default polyfill mode to usage
- perf: remove config validation
New Features 🎉
- feat(rsbuild/doctor): add doctor sdk server
- feat(uni-builder): setup basic functions
Bug Fixes 🐞
- fix(startUrl): failed to stringify circular error object
- fix(core): failed to release static applescript
- fix: modify priority order of
source
field and the default mainFields
Other Changes
- refactor: simplify RsbuildConfig definitions
- refactor: use plugin to generate meta tags instead of template params
- chore(deps): bump Rspack v0.3.9
- refactor: replace @rspack/html-plugin with html-webpack-plugin
- refactor: extract css-minimizer plugin as a standalone package
- chore(utils): unify the castArray implementation
v0.0.12
What's Changed
New Features 🎉
- feat(create-rsbuild): always use the latest version
Bug Fixes 🐞
- fix(plugin-svelte): failed to resolve svelte-preprocess
- fix(plugin-react): missing react-refresh dependency
v0.0.11
What's Changed
Performance Improvements ⚡
- perf: reduce builtin PostCSS plugins
- perf(core): remove strip-ansi dependency
New Features 🎉
- feat(create-rsbuild): templates depend on latest version of Rsbuild
Bug Fixes 🐞
- fix(create-rsbuild): incorrect preview command
- fix(schema): add missing tools schemas
Other Changes
- refactor: extract checkSyntax plugin as a standalone package
- refactor: replace @rspack/dev-client with @rspack/plugin-react-refresh
- chore: doctor add based on.
- refactor: move babel helpers to plugin-babel
v0.0.10
What's Changed
New Features 🎉
- feat(plugin-babel): extract babel plugin as a standalone package
Bug Fixes 🐞
- fix(create-rsbuild): failed to publish tsconfig of templates
v0.0.9
What's Changed
Bug Fixes 🐞
- fix(create-rsbuild): failed to resolve the templates
- fix(create-rspack): skip local files for debugging
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