Mantine UI V7 #416
-
Hi is there any news about implementing the mantine datatable with mantine V7? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hey, @Voltz45, thanks for asking. There's an issue tracking this: #420 TLDR: Upgrading the project to Mantine V7 requires some significant work, I'll do it at some point, but I could really use some sponsorship from companies that are using it in their products. |
Beta Was this translation helpful? Give feedback.
-
V7.1.0-alpha.5 is here 😅🎉Be advised that it comes with a few breaking changes, as expected, since Mantine came up with lots of those. The amount of effort spent to rewrite the entire documentation website with Next.js 14 was gruesome, but I had to do it in order to make sure the component works in every example. Contributing should also be a bit easier now, since I took the chance to simplify the repo structure; it's not a monorepo anymore, but a pretty straightforward Next.js application. See more details here. If everything go as planned and we're not bumping into any critical bugs, I'm planning to release the final version in a day or two. Please help me by testing everything works and looks good in the documentation website and/or in your test apps. Thank you all again for your patience and for your support! |
Beta Was this translation helpful? Give feedback.
V7.1.0-alpha.5 is here 😅🎉
Be advised that it comes with a few breaking changes, as expected, since Mantine came up with lots of those.
The amount of effort spent to rewrite the entire documentation website with Next.js 14 was gruesome, but I had to do it in order to make sure the component works in every example.
Contributing should also be a bit easier now, since I took the chance to simplify the repo structure; it's not a monorepo anymore, but a pretty straightforward Next.js application. See more details here.
If everything go as planned and we're not bumping into any critical bugs, I'm planning to release the final version in a day or two. Please help me by testing everything works a…