4.7.1
What's Changed
- fix: import chakraui/icon by @jonashger in #277
- This fixed an issue #276, in which the export of
Iconfrom@chakra-ui/iconchanged from a default export to a named export inv3.2.0. Thanks to @jonashger for the quick fix, but I went one step further here and removed the dependency on@chakra-ui/iconfrom theMenufile in general by switching to using the native<svg>, like they do in the originalMenucomponent.
- This fixed an issue #276, in which the export of
New Contributors
- @jonashger made their first contribution in #277
Full Changelog: v4.7.0...v4.7.1