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

Tree widget: Add support for AppUI 5.0 #1147

Merged
merged 10 commits into from
Jan 23, 2025
Merged

Tree widget: Add support for AppUI 5.0 #1147

merged 10 commits into from
Jan 23, 2025

Conversation

grigasp
Copy link
Member

@grigasp grigasp commented Jan 22, 2025

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" and exports attributes to package.json.

@grigasp grigasp requested review from a team as code owners January 22, 2025 10:55
scripts/package-cjs.js Outdated Show resolved Hide resolved
Copy link
Member

@aruniverse aruniverse left a 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

@grigasp grigasp enabled auto-merge (squash) January 22, 2025 19:11
@grigasp
Copy link
Member Author

grigasp commented Jan 22, 2025

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

We'll need to wait for all repo packages to upgrade for AppUI v5 support before we can bump test-viewer's dependency.

@grigasp grigasp merged commit 1f859dc into master Jan 23, 2025
14 checks passed
@grigasp grigasp deleted the tree-widget/esm branch January 23, 2025 08:18
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.

Tree widget: Update AppUI dependencies to 5.x
4 participants