This repository was archived by the owner on Sep 18, 2023. It is now read-only.
7.0.0-beta.5
- Fix incorrect variables generated from
theme.headingsin 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
idattribute set on all inputs withidprop is set - Migrate
react-beautiful-dndto@hello-pangea/dnd - Fix
Imagecomponent taking all available space in flex container if width is not defined - Add missing default
sizeprop to Container - Fix Badge taking all available space in flex containers when
fullWidthprop 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.blackin light color scheme andtheme.whitein 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
idattribute not set on PasswordInput correctly