Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): 0.5.6 #667

Merged
merged 1 commit into from
Jun 3, 2021
Merged

chore(release): 0.5.6 #667

merged 1 commit into from
Jun 3, 2021

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jun 2, 2021

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

dom-accessibility-api@0.5.6

Patch Changes

  • #666 26ee73d Thanks @eps1lon! - Consider <label /> when computing the accessible name of <output />

    Given

    <label for="outputid">Output Label</label> <output id="outputid"></output>

    Previously the accessible name of the <output /> would ignore the <label />.
    However, an <output /> is labelable and therefore the accessible name is now computed using <label /> elements if they exists.
    In this example the accessible name is "Output Label".

@eps1lon eps1lon changed the title Version Packages chore(release): 0.5.6 Jun 3, 2021
@eps1lon eps1lon merged commit 2be2716 into main Jun 3, 2021
@eps1lon eps1lon deleted the changeset-release/main branch June 3, 2021 09:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant