view_components
view_components copied to clipboard
Bump @github/tab-container-element from 3.3.0 to 4.1.3
Bumps @github/tab-container-element from 3.3.0 to 4.1.3.
Release notes
Sourced from @github/tab-container-element
's releases.
v4.1.3
What's Changed
- HTMLSlotElement needs SSR support by
@owenniblock
in github/tab-container-element#84Full Changelog: https://github.com/github/tab-container-element/compare/v4.1.2...v4.1.3
v4.1.2
What's Changed
- No role or aria on slot element by
@owenniblock
in github/tab-container-element#83Full Changelog: https://github.com/github/tab-container-element/compare/v4.1.1...v4.1.2
v4.1.1
What's Changed
- ensure support for browsers without manual slot assignment by
@keithamus
in github/tab-container-element#82- Bump ip from 1.1.8 to 1.1.9 by
@dependabot
in github/tab-container-element#81Full Changelog: https://github.com/github/tab-container-element/compare/v4.1.0...v4.1.1
v4.1.0
Adds a new shadow part called
tablist-wrapper
which corresponds to the div element wrappingbefore-tabs
,tablist
andafter-tabs
parts.What's Changed
- Add tablist-wrapper shadow part by
@owenniblock
in github/tab-container-element#80Full Changelog: https://github.com/github/tab-container-element/compare/v4.0.1...v4.1.0
v4.0.1
Fixes a regression in picking a default tab with
aria-selected=true
. Also addsdefault-tab=n
so you don't needaria-selected=true
.What's Changed
- Fix set aria selected by
@keithamus
in github/tab-container-element#78- clarify N in Readme by
@keithamus
in github/tab-container-element#79Full Changelog: https://github.com/github/tab-container-element/compare/v4.0.0...v4.0.1
v4.0.0
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
- add more examples to examples page by
@keithamus
in github/tab-container-element#72- Simplify events by
@keithamus
in github/tab-container-element#73- get example page axe clean by
@keithamus
in github/tab-container-element#76- Refactor gettabs into private getters by
@keithamus
in github/tab-container-element#74- Refactor setup code to call into selecttab by
@keithamus
in github/tab-container-element#75
... (truncated)
Commits
a3949df
Merge pull request #84 from github/htmlslotelement-ssr-supporta9ac510
Only use globalThis on creation of manualSlotsSupported7ba7bad
HTMLSlotElement needs SSR support3996e61
Merge pull request #83 from github/no-role-on-slote2a112f
Don't mutate the light DOM0f621b7
Re-introduce accessibility testsd4d48fd
Updates custmo-elements.json on build200fab7
Wraps the tabs in a tablist in the DOM outside shadow DOM8e10fdc
Merge pull request #81 from github/dependabot/npm_and_yarn/ip-1.1.947345a3
Merge pull request #82 from github/ensure-support-for-browsers-without-manual...- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
⚠️ No Changeset found
Latest commit: 94470e428d8244e632ff8e54f4390a898596e12f
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
This PR includes no changesets
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
⚠️ Visual differences found
Our visual comparison tests found UI differences. Please review the differences by viewing the files changed tab to ensure that the changes were intentional.
A newer version of @github/tab-container-element exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.
@dependabot recreate
Superseded by #2685.