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-tab, ui5-tab-separator): rename getTabInStripDomRef to getDomRefInStrip #8653

Merged
merged 1 commit into from
Apr 5, 2024

Conversation

dimovpetar
Copy link
Contributor

Renames Tab#getTabInsStripDomRef and TabSeparator#getTabInsStripDomRef to getDomRefInStrip.

BREAKING CHANGE: If previously you have used:

someTab.getTabInsStripDomRef();
someTabSeparator.getTabInsStripDomRef();

Now use:

someTab.getDomRefInStrip();
someTabSeparator.getDomRefInStrip();

Related to: #8461

@dimovpetar dimovpetar closed this Apr 5, 2024
@dimovpetar dimovpetar reopened this Apr 5, 2024
@ilhan007 ilhan007 merged commit 773237f into main Apr 5, 2024
13 of 16 checks passed
@ilhan007 ilhan007 deleted the tab_tabseparator_rename_gettabinstripdomref branch April 5, 2024 14:34
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.

None yet

2 participants