Skip to content

Releases: github/tab-container-element

v4.1.2

29 Feb 12:01
3996e61
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.1.1...v4.1.2

v4.1.1

22 Feb 16:23
8e10fdc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.1.0...v4.1.1

v4.1.0

20 Feb 11:42
7a12588
Compare
Choose a tag to compare

Adds a new shadow part called tablist-wrapper which corresponds to the div element wrapping before-tabs, tablist and after-tabs parts.

What's Changed

Full Changelog: v4.0.1...v4.1.0

v4.0.1

19 Feb 12:06
cc846d3
Compare
Choose a tag to compare

Fixes a regression in picking a default tab with aria-selected=true. Also adds default-tab=n so you don't need aria-selected=true.

What's Changed

Full Changelog: v4.0.0...v4.0.1

v4.0.0

16 Feb 19:22
3a0377f
Compare
Choose a tag to compare

This release leverages the shadowdom for improved ergonomics. This should be a drop-in change for the most part, but we've released it as a breaking release as it may require some changes to markup or CSS.

What's Changed

Full Changelog: v3.4.0...v4.0.0

v3.4.0

15 Feb 13:36
772c88f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.3.0...v3.4.0

v3.3.0

16 Jun 09:31
72a7029
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.2.0...v3.3.0

v3.2.0

24 Aug 21:54
1f03753
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.1.2...v3.2.0

v3.1.2

19 Mar 17:59
d574326
Compare
Choose a tag to compare

This release fixes some bugs in the nested tab implementation. (#32). Thanks @mwanji!

v3.1.1

17 Mar 11:19
Compare
Choose a tag to compare

This release fixes a bug with nested tab-containers where clicking a nested tab changes the parent containers. Nested tab-containers now work properly. (#31, fixes #30)