How breaking will Zag 2.0 be? #3143
-
|
Since we (skeleton) are built on top of Zag we were wondering how breaking Zag 2.0 was going to be? Just trying to get an ETA of the amount of effort required to migrate. |
Beta Was this translation helpful? Give feedback.
Answered by
segunadebayo
May 25, 2026
Replies: 1 comment 1 reply
-
|
We're trying hard to keep the breaking changes very minimal. Check here for the changesets: https://github.com/chakra-ui/zag/tree/v2/.changeset The most significant one is changing |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Hugos68
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We're trying hard to keep the breaking changes very minimal. Check here for the changesets: https://github.com/chakra-ui/zag/tree/v2/.changeset
The most significant one is changing
data-scope=<x>data-part=<y>to justdata-<x>-<y>. We're closing out the changes for v2 in the coming month or so.