Skip to content
This repository was archived by the owner on Sep 18, 2023. It is now read-only.

7.0.0-beta.5

Choose a tag to compare

@rtivital rtivital released this 12 Sep 13:22
· 86 commits to master since this release
  • Fix incorrect variables generated from theme.headings in vanilla extract package
  • Update light variant colors to have better contrast with dark color scheme
  • Update Autocomplete data formats documentation to avoid confusion between label/value usage
  • Fix incorrect id attribute set on all inputs with id prop is set
  • Migrate react-beautiful-dnd to @hello-pangea/dnd
  • Fix Image component taking all available space in flex container if width is not defined
  • Add missing default size prop to Container
  • Fix Badge taking all available space in flex containers when fullWidth prop is not set
  • Add missing tap-highlight styles to Checkbox, Radio and Rating components
  • Add remove scroll classes to AppShell.Header and AppShell.Footer by default to avoid layout shifts when Modal/Drawer is opened
  • Add c="bright" style prop support to all components – theme.black in light color scheme and theme.white in dark color scheme
  • Fix CodeHighlightTabs not collapsing correctly with collapsed prop is set in Safari
  • Fix CodeHighlightTabs tab control not aligned correctly in Safari
  • Fix id attribute not set on PasswordInput correctly