Releases: iTwin/changed-elements-react
Releases · iTwin/changed-elements-react
@itwin/changed-elements-react@0.3.0
0.3.0 - 2023-08-14
Breaking changes
VersionCompare.initializeno longer acceptsiModelsClientinstance. Instead, you have to supply an object which implements our customIModelsClientinterface toVersionCompareContext. We expose a default client implementation asITwinIModelsClient.
Minor changes
VersionCompareSelectDialognow updates named version list every time it is mounted.- Remove
@itwin/imodels-client-managementdependency.
Fixes
- Fix
VersionCompareSelectDialoggetting stuck in loading state when there are no named versions present.
@itwin/changed-elements-react@0.2.0
0.2.0 - 2023-07-20
Breaking changes
- The package has dropped dependency on
@itwin/appui-reactand 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
ChangedElementsWidgetlayout - Update search bar style in
ChangedElementsWidget - Expose
ElementListref throughChangedElementsWidgetprops
@itwin/changed-elements-react@0.1.0
0.1.0 - 2023-06-15
Initial package release.