0.14.5 (2022-08-11)
Thanks for supporting Odyssey. First, here are a few highlights to share from this release:
- Storybook now displays code examples!
- Banner and Toast are now available in MUI
borderWidth
and maxWidth
are now available as theme variables
If you have trouble or have questions please reach out to us through the channels mentioned in our new Contribution Guidelines!
🚀
CHANGELOG
0.14.5 (2022-08-11)
Features
- added information about ThemeProvider and useTheme to README (2b2490e)
- odyssey-react-mui: add borderWidth and maxWidth theme variables (05a2fef)
- odyssey-react-mui: add themes for Banner and Toast (236c2bd)
- upgraded Storybook and Material-UI (ab495f9)
Bug Fixes
- odyssey-react-mui: fix Button :focus-visible styles (91aaa06)
- removed unused imports in Storybook main.js (4bcac94)
- storybook pages now show correct code examples (d3f1100)