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

release: 0.4.6 #303

Merged
merged 1 commit into from
Jul 13, 2020
Merged

release: 0.4.6 #303

merged 1 commit into from
Jul 13, 2020

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jun 23, 2020

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish 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.4.6

Patch Changes

  • 85f0032 #324 Thanks @juanca! - Consider <title> for the name of its <svg> element.

  • f7c1981 #288 Thanks @eps1lon! - Drop node 13 support

    We only stopped testing. Probability of breakage should be very low.

    New policy:

    Only active node versions are supported.
    Inactive node versions can stop working in a SemVer MINOR release.

  • fa53c51 #210 Thanks @eps1lon! - Implement accessbile description computation

    import { computeAccessibleDescription } from "dom-accessibility-api";
    
    const description = computeAccessibleDescription(element);

    Warning: It always considers title attributes if the description is empty.
    Even if the title attribute was already used for the accessible name.
    This is fails a web-platform-test.
    The other failing test is due to aria-label being ignored for the description which is correct by spec.
    It's likely an issue with wpt.
    The other tests are passing (13/15).

@github-actions github-actions bot force-pushed the changeset-release/main branch from b24faeb to 00d4220 Compare June 23, 2020 12:25
@github-actions github-actions bot force-pushed the changeset-release/main branch from 00d4220 to 9b8e193 Compare June 23, 2020 12:30
@github-actions github-actions bot force-pushed the changeset-release/main branch 16 times, most recently from 1d7dc6a to 69785b6 Compare July 6, 2020 07:27
@github-actions github-actions bot force-pushed the changeset-release/main branch 11 times, most recently from 5dc89ba to 485cc4f Compare July 13, 2020 20:44
@github-actions github-actions bot force-pushed the changeset-release/main branch from 485cc4f to d09d3f9 Compare July 13, 2020 20:46
@eps1lon eps1lon changed the title Version Packages release: 0.4.6 Jul 13, 2020
@eps1lon eps1lon merged commit 03c05ac into main Jul 13, 2020
@eps1lon eps1lon deleted the changeset-release/main branch July 13, 2020 21: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