Skip to content

v0.15.0

Latest
Compare
Choose a tag to compare
@Timeless0911 Timeless0911 released this 29 Sep 16:39
· 1 commit to main since this release
ff7ac33

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.

Preserve JSX

See JSX transform - React for more details.

What's Changed

New Features 🎉

Bug Fixes 🐞

  • fix(create-rslib): drop legacy Storybook packages by @fi3ework in #1252

Document 📖

Other Changes

Full Changelog: v0.14.0...v0.15.0