Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@Timeless0911 Timeless0911 released this 24 Dec 10:37
· 11 commits to main since this release
002d4d4

What's Changed

Highlights ✨

Comparing with 0.1.0, we have fixed many bugs and added numerous features for common scenarios, including but not limited to:

  • Enhanced support for resolving external modules, improving the redirect of paths for bundleless mode. See lib.redirect. (#535)
  • Introduced support for loading .env files. See Environment Variables. (#518)
  • Optimized code compression to retain only essential comments, resulting in smaller output sizes. (#522)
  • Added support for watching rslib.config to trigger rebuilds. (#489)
  • Improved documentation and completed the translation of the Chinese documentation. See https://lib.rsbuild.dev/zh/index.

Breaking changes 🚨

  • rslib mf dev has been changed to rslib mf-dev command in #590, checkout the documentation of mf-dev for more details.

New Features 🎉

  • feat(css): support css asset in bundleless mode and esm/cjs by @SoonIter in #582
  • feat!: support --lib param of mf-dev command by @Timeless0911 in #590

Bug Fixes 🐞

Document 📖

Other Changes

Full Changelog: v0.1.5...v0.2.0