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

refactor(ui5-breadcrumbs-item): remove stableDomRef public property #4284

Merged
merged 2 commits into from
Nov 8, 2021

Conversation

ilhan007
Copy link
Member

@ilhan007 ilhan007 commented Nov 6, 2021

Remove BreadcrumbsItem's stableDomRef public property, as calling getDomRef on BreadcrumbsItem's now returns the matching actual DOM ref, typically ui5-link.
In case it is requested we can later add API to get the "showMore" link DOM Ref and the matching actual DOM Ref inside the overflow area.

BREAKING CHANGE: BreadcrumbsItem's stableDomRef property has been removed - use
getDomRef to get the matching actual DOM ref

@ilhan007 ilhan007 merged commit ecec275 into master Nov 8, 2021
@ilhan007 ilhan007 deleted the breadcrums-api branch November 8, 2021 09:41
ndeshev pushed a commit to ndeshev/ui5-webcomponents that referenced this pull request Dec 13, 2021
…AP#4284)

Remove BreadcrumbsItem's stableDomRef public property, as calling getDomRef on BreadcrumbsItem's now returns the matching actual DOM ref, typically ui5-link.
In case it is requested we can later add API to get the "showMore" link DOM Ref and the matching actual DOM Ref inside the overflow area.

BREAKING CHANGE: BreadcrumbsItem's stableDomRef property has been removed - use
getDomRef to get the matching actual DOM ref
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants