Release 6.0.0
6.0.0 Release
Breaking changes
<Tooltip label="...">
now acts as an accessible label for the target, rather than a description. Descriptive tooltips should use thedescription
prop instead.- TooltipProvider is back. Make sure to wrap your application in this component, or else tooltips will not function.
- ToggleMenuItem is now a controlled component and does not support
onChange
. (UseonSelect
instead.)
What's Changed
- Enable tooltips to be used as accessible labels by @robintown in #211
- Fix test warnings by @robintown in #213
- Allow setting a ref on InlineSpinner by @robintown in #208
- Configure Renovate by @robintown in #214
- Pin dependencies by @renovate in #216
- Update GitHub Actions (major) by @renovate in #217
- Update all non-major dependencies by @renovate in #218
- Update all non-major dependencies by @renovate in #219
- Update all non-major dependencies by @renovate in #222
- Update dependency browserslist-to-esbuild to v2 by @renovate in #224
- Add monorepo:eslint to renovate config by @t3chguy in #226
- Update dependency @types/eslint to v9 by @renovate in #223
- Update sonarcloud project key by @guillaumevillemont in #228
- Convert ToggleMenuItem to a controlled component by @robintown in #229
- Bring back the tooltip warm-up period by @robintown in #230
- Update dependency @vector-im/compound-design-tokens to v1.8.0 by @renovate in #221
- Update dependency @tsconfig/vite-react to v3 by @renovate in #220
- Update dependency vaul to ^0.9.0 by @renovate in #227
New Contributors
- @renovate made their first contribution in #216
- @guillaumevillemont made their first contribution in #228
Full Changelog: v5.5.0...v6.0.0