Releases: iTwin/changed-elements-react
Releases · iTwin/changed-elements-react
@itwin/[email protected]
Patch Changes
0.12.1 - 2025-01-22
Fixed the issue with a model where the loading spinner appears if no named versions are available. Now, a message lets the user know if named versions are unavailable.
@itwin/[email protected]
Minor Changes
0.12.0 - 2025-01-22
-
Added experimental React component for the new Named Version selector. Its name or API is not stable yet, but you can try it out the following way.
import { NamedVersionSelectorWidget } from "@itwin/changed-elements-react/experimental"; [...] return ( <VersionCompareContext iModelsClient={iModelsClient}> <NamedVersionSelectorWidget iModel={iModel} /> </VersionCompareContext> ); }
@itwin/[email protected]
Fixes
- Fix ES module imports not specifying script file extensions
- Fixed model toggle when hide all is on. When hide all is on and a model is toggled on we would show only unchanged elements for that model and not all changed elements for given model.
- Fix the following console warnings in development environment
- Receiving invalid property when mounting
<ChangedElementsWidget />
with V2 version selector - Receiving invalid list ref when displaying changed elements list
checked
checkbox property not being accompanied byonChange
event handler when rendering element filters popup
- Receiving invalid property when mounting
@itwin/[email protected]
0.11.3 - 2024-11-6
Fixes
- Fixed emphasized elements(EE) not being respected when version compare is stopped. Now (version compare)VC restores EE that were present before VC is run.
@itwin/[email protected]
@itwin/[email protected]
Fixes
- Fix change report generation failures
@itwin/[email protected]
0.11.0 - 2024-10-08
Minor changes
JobAndNamedVersions
now exported through the barrelComparisonJob
models now exported through the barrel
@itwin/[email protected]
0.10.0 - 2024-10-08
Fixes
Changed Elements React
removed pseudo-commonjs modules from build outputChangedElementEntryCache
Entries will now be compared and loaded based on cached value not, unchanged current value being check. This prevents an infinite loop.