Releases: iTwin/changed-elements-react
Releases · iTwin/changed-elements-react
@itwin/[email protected]
@itwin/[email protected]
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]
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]
0.3.0 - 2023-08-14
Breaking changes
VersionCompare.initialize
no longer acceptsiModelsClient
instance. Instead, you have to supply an object which implements our customIModelsClient
interface toVersionCompareContext
. We expose a default client implementation asITwinIModelsClient
.
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]
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 throughChangedElementsWidget
props
@itwin/[email protected]
0.1.0 - 2023-06-15
Initial package release.