v0.9.0
Highlights ✨
This release brings exciting new features to Rslib:
Vue support
Rslib now provides support for building Vue component libraries by integrating unplugin-vue. Checkout Solution - Vue to learn how to build a Vue component library using Rslib. Additionally, storybook-vue3-rsbuild
is provided for Vue3 Storybook support.

What's Changed
New Features 🎉
- feat: support Vue with unplugin-vue by @fi3ework in #995
- feat: support
umdName
of array and object type by @Timeless0911 in #1020 - feat(template): add Vue by @fi3ework in #960
Performance 🚀
- perf: replace
commander
withcac
by @Timeless0911 in #1012
Document 📖
- docs: update Rstack introduction by @chenjiahan in #1006
- docs: optimize
source.exclude
description by @Timeless0911 in #1009 - docs: add how to preserve module variables by @Timeless0911 in #1010
- docs: optimize cli docs by @Timeless0911 in #1013
- docs: update plugins bundleless compatibility by @Timeless0911 in #1014
- docs(rspress): use @rspress/plugin-algolia for search by @SoonIter in #1015
- docs: create Vue project by @Timeless0911 in #1021
Other Changes
- chore(deps): update all non-major dependencies by @renovate in #1008
- chore(renovate): update Renovate configuration by @Timeless0911 in #1016
- chore(deps): update all non-major dependencies by @renovate in #1018
- Release v0.9.0 by @Timeless0911 in #1022
Full Changelog: v0.8.0...v0.9.0