[TreeView] Drop TreeItem
and rename TreeItem2
into TreeItem
(same for useTreeItem2
and all related components)
#14767
Labels
breaking change
component: tree view
TreeView, TreeItem. This is the name of the generic UI component, not the React module!
Part of #13188
The
TreeItem2
component is becoming the default and only DX to customize the Tree Item, it should not longer have a2
suffix.TreeItem2
=>TreeItem
useTreeItem2
(andunstable_useTreeItem2
) =>useTreeItem
TreeItem2Icon
=>TreeItemIcon
TreeItem2Provider
=>TreeItemProvider
useTreeItem2Utils
=>useTreeItemUtils
TreeItem2Root
and other slots =>TreeItemRoot
etc...Check the doc to remove any mention of
TreeItem2
and any mention of theTreeItem
API.Search keywords:
The text was updated successfully, but these errors were encountered: