squircle-js icon indicating copy to clipboard operation
squircle-js copied to clipboard

Add Vue.js Compatibility

Open GullmeVrn opened this issue 8 months ago • 6 comments
trafficstars

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.

GullmeVrn avatar Feb 27 '25 15:02 GullmeVrn

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders
Open Preview

codesandbox[bot] avatar Feb 27 '25 15:02 codesandbox[bot]

⚠️ 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

changeset-bot[bot] avatar Feb 27 '25 15:02 changeset-bot[bot]

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

vercel[bot] avatar Feb 27 '25 15:02 vercel[bot]

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 avatar Mar 03 '25 09:03 GullmeVrn

@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.

bring-shrubbery avatar Mar 03 '25 12:03 bring-shrubbery

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.

bring-shrubbery avatar Mar 03 '25 12:03 bring-shrubbery