Skip to content

v0.4.0

Latest
Compare
Choose a tag to compare
@Timeless0911 Timeless0911 released this 27 Jan 08:27
· 18 commits to main since this release
14a0e06

Highlights ✨

This release brings exciting new features and improvements to Rslib:

  • Import Static Assets: Rslib now supports importing static assets like images (including SVG to React component conversion), fonts, audio, and video directly into your library code. This feature ensures correct outputs in both bundle and bundleless modes, making it easier than ever to develop libraries with static assets. (#684 #705)
  • Enhanced Bundleless Mode:
    • Supports emitting CSS source maps in bundleless mode. (#698)
    • Supports using Stylus within your bundleless libraries, expanding your styling options. (#707)
    • Supports adding banners and footers to CSS files in bundleless mode. (#712)

What's Changed

New Features 🎉

Bug Fixes 🐞

Document 📖

  • docs(QA): add how to external module in DTS by @fi3ework in #706

Other Changes

New Contributors

Full Changelog: v0.3.2...v0.4.0