Skip to content

Releases: iTwin/changed-elements-react

@itwin/[email protected]

22 Jan 16:52
65a9df1
Compare
Choose a tag to compare

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]

22 Jan 16:37
7d2cba5
Compare
Choose a tag to compare

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]

10 Dec 19:15
Compare
Choose a tag to compare

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 by onChange event handler when rendering element filters popup

@itwin/[email protected]

06 Nov 16:10
Compare
Choose a tag to compare

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]

29 Oct 16:30
Compare
Choose a tag to compare

0.11.2 - 2024-10-29

Fixes

  • Fixed color issues for feedback btn text

@itwin/[email protected]

16 Oct 16:07
Compare
Choose a tag to compare

Fixes

  • Fix change report generation failures

@itwin/[email protected]

08 Oct 18:22
Compare
Choose a tag to compare

0.11.0 - 2024-10-08

Minor changes

  • JobAndNamedVersions now exported through the barrel
  • ComparisonJob models now exported through the barrel

@itwin/[email protected]

08 Oct 15:04
Compare
Choose a tag to compare

0.10.0 - 2024-10-08

Fixes

  • Changed Elements React removed pseudo-commonjs modules from build output
  • ChangedElementEntryCache Entries will now be compared and loaded based on cached value not, unchanged current value being check. This prevents an infinite loop.

v0.9.2

26 Jul 19:22
Compare
Choose a tag to compare

0.9.2 - 2024-07-26

Fixes

  • VersionCompareSelectWidget V2 will now end the active comparison and start a new one once a new one is triggered instead of doing a no-op on starting a new comparison.

v0.9.1

10 Jul 16:51
Compare
Choose a tag to compare

0.9.1 - 2024-07-10

Fixes

  • VersionCompareSelectModal V2 toast now fixed when opening and closing modal.