Highlights 💡
Preserve JSX
Rslib supports setting the JSX runtime to 'preserve'
to leave JSX syntax unchanged without transforming it, which is useful when you expect JSX to be left as is in library development.

See JSX transform - React for more details.
What's Changed
New Features 🎉
- feat: support JSX preserve by @fi3ework in #1244
- feat: support inspect Rslib config by @fi3ework in #1255
Bug Fixes 🐞
Document 📖
- docs: correct rslib mf command in README by @Timeless0911 in #1245
- docs: update examples link by @Timeless0911 in #1246
- docs(zh): translate bundle example heading by @fi3ework in #1248
- docs: specify @storybook/addon-essentials next version by @nyqykk in #1250
- docs(AGENTS.md): refine by @fi3ework in #1251
Other Changes
- chore(deps): update all non-major dependencies by @renovate[bot] in #1253
- chore(deps): bump Rsbuild 1.5.13 by @Timeless0911 in #1256
- Release v0.15.0 by @Timeless0911 in #1259
Full Changelog: v0.14.0...v0.15.0