Releases: element-hq/compound-web
Releases · element-hq/compound-web
Release 6.3.1
6.3.1 Release
What's Changed
- Fix toolip not adding
aria-labelled-by
when using thelabel
prop by @MidhunSureshR in #257
Full Changelog: v6.3.0...v6.3.1
Release 6.3.0
This updates most dependencies.
The important bumps are vaul
and @radix-ui/*
, which are now on the latest version, and should result in less duplication in the dependency tree.
What's Changed
- Update dependency stylelint-plugin-defensive-css to v1 by @renovate in #239
- Update dependency ubuntu to v24 by @renovate in #250
- Update GitHub Actions by @renovate in #251
- Update dependency vite to v5.3.6 [SECURITY] by @renovate in #253
- Update production dependencies by @sandhose in #256
- Update all non-major dependencies by @renovate in #231
- Update dependency stylelint-value-no-unknown-custom-properties to v6 by @renovate in #240
- Update typescript-eslint monorepo to v8 (major) by @renovate in #245
Full Changelog: v6.2.2...v6.3.0
Release 6.2.2
6.2.2 Release
What's Changed
- Avoid chaining aria-labelledby on tooltips by @robintown in #255
Full Changelog: v6.2.1...v6.2.2
Release 6.2.1
What's Changed
- Use XOR for
TooltipProps
by @MidhunSureshR in #248 - Use better type for children in TooltipProvider by @MidhunSureshR in #249
Full Changelog: v6.2.0...v6.2.1
Release 6.2.0
6.2.0 Release
What's Changed
- Add a no arrow option to release announcement by @florianduros in #247
Full Changelog: v6.1.2...v6.2.0
Release 6.1.2
6.1.2 Release
What's Changed
- Update actions/upload-artifact digest to 834a144 by @renovate in #244
- Allow tooltips to label non-interactive triggers by @robintown in #246
Full Changelog: v6.1.1...v6.1.2
Release 6.1.1
6.1.1 Release
What's Changed
- Use the correct icon size on large icon buttons by @robintown in #241
- Update dependency jsdom to v25 by @renovate in #242
- Update dependency vite-plugin-dts to v4 by @renovate in #243
- Update dependency stylelint to v16 by @renovate in #237
- Update dependency stylelint-config-standard to v36 by @renovate in #238
Full Changelog: v6.1.0...v6.1.1
Release 6.1.0
6.1.0 Release
What's Changed
- Dropdown by @florianduros in #204
- Update dependency rimraf to v6 by @renovate in #234
- Update dependency jsdom to v24 by @renovate in #233
- Fix link button width not matching real button width by @t3chguy in #236
Full Changelog: v6.0.0...v6.1.0
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
Release 5.5.0
5.5.0 Release
What's Changed
- Use the icon components directly from the tokens package by @sandhose in #194
- Update the minimum peer dependency for design tokens to 1.6.0 by @sandhose in #209
Full Changelog: v5.4.0...v5.5.0