tab-container-element

An accessible tab container element with keyboard support.

MIT License

Downloads
211.8K
Stars
352
Committers
19

Bot releases are visible (Hide)

tab-container-element - v4.8.2 Latest Release

Published by camertron 4 months ago

What's Changed

Full Changelog: https://github.com/github/tab-container-element/compare/v4.8.1...v4.8.2

tab-container-element - v4.8.1

Published by camertron 4 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/github/tab-container-element/compare/v4.8.0...v4.8.1

tab-container-element - v4.8.0

Published by owenniblock 5 months ago

What's Changed

Full Changelog: https://github.com/github/tab-container-element/compare/v4.7.0...v4.8.0

tab-container-element - v4.7.0

Published by keithamus 6 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/github/tab-container-element/compare/v4.5.0...v4.7.0

tab-container-element - v4.6.0

Published by mperrotti 6 months ago

Adds the ability to pass a custom tablist-tab-wrapper element.

tab-container-element - v4.5.0

Published by camertron 7 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/github/tab-container-element/compare/v4.4.0...v4.5.0

tab-container-element - v4.4.0

Published by owenniblock 8 months ago

What's Changed

Full Changelog: https://github.com/github/tab-container-element/compare/v4.3.0...v4.4.0

tab-container-element - v4.3.0

Published by owenniblock 8 months ago

What's Changed

Full Changelog: https://github.com/github/tab-container-element/compare/v4.2.0...v4.3.0

tab-container-element - v4.2.0

Published by owenniblock 8 months ago

What's Changed

Full Changelog: https://github.com/github/tab-container-element/compare/v4.1.3...v4.2.0

tab-container-element - v4.1.3

Published by owenniblock 8 months ago

What's Changed

Full Changelog: https://github.com/github/tab-container-element/compare/v4.1.2...v4.1.3

tab-container-element - v4.1.2

Published by owenniblock 8 months ago

What's Changed

Full Changelog: https://github.com/github/tab-container-element/compare/v4.1.1...v4.1.2

tab-container-element - v4.1.1

Published by keithamus 8 months ago

What's Changed

Full Changelog: https://github.com/github/tab-container-element/compare/v4.1.0...v4.1.1

tab-container-element - v4.1.0

Published by owenniblock 8 months ago

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: https://github.com/github/tab-container-element/compare/v4.0.1...v4.1.0

tab-container-element - v4.0.1

Published by keithamus 8 months ago

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: https://github.com/github/tab-container-element/compare/v4.0.0...v4.0.1

tab-container-element - v4.0.0

Published by keithamus 8 months ago

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: https://github.com/github/tab-container-element/compare/v3.4.0...v4.0.0

tab-container-element - v3.4.0

Published by keithamus 8 months ago

What's Changed

Full Changelog: https://github.com/github/tab-container-element/compare/v3.3.0...v3.4.0

tab-container-element - v3.3.0

Published by keithamus over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/github/tab-container-element/compare/v3.2.0...v3.3.0

tab-container-element - v3.2.0

Published by dgreif about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/github/tab-container-element/compare/v3.1.2...v3.2.0

tab-container-element - v3.1.2

Published by keithamus over 3 years ago

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

tab-container-element -

Published by keithamus over 3 years ago

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)