What's Changed
- refactor(registry): make the registry better by @irsyadadl in #409
- Next by @irsyadadl in #410
- The
SidebarSection
prop has been renamed fromtitle
tolabel
:
- <SidebarSection title="Section 1" />
+ <SidebarSection label="Section 1" />
-
Large data sets are now better handled by the pickers.
-
The
Drawer.Content
propwithNotch
has been renamed tonotch
:
- <Drawer.Content withNotch={false} />
+ <Drawer.Content notch={false} />
Full Changelog: v2.2.0...v2.2.1