Skip to content

Releases: iTwin/changed-elements-react

@itwin/[email protected]

10 Oct 14:10
Compare
Choose a tag to compare

0.3.3 - 2023-10-10

Fixes

  • Fix ReportGeneratorDialog not listing any changed properties.

@itwin/[email protected]

25 Sep 15:39
Compare
Choose a tag to compare

0.3.2 - 2023-09-25

Patch changes

  • Reduce likelihood of style clashes for ExpandableSearchBar component.
  • Replace outdated CSS variables in ExpandableSearchBar style rules.

@itwin/[email protected]

25 Sep 15:35
Compare
Choose a tag to compare

0.3.1 - 2023-08-31

Patch changes

  • Change empty state appearance of VersionCompareSelectDialog.
  • Improve changed elements widget startup performance by deferring model node loading.

@itwin/[email protected]

14 Aug 14:05
Compare
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/[email protected]

20 Jul 13:25
Compare
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/[email protected]

15 Jun 09:51
Compare
Choose a tag to compare

0.1.0 - 2023-06-15

Initial package release.