What's Changed
You can now use the LiteUI to remove the dependency on reanimated, gesture handler, svg and safeareaview or even pass a custom ui to the getStorybookUI function call as CustomUIComponent
component should have this signature
export type SBUI = (props: {
story?: StoryContext<ReactRenderer, Args>;
storyHash: API_IndexHash;
setStory: (storyId: string) => void;
storage: Storage;
theme: Theme;
children: ReactElement;
}) => ReactElement;
- chore(deps-dev): bump vite from 6.2.6 to 6.2.7 by @dependabot in #719
- fix: remove prettier dependency by @dannyhw in #722
- feat: use eslint 9 by @dannyhw in #723
- feat: custom ui option by @dannyhw in #724
- chore(deps): bump undici from 6.21.1 to 6.21.3 by @dependabot in #728
Full Changelog: v9.0.0-beta.7...v9.0.0-rc.4