Skip to content

v0.24.0

Compare
Choose a tag to compare
@edburyenegren-okta edburyenegren-okta released this 25 May 21:24
a0606b6

Thanks for supporting Odyssey. Here are a few highlights to share from this release:

  • Form and Fieldset are now available for use. These are Odyssey's first custom components, so feedback is appreciated!
  • Translations are now supported
  • Theming is now accessible via Design Tokens
  • Tabs, Select, and NativeSelect are now wrapped components
  • Link works again! 😅

If you have trouble or have questions, please get in touch with us through the channels mentioned in our new Contribution Guidelines!

🚀

CHANGELOG

0.24.0 (2023-05-25)

Features

  • add odyssey token override support (#1797) (52543cc)
  • make tranlationOverrides available via pass-through prop (cb6fbe4)
  • odyssey-react-mui: add Form and Fieldset components (bc4cfe6)
  • odyssey-react-mui: implement translation system via OdysseyTranslationProvider (3c3fe2d)
  • wrap the Select (26452d9)

Bug Fixes

  • add href to Link (93009b7)
  • correct type error (0a2d09e)
  • exported DatePicker from Labs instead of MUI (#1793) (c63244b)
  • fix broken docs page (6730a0e)
  • fix type errors (30275bc)
  • odyssey-react-mui: add proper displayName for TextField (cd0eff0)
  • odyssey-react-mui: fix RTL placement of Select chevron (9d99d9d)
  • remove unused forwardRef from Icon and Toast (bdfd1b1)
  • remove vestigial Box import (b12a589)
  • renderValue was missing a useCallback wrapper (#1800) (40d9566)