-
Notifications
You must be signed in to change notification settings - Fork 34
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
Tree widget: Add support for AppUI 5.0 #1147
Conversation
Co-authored-by: Saulius Skliutas <[email protected]>
Co-authored-by: JonasDov <[email protected]>
…ponents-react into tree-widget/esm
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.
changes look fine for files outside tree-widget dir
there should a version of the viewer with the "next" dist tag you can use that has support for appui 5 for testing
...napshots/Models-tree-Density-default-instances-focus---too-many-results-1-chromium-linux.png
Outdated
Show resolved
Hide resolved
We'll need to wait for all repo packages to upgrade for AppUI v5 support before we can bump test-viewer's dependency. |
Closes #1143.
AppUI 5.x dropped cjs support, so we had to get our tests to run in ESM mode too. Also added
type: "module"
andexports
attributes topackage.json
.