iTwin / appui

Monorepo for iTwin.js AppUi
MIT License
8 stars 2 forks source link

Deprecate APIs related to `ConfigurableUiControl` #888

Closed GerardasB closed 1 week ago

GerardasB commented 2 weeks ago

Changes

This PR deprecates APIs related to the ConfigurableUiControl class. Currently, applications must use the content control mechanism that eventually maps to a ReactNode. Instead, ContentProps.content can be used to specify a ReactNode. See NextVersion.md for a full list of deprecations and their suggested replacements.

Testing

N/A