Releases: iTwin/changed-elements-react
Releases · iTwin/changed-elements-react
@itwin/changed-elements-react@0.17.0
Minor Changes
0.17.0 - 2025-08-12
Frontend Enhancements:
- Change named version list to be a infinite list, so we do not spam the UI with quires for constructing Named Versions
Frontend Bug Fixes:
- Fixed active version header not clearing once a comparison is complete
- Disabled process result buttons when a comparison is currently being run
@itwin/changed-elements-react@0.16.0
Minor Changes
0.16.0 - 2025-08-05
Frontend Enhancements:
- Provide consumers a way to inject their own changes and skip using the changed elements service altogether
- Provide colorization overrides for any special customization logic
- Provide a callback when changed instances are selected in the UI
Backend Enhancements:
- Initial ChangesRpcInterface and ChangesRpcImpl which aim to allow using the Partial EC Change Unifier in a simplified way
- The Rpc interface allows the app to provide relationships that they care about and marks any related changed ec instance with what relationships were affected that may drive the element for changes
See VersionCompare initialization options (changesProvider
, colorOverrideProvider
and onInstancesSelected
) for more information.
Patch Changes
0.15.9 - 2025-08-05
Performance Issues Fixed:
-
Eliminated massive changeset over-fetching
- Previously loaded ALL changesets
[0 -> Inf)
upfront - Now uses efficient pagination (20 items at a time)
- Previously loaded ALL changesets
-
Parallelized individual changeset queries
- Replaced sequential api calls with more efficient method
Critical Bug Fixed:
- Missing index offset for Named Versions
- Fixed to properly apply
+1 offset
as required by Changed Elements API
- Fixed to properly apply
@itwin/changed-elements-react@0.15.8
@itwin/changed-elements-react@0.15.7
@itwin/changed-elements-react@0.15.6
Patch Changes
0.15.6 - 2025-07-07
bug fix- Turning off all properties on Advanced Filtering dialog hides elements incorrectly
@itwin/changed-elements-react@0.15.5
@itwin/changed-elements-react@0.15.4
@itwin/changed-elements-react@0.15.3
Patch Changes
0.15.3 - 2025-05-20
- swap stage progress with overall loading progress during version comparison
@itwin/changed-elements-react@0.15.2
Patch Changes
0.15.2 - 2025-05-16
bug fix for search showing returning from version compare frontstage