5.6 KiB
@refinedev/demo-sidebar
5.1.0
Minor Changes
-
Thanks @aliemir, @alicanerdurmaz, @batuhanW, @salihozdemir, @yildirayunlu, @recepkutuk! Upgrade
@ant-design/iconsto^5.0.1for consistency. -
Thanks @aliemir, @alicanerdurmaz, @batuhanW, @salihozdemir, @yildirayunlu, @recepkutuk! Moving to the
@refinedevscope 🎉🎉Moved to the
@refinedevscope and updated our packages to use the new scope. From now on, all packages will be published under the@refinedevscope with their new names.Now, we're also removing the
refineprefix from all packages. So, the@pankod/refine-corepackage is now@refinedev/core,@pankod/refine-antdis now@refinedev/antd, and so on.
Patch Changes
4.2.0
Minor Changes
- #3822
0baa99ba787Thanks @BatuhanW! - - refine v4 release announcement added to "postinstall". - refine v4 is released 🎉 The new version is 100% backward compatible. You can upgrade to v4 with a single command! See the migration guide here: https://refine.dev/docs/migration-guide/3x-to-4x
4.1.0
Minor Changes
- #3822
0baa99ba787Thanks @BatuhanW! - - refine v4 release announcement added to "postinstall". - refine v4 is released 🎉 The new version is 100% backward compatible. You can upgrade to v4 with a single command! See the migration guide here: https://refine.dev/docs/migration-guide/3x-to-4x
4.0.2
Patch Changes
- #3582
a2632a8feb0Thanks @alicanerdurmaz! - Fixed: antd<Drawer>handlerprop changed toextra.
4.0.1
Patch Changes
- #3582
a2632a8feb0Thanks @alicanerdurmaz! - Fixed: antd<Drawer>handlerprop changed toextra.
4.0.0
Patch Changes
- Updated dependencies [
fd2e1882e06,214ea79c81c]:- @pankod/refine-antd@4.0.0
3.31.0
Minor Changes
- Update type declaration generation with
tscinstead oftsupfor better navigation throughout projects source code.
3.30.0
Minor Changes
- #2440
0150dcd070Thanks @aliemir! - Update type declaration generation withtscinstead oftsupfor better navigation throughout projects source code.
3.29.0
Minor Changes
- Add React@18 support 🚀
3.28.0
Minor Changes
- #1718
b38620d842Thanks @omeraplak! - Add React@18 support 🚀
3.27.0
Minor Changes
-
All of the refine packages have dependencies on the
@pankod/refine-corepackage. So far we have managed these dependencies withpeerDependencies+dependenciesbut this causes issues like #2183. (having more than one @pankod/refine-core version in node_modules and creating different instances)Managing as
peerDependencies+devDependenciesseems like the best way for now to avoid such issues.
3.26.0
Minor Changes
-
#2217
b4aae00f77Thanks @omeraplak! - All of the refine packages have dependencies on the@pankod/refine-corepackage. So far we have managed these dependencies withpeerDependencies+dependenciesbut this causes issues like #2183. (having more than one @pankod/refine-core version in node_modules and creating different instances)Managing as
peerDependencies+devDependenciesseems like the best way for now to avoid such issues.
3.25.2
Patch Changes
-
Fixed
react-domdependency version- "react-dom": "^17.0.4" + "react-dom": "^17.0.0 || ^18.0.0"
3.25.1
Patch Changes
-
#2178
7a8e74a0afThanks @biskuvit! - Fixedreact-domdependency version- "react-dom": "^17.0.4" + "react-dom": "^17.0.0 || ^18.0.0"
3.22.2
Patch Changes
- Updated dependencies [
2deb19babf]: