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

Relax dependencies on Radix-UI to SemVer MAJOR releases #278

Merged
merged 2 commits into from
Jul 10, 2024

Conversation

eps1lon
Copy link
Contributor

@eps1lon eps1lon commented Jun 24, 2024

This will help propagation of bug fixes or features (e.g. React 19 support).

If Radix UI frequently breaks semantic versioning, it should be avoided. Pinning packages to patch versions contributes to bundle size bloat.

This will help propagation of bug fixes or features (e.g. React 19 support).

If Radix UI frequently breaks semantic versioning, it should be avoided. Pinning packages to patch versions contributes to bundle size bloat.
Copy link

vercel bot commented Jun 24, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
cmdk-website ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 9, 2024 0:32am

"@radix-ui/react-id": "^1.0.1",
"@radix-ui/react-primitive": "1.0.3"
"@radix-ui/react-primitive": "^2.0.0"
Copy link
Contributor Author

@eps1lon eps1lon Jun 24, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Couldn't find breaking changes in https://www.radix-ui.com/primitives/docs/overview/releases so I opened radix-ui/primitives#2976

Looks like they just changed the bundler. Doesn't look like anything observable changed: https://npmdiff.dev/@radix-ui%2Freact-primitive/1.0.3/2.0.0/package/dist/index.js/

@eps1lon eps1lon marked this pull request as ready for review June 24, 2024 18:02
@eps1lon eps1lon mentioned this pull request Jun 27, 2024
22 tasks
@eps1lon
Copy link
Contributor Author

eps1lon commented Jul 9, 2024

@pacocoursey Can you re-approve the workflow? Or, alternatively, only require approval for workflows from people who are new to Github not just new contributors.

@pacocoursey pacocoursey merged commit 92344c5 into pacocoursey:main Jul 10, 2024
3 checks passed
@eps1lon eps1lon deleted the radix-caret-ranges branch July 10, 2024 09:54
@eps1lon
Copy link
Contributor Author

eps1lon commented Jul 24, 2024

@pacocoursey Can this be released or are we waiting on other work before the next release?

dmagunov added a commit to dmagunov/cmdk that referenced this pull request Sep 1, 2024
Relax dependencies on Radix-UI to SemVer MAJOR releases (pacocoursey#278)
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.

2 participants