genetic-orange
genetic-orange17mo ago

Hey Ömer 5479 have yet to upgrade to v4

Hey @Omer, have yet to upgrade to v4 as we're now in the process of going live with the current version (~3.8). Will upgrade afterwards and see the improvements 🙂 I did wanted to ask though, as I haven't seen it on the changelog - any chance any of the improvements to the Inferencer we've talked about (e.g. custom id) went into this version?
4 Replies
mute-gold
mute-gold17mo ago
Hello @YechiamTK , we are looking forward to your upgrade, let's see if you'll like it! Improvements to Inferencer will be released in the coming weeks, stay tuned!
kapa.ai
kapa.ai17mo ago
Hey @batuhanw! I'm the kapa.ai support bot. I've searched through the docs to try to answer your question. :wave: ---------------------- Hi! To upgrade your refine project from v3 to v4, follow these steps: 1. Update your Ant Design to version 5. Refine v4 uses Ant Design v5. You can find the migration guide for Ant Design here (https://refine.dev/docs/api-reference/antd/migration-guide/v4-to-v5/). 2. Uninstall the old packages and install the new ones under the @refinedev npm organization:
npm uninstall @pankod/refine-core @pankod/refine-antd @pankod/..
npm i @refinedev/core @refinedev/antd @refinedev/..
npm uninstall @pankod/refine-core @pankod/refine-antd @pankod/..
npm i @refinedev/core @refinedev/antd @refinedev/..
Make sure to change all packages that start with @pankod. 3. The <ReadyPage> component is deprecated in v4. Replace it with your own custom page. For more details on migrating from v3 to v4, refer to the migration guide (https://refine.dev/docs/migration-guide/3x-to-4x). ----------------------
kapa.ai
kapa.ai17mo ago
<@146068211501236224> kapa.ai is still learning and improving, please let us how it did by reacting below
conscious-sapphire
conscious-sapphire17mo ago
Oh awesome! Great to hear, can't wait to delete my workarounds 😅