Skip to content

chore(release): 0.5.5 #628

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

Merged
merged 1 commit into from
May 31, 2021
Merged

chore(release): 0.5.5 #628

merged 1 commit into from
May 31, 2021

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented May 3, 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

[email protected]

Patch Changes

  • #627 0485441 Thanks @eps1lon! - Ensure certain babel helpers aren't required

    Source:

    -const [item] = list;
    +const item = list[0];

    Transpiled:

    -var _trim$split = list.trim().split(" "),
    -_trim$split2 = _slicedToArray(_trim$split, 1),
    -item = _trim$split2[0]
    +var item = list[0];
  • #629 383bdb6 Thanks @eps1lon! - Use label attribute for naming of <optgroup> elements.

    Given

    <select>
    	<optgroup label="foo">
    		<option value="1">bar</option>
    	</optgroup>
    </select>

    Previously the <optgroup /> would not have an accessible name.
    Though 2D in accname 1.2 could be interpreted to use the label attribute:

    Otherwise, if the current node's native markup provides an attribute (e.g. title) or element (e.g. HTML label) that defines a text alternative, return that alternative [...]

    This was confirmed in NVDA + FireFox.

@github-actions github-actions bot force-pushed the changeset-release/main branch 2 times, most recently from cfe4fdf to 24a4589 Compare May 3, 2021 10:34
@github-actions github-actions bot force-pushed the changeset-release/main branch from 24a4589 to 1d7fd4e Compare May 10, 2021 14:36
@github-actions github-actions bot force-pushed the changeset-release/main branch from 1d7fd4e to 059c80b Compare May 25, 2021 12:16
@eps1lon eps1lon changed the title Version Packages chore(release): 0.5.5 May 25, 2021
@github-actions github-actions bot changed the title chore(release): 0.5.5 Version Packages May 25, 2021
@github-actions github-actions bot force-pushed the changeset-release/main branch from 059c80b to 9403bfa Compare May 25, 2021 12:24
@eps1lon eps1lon changed the title Version Packages chore(release): 0.5.5 May 31, 2021
@eps1lon eps1lon merged commit 7fea53d into main May 31, 2021
@eps1lon eps1lon deleted the changeset-release/main branch May 31, 2021 11:26
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