-
Notifications
You must be signed in to change notification settings - Fork 0
Remove all deprecated references from iTwin.js 5.x in changed-elements-react #264
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
Conversation
🦋 Changeset detectedLatest commit: b6e2fdf The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
packages/test-app-frontend/src/App/ITwinJsApp/AppUi/PropertyComparisonFrontstage.tsx
Outdated
Show resolved
Hide resolved
packages/test-app-frontend/src/App/ITwinJsApp/AppUi/PropertyComparisonViewport.tsx
Show resolved
Hide resolved
packages/test-app-frontend/src/App/ITwinJsApp/AppUi/VersionCompareFrontstageManager.ts
Outdated
Show resolved
Hide resolved
packages/changed-elements-react/src/api/SideBySideVisualizationManager.ts
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Toggling off side by side toggle in property comparison seems to be broken, e.g. the view is reset, and the slider doesn't do anything:
Then if you press the toggle again, the visualization is lost for side-by-side too.
Perhaps related to the event in the test app that was replaced with onViewOpen instead of onFrontstage...?
Co-authored-by: Diego Pinate <diegopinatem@gmail.com>
Currently, PropertyComparisonTable accepts selection as KeySet, which is part of the deprecated unified selection system. Selectables are replacing KeySet from @itwin/unified-selection package. PopertyComparisonTable should accept Selectables.
Updated all Itwin JS to 5.x.x and stopped using deprecated methods.
fixes: