@obosbbl/grunnmuren-react@2.1.0
·
17 commits
to main
since this release
Minor Changes
- 14f78f3: Unflag
Avatar
as stable, you can now import without theUNSAFE_
prefix:import { Avatar } from '@obosbbl/grunnmuren-react'
- 387463d: New (unstable)
<Hero>
component that supports a<Heading>
,<Description>
and<Media>
. This initial version only has one single layout, but will be extended with other layout variants in the future (breaking layout/api changes are to be expected).
Patch Changes
- e3bd5a6: Fixes an accessibility issue with the
<RadioGroup>
component, where passingvalue=""
as a prop caused the radio input to gettabindex="-1"
. Which would make it inaccessible to keyboard and screen reader users.