Need a plan for switching from SelectionManager
in @itwin/presentation-frontend
to @itwin/unified-selection
#823
Labels
SelectionManager
in @itwin/presentation-frontend
to @itwin/unified-selection
#823
The
@itwin/unified-selection
package replaces SelectionManager class and its related APIs. We need to come up with a strategy how the switch is going to happen.Before deprecating the
SelectionManager
, we need to provide replacements for all existing use cases. Probably the trickiest one is property renderers / editors accessing current selection through UnifiedSelectionContext. The context can be provided by the property widget, but it needs to be defined in a package that's a common peer dependency of both - the widget and renderers / editors. At the moment they don't have such a peer dependency that knows about react and unified selection.The text was updated successfully, but these errors were encountered: