Skip to content

[ci] release#41

Merged
drwpow merged 1 commit intomainfrom
changeset-release/main
Feb 10, 2025
Merged

[ci] release#41
drwpow merged 1 commit intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Feb 9, 2025

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]

Minor Changes

  • #38 047714d Thanks @drwpow! - ⚠️ Breaking API changes:

    • getRole() now returns full role data, rather than a string. To achieve the same result, access the name property:
      - getRole({ tagName: 'button' })
      + getRole({ tagName: 'button' })?.name
  • #38 047714d Thanks @drwpow! - ⚠️ Breaking change: Node API now requires all attributes.

    Attributes

    In the previous version, <a> and <area> would assume href was set, unless you passed in an explicit attributes: {} object. However, in expanding the DOM API this inconsistency in behavior led to problems. Now both versions behave the same way in regards to attributes: an attribute is assumed NOT to exist unless passed in.

    Ancestors

    This behavior is largely-unchanged, however, some small improvements have been made.

    Note: the DOM version will automatically traverse the DOM for you, and automatically reads all attributes. This change only affects the Node API where the DOM is unavailable.

  • #42 c000339 Thanks @drwpow! - ⚠️ Breaking change: aria- attribute data now matches ARIA spec, e.g. enum (unique type) replaced with token (described in ARIA 1.3).

  • #40 eedfa8f Thanks @drwpow! - Bugfix: aria-roledescription and aria-brailleroledescription removed from “naming prohibited” attributes

Patch Changes

@github-actions github-actions Bot force-pushed the changeset-release/main branch from 4dec73c to f9fe5b3 Compare February 10, 2025 00:51
@github-actions github-actions Bot force-pushed the changeset-release/main branch from f9fe5b3 to 07be619 Compare February 10, 2025 01:18
@drwpow drwpow merged commit ef0f62a into main Feb 10, 2025
@drwpow drwpow deleted the changeset-release/main branch February 10, 2025 01:20
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