Skip to content

Releases: iTwin/changed-elements-react

@itwin/changed-elements-react@0.17.0

12 Aug 17:56
8282727
Compare
Choose a tag to compare

Minor Changes

0.17.0 - 2025-08-12

Frontend Enhancements:

  1. 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:

  1. Fixed active version header not clearing once a comparison is complete
  2. Disabled process result buttons when a comparison is currently being run

@itwin/changed-elements-react@0.16.0

05 Aug 16:23
6074097
Compare
Choose a tag to compare

Minor Changes

0.16.0 - 2025-08-05

Frontend Enhancements:

  1. Provide consumers a way to inject their own changes and skip using the changed elements service altogether
  2. Provide colorization overrides for any special customization logic
  3. Provide a callback when changed instances are selected in the UI

Backend Enhancements:

  1. Initial ChangesRpcInterface and ChangesRpcImpl which aim to allow using the Partial EC Change Unifier in a simplified way
  2. 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:

  1. Eliminated massive changeset over-fetching

    • Previously loaded ALL changesets [0 -> Inf) upfront
    • Now uses efficient pagination (20 items at a time)
  2. Parallelized individual changeset queries

    • Replaced sequential api calls with more efficient method

Critical Bug Fixed:

  1. Missing index offset for Named Versions

@itwin/changed-elements-react@0.15.8

15 Jul 13:17
55fc6dd
Compare
Choose a tag to compare

Patch Changes

0.15.8 - 2025-07-15

fix on advance filter

@itwin/changed-elements-react@0.15.7

14 Jul 12:50
27caa06
Compare
Choose a tag to compare

Patch Changes

0.15.7 - 2025-07-11

Changed elements gets hidden when toggling filters

@itwin/changed-elements-react@0.15.6

09 Jul 20:56
d12f564
Compare
Choose a tag to compare

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

30 Jun 17:55
0ff6e7e
Compare
Choose a tag to compare

Patch Changes

0.15.5 - 2025-06-26

Nvtable persists when loading comparison

0.15.5 - 2025-06-26

spacing around che ele header buttons

@itwin/changed-elements-react@0.15.4

17 Jun 21:23
ee1d4cb
Compare
Choose a tag to compare

Patch Changes

0.15.4 - 2025-06-06

fix alignment in header of version comapre

@itwin/changed-elements-react@0.15.3

20 May 20:49
0c74e6a
Compare
Choose a tag to compare

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

16 May 15:34
75530af
Compare
Choose a tag to compare

Patch Changes

0.15.2 - 2025-05-16

bug fix for search showing returning from version compare frontstage

@itwin/changed-elements-react@0.15.1

16 May 14:09
6e52b76
Compare
Choose a tag to compare

Patch Changes

0.15.1 - 2025-05-16

Update itwin/core packages to version 5.0.0-dev.111

0.15.1 - 2025-05-16

bug on filter pill missing after switching page