Skip to content

docs(ui5-breadcrumbs): correct @since for accessibleName#13722

Open
dobrinyonkov wants to merge 1 commit into
mainfrom
fix/breadcrumbs-accessiblename-since
Open

docs(ui5-breadcrumbs): correct @since for accessibleName#13722
dobrinyonkov wants to merge 1 commit into
mainfrom
fix/breadcrumbs-accessiblename-since

Conversation

@dobrinyonkov

Copy link
Copy Markdown
Contributor

What

The accessibleName property on ui5-breadcrumbs was documented as @since 2.22.0, which is incorrect — 2.22.0 has already been released and the property was not part of it.

Evidence

  • The property was introduced in commit 9b6fea73654 ("fix(ui5-breadcrumbs): acc findings fixed"), which landed after the 2.23.0 release branch was cut.
  • Current development version in package.json is 2.24.0-rc.1; the latest released git tag is v2.23.1.
  • So the first public release containing accessibleName will be 2.24.0.

Change

Single-line JSDoc fix in packages/main/src/Breadcrumbs.ts:

- * @since 2.22.0
+ * @since 2.24.0

Surfaced during the API review ahead of the upcoming 2.24.0 release.

The accessibleName property was documented as @SInCE 2.22.0
but it was introduced after 2.23.0 (commit 9b6fea7) and
will ship in 2.24.0. Corrects the JSDoc tag ahead of the
upcoming release API review.
@sap-ui5-webcomponents-release

Copy link
Copy Markdown

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