Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release packages [publish docs] #887

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

imodeljs-admin
Copy link
Collaborator

@imodeljs-admin imodeljs-admin commented Feb 26, 2025

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.

Releases

@itwin/[email protected]

Patch Changes

@itwin/[email protected]

Patch Changes

@itwin/[email protected]

Patch Changes

  • #886: Fix package compatibility with itwinjs-core peer dependencies at version 4.x.
  • Updated dependencies:

@itwin/[email protected]

Patch Changes

  • #884: Fix enableUnifiedSelectionSyncWithIModel not properly syncing SelectionSet and SelectionStorage with 4.x itwinjs-core.

    When the selection change was made by a tool in graphics view (through the SelectionSet), the SelectionStorage was updated correctly, but the IModelConnection.hiliteSet - wasn't. As a result, clearing selection through graphics view wouldn't clear the hilite set and keep the elements hilited.

@itwin/[email protected]

Patch Changes

@imodeljs-admin imodeljs-admin requested a review from a team as a code owner February 26, 2025 13:06
@imodeljs-admin imodeljs-admin force-pushed the changeset-release/master branch from d2b7b2a to 94626a3 Compare February 26, 2025 13:27
Copy link

Unified selection benchmark

Benchmark suite Current: 94626a3 Previous: fb49f10 Deviation Status
hilite 50k elements 1174.22 ms 1195.34 ms -1.7669%
hilite 50k elements (P95 of main thread blocks) 53 ms 50 ms 6% 🚨
hilite 50k group elements 236 ms 236.18 ms -0.0762%
hilite 50k group elements (P95 of main thread blocks) 31 ms 33 ms -6.0606%
hilite 1k subjects 46245.15 ms 45467.31 ms 1.7108% 🚨
hilite 1k subjects (P95 of main thread blocks) 32 ms 34 ms -5.8824%
hilite 50k subcategories 277.09 ms 280.81 ms -1.3247%
hilite 50k subcategories (P95 of main thread blocks) 33 ms 33 ms 0% 🟰
hilite 50k functional 3D elements 27840.79 ms 27414.85 ms 1.5537% 🚨
hilite 50k functional 3D elements (P95 of main thread blocks) 39 ms 41 ms -4.8780%
hilite 50k functional 2D elements 6409.29 ms 6365.71 ms 0.6846% 🚨
hilite 50k functional 2D elements (P95 of main thread blocks) 38 ms 32 ms 18.7500% 🚨
compute selection for 50k elements 347.97 ms 301.26 ms 15.5049% 🚨
compute selection for 50k elements (P95 of main thread blocks) 34 ms 31 ms 9.6774% 🚨
compute parent selection for 50k elements 336.94 ms 334.32 ms 0.7837% 🚨
compute parent selection for 50k elements (P95 of main thread blocks) 31 ms 31 ms 0% 🟰
compute top ancestor selection for 50k elements 557.14 ms 562.64 ms -0.9775%
compute top ancestor selection for 50k elements (P95 of main thread blocks) 0 ms 0 ms NaN% 🚨
compute category selection for 50k elements 98.84 ms 90.35 ms 9.3968% 🚨
compute category selection for 50k elements (P95 of main thread blocks) 0 ms 0 ms NaN% 🚨
compute model selection for 50k elements 77.62 ms 71.5 ms 8.5594% 🚨
compute model selection for 50k elements (P95 of main thread blocks) 0 ms 0 ms NaN% 🚨
compute functional selection for 50k 3D elements 398.4 ms 392.48 ms 1.5084% 🚨
compute functional selection for 50k 3D elements (P95 of main thread blocks) 31 ms 31 ms 0% 🟰
compute parent functional selection for 50k 3D elements 435.99 ms 440.77 ms -1.0845%
compute parent functional selection for 50k 3D elements (P95 of main thread blocks) 31 ms 31 ms 0% 🟰
compute top ancestor functional selection for 50k 3D elements 1227.57 ms 1212.9 ms 1.2095% 🚨
compute top ancestor functional selection for 50k 3D elements (P95 of main thread blocks) 0 ms 0 ms NaN% 🚨
compute functional selection for 50k 2D elements 3044.22 ms 3063.76 ms -0.6378%
compute functional selection for 50k 2D elements (P95 of main thread blocks) 0 ms 0 ms NaN% 🚨
compute parent functional selection for 50k 2D elements 3040.24 ms 3014.66 ms 0.8485% 🚨
compute parent functional selection for 50k 2D elements (P95 of main thread blocks) 0 ms 0 ms NaN% 🚨
compute top ancestor functional selection for 50k 2D elements 3097.62 ms 3110.49 ms -0.4138%
compute top ancestor functional selection for 50k 2D elements (P95 of main thread blocks) 0 ms 0 ms NaN% 🚨

This comment was automatically generated by workflow using github-action-benchmark.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant