Skip to content

6.0.0

Choose a tag to compare

@jsardid jsardid released this 08 Aug 22:14
· 4650 commits to master since this release
40256f4

💥 Breaking changes:

  • Bleed and Inset. Prop values are now actual CSS values instead of token names. This is to avoid ambiguity and might change in the future with improvements in the token architecture semantics. #1141 #1139
  • Radio. This component has been removed after being deprecated. Use the Radio group component instead. #1098
  • Progress Bar. overlay property now defaults to false. #1042
  • Wizard. When orientation is vertical, the default width now adapts to the content instead of adjusting to the parent. #987
  • Checkbox and Switch. required property has been removed. Mark your non-required inputs as optional with the optional prop instead of using required. #925
  • Application Layout. Responsive re-design. #821
  • Application Layout. Added header, footer and side nav props. #821
  • Header. This component is now exported as part of the Application Layout component. #1146
  • Footer. This component is now exported as part of the Application Layout component. #1146
  • Sidenav. This component is now exported as part of the Application Layout component. #1146
  • Sidenav. New API for sidenav content. #1146
  • Link. Review API for client-side routing libraries. #822
  • Breakpoint responsive values have changed. #825

✨ New features:

  • Quicknav. New component. #824
  • Typography. New component. #816
  • Paragraph. New component. #816
  • Bulleted List. New component. #817
  • Flex. New component. #815
  • Nav Tabs. New component. #823
  • Select. Add popup edge collision detection and position re-calculation. #1115
  • Add the defaultValue prop to all uncontrolled components. #857
  • Allow internationalization of the hardcoded strings. #929

🐛 Patches:

  • Select. Fix popup overflow when used in container components. #1047
  • Select. Fix z-index conflict with Checkbox. #1086
  • Select. Fix component not passing required error to onBlur callback. #1037
  • Fix vulnerability with dependency "moment". #931