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
@owenniblockin 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
@owenniblockin 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
@keithamusin github/tab-container-element#82- Bump ip from 1.1.8 to 1.1.9 by
@dependabotin 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-wrapperwhich corresponds to the div element wrappingbefore-tabs,tablistandafter-tabsparts.What's Changed
- Add tablist-wrapper shadow part by
@owenniblockin 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=nso you don't needaria-selected=true.What's Changed
- Fix set aria selected by
@keithamusin github/tab-container-element#78- clarify N in Readme by
@keithamusin 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
@keithamusin github/tab-container-element#72- Simplify events by
@keithamusin github/tab-container-element#73- get example page axe clean by
@keithamusin github/tab-container-element#76- Refactor gettabs into private getters by
@keithamusin github/tab-container-element#74- Refactor setup code to call into selecttab by
@keithamusin github/tab-container-element#75
... (truncated)
Commits
a3949dfMerge pull request #84 from github/htmlslotelement-ssr-supporta9ac510Only use globalThis on creation of manualSlotsSupported7ba7badHTMLSlotElement needs SSR support3996e61Merge pull request #83 from github/no-role-on-slote2a112fDon't mutate the light DOM0f621b7Re-introduce accessibility testsd4d48fdUpdates custmo-elements.json on build200fab7Wraps the tabs in a tablist in the DOM outside shadow DOM8e10fdcMerge pull request #81 from github/dependabot/npm_and_yarn/ip-1.1.947345a3Merge 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.