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.4 #202

Merged
merged 1 commit into from
May 18, 2020
Merged

release: 0.4.4 #202

merged 1 commit into from
May 18, 2020

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Apr 16, 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 master, this PR will be updated.

Releases

dom-accessibility-api@0.4.4

Patch Changes

  • e79f620 #208 Thanks @eps1lon! - Add support for node 14

  • 2c6a23b #200 Thanks @eps1lon! - Add module field

  • 737dfae #234 Thanks @willamzv! - Consider <legend> for the name of its <fieldset> element.

    <fieldset>
    	<legend><em>my</em> fieldset</legend>
    </fieldset>

    Computing the name for this fieldset would've returned an empty string previously. It now correctly computes my fieldset following the accessible name computation for fieldset elements

  • 969da7d #240 Thanks @eps1lon! - Reduce over-transpilation

    Switched from

    • for-of to .forEach or a basic for loop
    • array.push(...otherArray) to push.apply(array, otherArray)

    This removed a bunch of babel junk that wasn't needed.

  • d578329 #248 Thanks @eps1lon! - Consider <caption> for the name of its <table> element.

    <table>
    	<caption>
    		<em>my</em>
    		table
    	</caption>
    </table>

    Computing the name for this table would've returned an empty string previously. It now correctly computes my table following the accessible name computation for table elements

  • f1b2bd0 #237 Thanks @eps1lon! - Use nodeType and tagName for element type checks

@github-actions github-actions bot force-pushed the changeset-release/master branch 4 times, most recently from f753c5a to 02ef668 Compare April 20, 2020 09:16
@eps1lon

This comment has been minimized.

@github-actions github-actions bot force-pushed the changeset-release/master branch 4 times, most recently from 0a696fc to eb177e4 Compare April 22, 2020 13:29
@github-actions github-actions bot force-pushed the changeset-release/master branch 12 times, most recently from c54b33e to 7f80abf Compare May 4, 2020 09:17
@github-actions github-actions bot force-pushed the changeset-release/master branch 9 times, most recently from 3eef134 to 78c57dd Compare May 16, 2020 09:51
@github-actions github-actions bot force-pushed the changeset-release/master branch 12 times, most recently from eb4d810 to 2b14147 Compare May 18, 2020 08:38
@eps1lon eps1lon merged commit d53ee79 into master May 18, 2020
@eps1lon eps1lon changed the title Version Packages release: 0.4.4 May 18, 2020
@eps1lon eps1lon deleted the changeset-release/master branch May 18, 2020 10:06
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