Skip to content

@itwin/appui-react@5.26.0

Choose a tag to compare

@imodeljs-admin imodeljs-admin released this 06 Mar 16:54
· 5 commits to master since this release
8ef54b5

Minor Changes

  • f291611: Deprecated PreviewFeaturesProviderProps interface. Use React.ComponentProps<typeof PreviewFeaturesProvider> instead.

  • f291611: Bumped the release tag of PreviewFeaturesProvider component and PreviewFeatures interface from @beta to @public.

  • 2c75727: Added widgetTabActions preview feature, which when enabled displays widget tab actions for individual tabs instead of the default behavior where only active tab actions are exposed. Note that this feature replaces the overflow dropdown menu with a scrollable container to display all tab actions. Close button will be shown in widget tab when controlWidgetVisibility preview feature is enabled.

    <PreviewFeaturesProvider
      features={{
        widgetTabActions: true,
      }}
    >
      <App />
    </PreviewFeaturesProvider>

Patch Changes

  • @itwin/components-react@5.26.0
  • @itwin/core-react@5.26.0
  • @itwin/imodel-components-react@5.26.0