hirosystems / connect

A library for building excellent user experiences with Stacks.
https://connect.stacks.js.org
MIT License
77 stars 40 forks source link

feat: Update to be Stacks.js v7 compatible #389

Closed janniks closed 1 month ago

janniks commented 1 month ago

This PR was published to npm with the alpha versions:

  • connect npm install @stacks/connect@7.7.2-alpha.cc06270.0 --save-exact
  • connect-react npm install @stacks/connect-react@22.4.3-alpha.cc06270.0 --save-exact
  • connect-ui npm install @stacks/connect-ui@6.4.2-alpha.cc06270.0 --save-exact
changeset-bot[bot] commented 1 month ago

🦋 Changeset detected

Latest commit: cc06270e7f69a6b20b792c8643fea91d87e7d93c

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 3 packages | Name | Type | | --------------------- | ----- | | @stacks/connect-react | Minor | | @stacks/connect-ui | Minor | | @stacks/connect | Minor |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

vercel[bot] commented 1 month ago

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

Name Status Preview Comments Updated (UTC)
connect ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 18, 2024 2:29pm
connect-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 18, 2024 2:29pm
janniks commented 1 month ago

Had a weird yarn problem for a while, where we could never recreate the lock file. It was hard to update deps. And npm is the default and everyone has it, one step less 😉

Yep, I think the actual web bundle won't be too much bigger, as it only uses a few imports. But for now we want backwards comp. A next version of Connect would reinvent a bunch of stuff and be non-backwards compatible (while the wallet still are probably), but hopefully more on that front soon!

beguene commented 1 month ago

@janniks makes sense !

I just wanted to know, as I rarely use yarn nowadays, it's either pnpm or npm. npm is quite fast now, and it's much simpler and predictable.