Releases: iTwin/changed-elements-react
Releases · iTwin/changed-elements-react
@itwin/changed-elements-react@1.0.0
Major Changes
1.0.0 - 2025-09-16
Major Change
Updated all Itwin JS to 5.x.x and stopped using deprecated methods.
This is a breaking change and will require updates to consumers of this package in their implementation of their property comparison frontstage.
@itwin/changed-elements-react@0.17.3
Patch Changes
0.17.3 - 2025-09-11
Fixed colors of toggles in filters to depict color legend of changes
@itwin/changed-elements-react@0.17.2
@itwin/changed-elements-react@0.17.1
@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 offsetas 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