Chakra UI v3 #319
Replies: 8 comments 18 replies
-
Yeah I do plan on updating this for V3 when I get a chance! I have no idea how involved the migration path will be though, so I'll have to see when I have some time. I'm going to try and get started on it before v3 is fully released though. EDIT: So I tried setting it up with V3 just to see, and I'm not even able to get to that point. I'm not even sure how to properly set up the |
Beta Was this translation helpful? Give feedback.
-
Well, good news, I started working on getting v3 implemented last night (thanks for the starting point @wingsofovnia!) and it's looking pretty good so far! I ended up changing up where all of the built-in styles are being pulled from to use their new built-in select component, and it maps way better than it used to when I was pulling from the input and menu component styles. Here's a sneak peek of what it's looking like so far: ![]() ![]() I will probably have a |
Beta Was this translation helpful? Give feedback.
-
Ok I published my first draft of v6 (Chakra v3)! It's still very much a work in progress, so I would expect it to change, but I wanted to get eyes on it as soon as possible. If you want to check it out, you can see the draft PR I put up here: #341 Or install it using the npm i chakra-react-select@next
# or
yarn add chakra-react-select@next If you have any issues with it, leave a comment on my draft PR (or a review), or post something here. I'd rather not clog up the normal issues with things about this very much not ready draft haha. There is also no documentation of changes yet. There are many, so that will take a while, but I want to finalize them before I go through with writing updated docs. |
Beta Was this translation helpful? Give feedback.
-
Good news, I made some great progress on Chakra React Select v6, and have released the first release candidate version. You can install it with the following: npm i chakra-react-select@rc You can read more about the most recent changes in this comment: #341 (comment) |
Beta Was this translation helpful? Give feedback.
-
react 19 is now stable could you add it as peer dep please ? |
Beta Was this translation helpful? Give feedback.
-
Ok all, the official release is most likely coming Monday! Thanks for all the support! |
Beta Was this translation helpful? Give feedback.
-
Just a question, I am using RC.4 and wondering how to allow more variants for type I am using Reference. chakra-react-select/src/types.ts Line 45 in a965da5 |
Beta Was this translation helpful? Give feedback.
-
v6 is officially released, give it a try and let me know if anything isn't working right! |
Beta Was this translation helpful? Give feedback.
-
Hey everyone,
V3 of ChakraUI is currently in the works. Discussion and new Docs. Any plans already to create a version of this package that supports v3 in the near future?
When I use the new release
TypeError: Cannot read properties of undefined (reading 'Input')
. Then I currently run into the following error:I assume it's because some of Chakra's components have changed.
Beta Was this translation helpful? Give feedback.
All reactions