squircle-js
squircle-js copied to clipboard
Add Vue.js Compatibility
I've tried to introduce Vue 3.5 compatibility for squircle-js, ensuring seamless integration with the latest Vue version. The components have been transformed from React to Vue, while keeping the build lightweight (0.88kB gzipped) thanks to Vite.
⚠️ No Changeset found
Latest commit: 2680bb8a2d39bc27090b56ab3c9385418a92cb20
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
This PR includes no changesets
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| squircle.js | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Feb 27, 2025 3:26pm |
The "pnpm changeset" command creates a file in the ".changeset" folder. As far as I know, it should be the same as the "CHANGELOG.md" file found in the React package. Is that right?
@GullmeVrn Both of these are generated automatically. The only thing you need to do, is adjust the code and run pnpm changeset and then push the changes to your branch. It creates and commits the needed files for you.
Changelog is updated after a release PR is merged and the new version is released. It combines multiple updates from multiple PRs into one changelog automatically.