Skip to content

refactor(ui5-tab, ui5-tab-separator): rename getTabInStripDomRef to getDomRefInStrip#8653

Merged
ilhan007 merged 1 commit intomainfrom
tab_tabseparator_rename_gettabinstripdomref
Apr 5, 2024
Merged

refactor(ui5-tab, ui5-tab-separator): rename getTabInStripDomRef to getDomRefInStrip#8653
ilhan007 merged 1 commit intomainfrom
tab_tabseparator_rename_gettabinstripdomref

Conversation

@dimovpetar
Copy link
Copy Markdown
Member

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 mentioned this pull request Apr 5, 2024
@dimovpetar dimovpetar closed this Apr 5, 2024
@dimovpetar dimovpetar reopened this Apr 5, 2024
@ilhan007 ilhan007 merged commit 773237f into main Apr 5, 2024
@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.

2 participants