Skip to content

Releases: element-hq/compound-web

Release 6.3.1

02 Oct 19:56
20cea63
Compare
Choose a tag to compare

6.3.1 Release

What's Changed

  • Fix toolip not adding aria-labelled-by when using the label prop by @MidhunSureshR in #257

Full Changelog: v6.3.0...v6.3.1

Release 6.3.0

02 Oct 12:19
6515555
Compare
Choose a tag to compare

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

Full Changelog: v6.2.2...v6.3.0

Release 6.2.2

01 Oct 14:42
22b2de4
Compare
Choose a tag to compare

6.2.2 Release

What's Changed

Full Changelog: v6.2.1...v6.2.2

Release 6.2.1

24 Sep 08:48
17dca03
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.2.0...v6.2.1

Release 6.2.0

16 Sep 15:12
4c0f8f3
Compare
Choose a tag to compare

6.2.0 Release

What's Changed

Full Changelog: v6.1.2...v6.2.0

Release 6.1.2

06 Sep 22:35
1248b2c
Compare
Choose a tag to compare

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

30 Aug 12:42
be5a8fd
Compare
Choose a tag to compare

6.1.1 Release

What's Changed

Full Changelog: v6.1.0...v6.1.1

Release 6.1.0

22 Aug 21:35
f53ea6f
Compare
Choose a tag to compare

6.1.0 Release

What's Changed

Full Changelog: v6.0.0...v6.1.0

Release 6.0.0

02 Aug 18:25
8f850b6
Compare
Choose a tag to compare

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 the description 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. (Use onSelect instead.)

What's Changed

New Contributors

Full Changelog: v5.5.0...v6.0.0

Release 5.5.0

15 Jul 20:56
d70fbed
Compare
Choose a tag to compare

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