Skip to content

Releases: iTwin/changed-elements-react

@itwin/changed-elements-react@0.3.0

14 Aug 14:05

Choose a tag to compare

0.3.0 - 2023-08-14

Breaking changes

  • VersionCompare.initialize no longer accepts iModelsClient instance. Instead, you have to supply an object which implements our custom IModelsClient interface to VersionCompareContext. We expose a default client implementation as ITwinIModelsClient.

Minor changes

  • VersionCompareSelectDialog now updates named version list every time it is mounted.
  • Remove @itwin/imodels-client-management dependency.

Fixes

  • Fix VersionCompareSelectDialog getting stuck in loading state when there are no named versions present.

@itwin/changed-elements-react@0.2.0

20 Jul 13:25

Choose a tag to compare

0.2.0 - 2023-07-20

Breaking changes

  • The package has dropped dependency on @itwin/appui-react and thus no longer sets up any frontstages on behalf of the user. If you wish to continue using AppUI, you will have to create a version comparison frontstage yourself. See our test-app-frontend package for an example.

Minor changes

  • Update ChangedElementsWidget layout
  • Update search bar style in ChangedElementsWidget
  • Expose ElementList ref through ChangedElementsWidget props

@itwin/changed-elements-react@0.1.0

15 Jun 09:51

Choose a tag to compare

0.1.0 - 2023-06-15

Initial package release.