@refinedev/antd 5.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (288) hide show
  1. package/CHANGELOG.md +1689 -0
  2. package/README.md +285 -0
  3. package/dist/components/breadcrumb/index.d.ts +6 -0
  4. package/dist/components/breadcrumb/index.d.ts.map +1 -0
  5. package/dist/components/buttons/clone/index.d.ts +11 -0
  6. package/dist/components/buttons/clone/index.d.ts.map +1 -0
  7. package/dist/components/buttons/create/index.d.ts +11 -0
  8. package/dist/components/buttons/create/index.d.ts.map +1 -0
  9. package/dist/components/buttons/delete/index.d.ts +10 -0
  10. package/dist/components/buttons/delete/index.d.ts.map +1 -0
  11. package/dist/components/buttons/edit/index.d.ts +11 -0
  12. package/dist/components/buttons/edit/index.d.ts.map +1 -0
  13. package/dist/components/buttons/export/index.d.ts +10 -0
  14. package/dist/components/buttons/export/index.d.ts.map +1 -0
  15. package/dist/components/buttons/import/index.d.ts +11 -0
  16. package/dist/components/buttons/import/index.d.ts.map +1 -0
  17. package/dist/components/buttons/index.d.ts +12 -0
  18. package/dist/components/buttons/index.d.ts.map +1 -0
  19. package/dist/components/buttons/list/index.d.ts +11 -0
  20. package/dist/components/buttons/list/index.d.ts.map +1 -0
  21. package/dist/components/buttons/refresh/index.d.ts +10 -0
  22. package/dist/components/buttons/refresh/index.d.ts.map +1 -0
  23. package/dist/components/buttons/save/index.d.ts +10 -0
  24. package/dist/components/buttons/save/index.d.ts.map +1 -0
  25. package/dist/components/buttons/show/index.d.ts +11 -0
  26. package/dist/components/buttons/show/index.d.ts.map +1 -0
  27. package/dist/components/buttons/types.d.ts +24 -0
  28. package/dist/components/buttons/types.d.ts.map +1 -0
  29. package/dist/components/crud/create/index.d.ts +10 -0
  30. package/dist/components/crud/create/index.d.ts.map +1 -0
  31. package/dist/components/crud/edit/index.d.ts +10 -0
  32. package/dist/components/crud/edit/index.d.ts.map +1 -0
  33. package/dist/components/crud/index.d.ts +6 -0
  34. package/dist/components/crud/index.d.ts.map +1 -0
  35. package/dist/components/crud/list/index.d.ts +10 -0
  36. package/dist/components/crud/list/index.d.ts.map +1 -0
  37. package/dist/components/crud/show/index.d.ts +10 -0
  38. package/dist/components/crud/show/index.d.ts.map +1 -0
  39. package/dist/components/crud/types.d.ts +10 -0
  40. package/dist/components/crud/types.d.ts.map +1 -0
  41. package/dist/components/fields/boolean/index.d.ts +9 -0
  42. package/dist/components/fields/boolean/index.d.ts.map +1 -0
  43. package/dist/components/fields/date/index.d.ts +9 -0
  44. package/dist/components/fields/date/index.d.ts.map +1 -0
  45. package/dist/components/fields/email/index.d.ts +10 -0
  46. package/dist/components/fields/email/index.d.ts.map +1 -0
  47. package/dist/components/fields/file/index.d.ts +9 -0
  48. package/dist/components/fields/file/index.d.ts.map +1 -0
  49. package/dist/components/fields/image/index.d.ts +9 -0
  50. package/dist/components/fields/image/index.d.ts.map +1 -0
  51. package/dist/components/fields/index.d.ts +12 -0
  52. package/dist/components/fields/index.d.ts.map +1 -0
  53. package/dist/components/fields/markdown/index.d.ts +9 -0
  54. package/dist/components/fields/markdown/index.d.ts.map +1 -0
  55. package/dist/components/fields/number/index.d.ts +9 -0
  56. package/dist/components/fields/number/index.d.ts.map +1 -0
  57. package/dist/components/fields/tag/index.d.ts +9 -0
  58. package/dist/components/fields/tag/index.d.ts.map +1 -0
  59. package/dist/components/fields/text/index.d.ts +9 -0
  60. package/dist/components/fields/text/index.d.ts.map +1 -0
  61. package/dist/components/fields/types.d.ts +20 -0
  62. package/dist/components/fields/types.d.ts.map +1 -0
  63. package/dist/components/fields/url/index.d.ts +10 -0
  64. package/dist/components/fields/url/index.d.ts.map +1 -0
  65. package/dist/components/index.d.ts +13 -0
  66. package/dist/components/index.d.ts.map +1 -0
  67. package/dist/components/layout/header/index.d.ts +4 -0
  68. package/dist/components/layout/header/index.d.ts.map +1 -0
  69. package/dist/components/layout/index.d.ts +4 -0
  70. package/dist/components/layout/index.d.ts.map +1 -0
  71. package/dist/components/layout/sider/index.d.ts +4 -0
  72. package/dist/components/layout/sider/index.d.ts.map +1 -0
  73. package/dist/components/layout/sider/styles.d.ts +3 -0
  74. package/dist/components/layout/sider/styles.d.ts.map +1 -0
  75. package/dist/components/layout/title/index.d.ts +4 -0
  76. package/dist/components/layout/title/index.d.ts.map +1 -0
  77. package/dist/components/layout/types.d.ts +3 -0
  78. package/dist/components/layout/types.d.ts.map +1 -0
  79. package/dist/components/pageHeader/index.d.ts +5 -0
  80. package/dist/components/pageHeader/index.d.ts.map +1 -0
  81. package/dist/components/pages/auth/components/forgotPassword/index.d.ts +12 -0
  82. package/dist/components/pages/auth/components/forgotPassword/index.d.ts.map +1 -0
  83. package/dist/components/pages/auth/components/index.d.ts +5 -0
  84. package/dist/components/pages/auth/components/index.d.ts.map +1 -0
  85. package/dist/components/pages/auth/components/login/index.d.ts +12 -0
  86. package/dist/components/pages/auth/components/login/index.d.ts.map +1 -0
  87. package/dist/components/pages/auth/components/register/index.d.ts +12 -0
  88. package/dist/components/pages/auth/components/register/index.d.ts.map +1 -0
  89. package/dist/components/pages/auth/components/styles.d.ts +5 -0
  90. package/dist/components/pages/auth/components/styles.d.ts.map +1 -0
  91. package/dist/components/pages/auth/components/updatePassword/index.d.ts +12 -0
  92. package/dist/components/pages/auth/components/updatePassword/index.d.ts.map +1 -0
  93. package/dist/components/pages/auth/index.d.ts +11 -0
  94. package/dist/components/pages/auth/index.d.ts.map +1 -0
  95. package/dist/components/pages/error/index.d.ts +10 -0
  96. package/dist/components/pages/error/index.d.ts.map +1 -0
  97. package/dist/components/pages/index.d.ts +7 -0
  98. package/dist/components/pages/index.d.ts.map +1 -0
  99. package/dist/components/pages/login/index.d.ts +15 -0
  100. package/dist/components/pages/login/index.d.ts.map +1 -0
  101. package/dist/components/pages/login/styles.d.ts +6 -0
  102. package/dist/components/pages/login/styles.d.ts.map +1 -0
  103. package/dist/components/pages/ready/index.d.ts +10 -0
  104. package/dist/components/pages/ready/index.d.ts.map +1 -0
  105. package/dist/components/pages/welcome/index.d.ts +6 -0
  106. package/dist/components/pages/welcome/index.d.ts.map +1 -0
  107. package/dist/components/table/components/filterDropdown/index.d.ts +13 -0
  108. package/dist/components/table/components/filterDropdown/index.d.ts.map +1 -0
  109. package/dist/components/table/components/index.d.ts +2 -0
  110. package/dist/components/table/components/index.d.ts.map +1 -0
  111. package/dist/components/table/index.d.ts +2 -0
  112. package/dist/components/table/index.d.ts.map +1 -0
  113. package/dist/components/undoableNotification/index.d.ts +10 -0
  114. package/dist/components/undoableNotification/index.d.ts.map +1 -0
  115. package/dist/definitions/index.d.ts +3 -0
  116. package/dist/definitions/index.d.ts.map +1 -0
  117. package/dist/definitions/table/index.d.ts +10 -0
  118. package/dist/definitions/table/index.d.ts.map +1 -0
  119. package/dist/definitions/upload/index.d.ts +4 -0
  120. package/dist/definitions/upload/index.d.ts.map +1 -0
  121. package/dist/esm/index.js +2 -0
  122. package/dist/esm/index.js.map +1 -0
  123. package/dist/hooks/fields/index.d.ts +4 -0
  124. package/dist/hooks/fields/index.d.ts.map +1 -0
  125. package/dist/hooks/fields/useCheckboxGroup/index.d.ts +24 -0
  126. package/dist/hooks/fields/useCheckboxGroup/index.d.ts.map +1 -0
  127. package/dist/hooks/fields/useRadioGroup/index.d.ts +24 -0
  128. package/dist/hooks/fields/useRadioGroup/index.d.ts.map +1 -0
  129. package/dist/hooks/fields/useSelect/index.d.ts +21 -0
  130. package/dist/hooks/fields/useSelect/index.d.ts.map +1 -0
  131. package/dist/hooks/form/index.d.ts +5 -0
  132. package/dist/hooks/form/index.d.ts.map +1 -0
  133. package/dist/hooks/form/useDrawerForm/index.d.ts +2 -0
  134. package/dist/hooks/form/useDrawerForm/index.d.ts.map +1 -0
  135. package/dist/hooks/form/useDrawerForm/useDrawerForm.d.ts +33 -0
  136. package/dist/hooks/form/useDrawerForm/useDrawerForm.d.ts.map +1 -0
  137. package/dist/hooks/form/useForm.d.ts +31 -0
  138. package/dist/hooks/form/useForm.d.ts.map +1 -0
  139. package/dist/hooks/form/useModalForm/index.d.ts +2 -0
  140. package/dist/hooks/form/useModalForm/index.d.ts.map +1 -0
  141. package/dist/hooks/form/useModalForm/useModalForm.d.ts +39 -0
  142. package/dist/hooks/form/useModalForm/useModalForm.d.ts.map +1 -0
  143. package/dist/hooks/form/useStepsForm/index.d.ts +2 -0
  144. package/dist/hooks/form/useStepsForm/index.d.ts.map +1 -0
  145. package/dist/hooks/form/useStepsForm/useStepsForm.d.ts +35 -0
  146. package/dist/hooks/form/useStepsForm/useStepsForm.d.ts.map +1 -0
  147. package/dist/hooks/import/index.d.ts +18 -0
  148. package/dist/hooks/import/index.d.ts.map +1 -0
  149. package/dist/hooks/index.d.ts +8 -0
  150. package/dist/hooks/index.d.ts.map +1 -0
  151. package/dist/hooks/list/index.d.ts +2 -0
  152. package/dist/hooks/list/index.d.ts.map +1 -0
  153. package/dist/hooks/list/useSimpleList/index.d.ts +2 -0
  154. package/dist/hooks/list/useSimpleList/index.d.ts.map +1 -0
  155. package/dist/hooks/list/useSimpleList/useSimpleList.d.ts +23 -0
  156. package/dist/hooks/list/useSimpleList/useSimpleList.d.ts.map +1 -0
  157. package/dist/hooks/modal/index.d.ts +2 -0
  158. package/dist/hooks/modal/index.d.ts.map +1 -0
  159. package/dist/hooks/modal/useModal/index.d.ts +18 -0
  160. package/dist/hooks/modal/useModal/index.d.ts.map +1 -0
  161. package/dist/hooks/table/index.d.ts +3 -0
  162. package/dist/hooks/table/index.d.ts.map +1 -0
  163. package/dist/hooks/table/useEditableTable/index.d.ts +2 -0
  164. package/dist/hooks/table/useEditableTable/index.d.ts.map +1 -0
  165. package/dist/hooks/table/useEditableTable/useEditableTable.d.ts +28 -0
  166. package/dist/hooks/table/useEditableTable/useEditableTable.d.ts.map +1 -0
  167. package/dist/hooks/table/useTable/index.d.ts +2 -0
  168. package/dist/hooks/table/useTable/index.d.ts.map +1 -0
  169. package/dist/hooks/table/useTable/paginationLink.d.ts +8 -0
  170. package/dist/hooks/table/useTable/paginationLink.d.ts.map +1 -0
  171. package/dist/hooks/table/useTable/useTable.d.ts +18 -0
  172. package/dist/hooks/table/useTable/useTable.d.ts.map +1 -0
  173. package/dist/hooks/useFileUploadState/index.d.ts +7 -0
  174. package/dist/hooks/useFileUploadState/index.d.ts.map +1 -0
  175. package/dist/iife/index.js +56 -0
  176. package/dist/iife/index.js.map +1 -0
  177. package/dist/index.d.ts +6 -0
  178. package/dist/index.d.ts.map +1 -0
  179. package/dist/index.js +2 -0
  180. package/dist/index.js.map +1 -0
  181. package/dist/interfaces/field.d.ts +4 -0
  182. package/dist/interfaces/field.d.ts.map +1 -0
  183. package/dist/interfaces/index.d.ts +19 -0
  184. package/dist/interfaces/index.d.ts.map +1 -0
  185. package/dist/interfaces/upload.d.ts +10 -0
  186. package/dist/interfaces/upload.d.ts.map +1 -0
  187. package/dist/providers/index.d.ts +2 -0
  188. package/dist/providers/index.d.ts.map +1 -0
  189. package/dist/providers/notificationProvider/index.d.ts +3 -0
  190. package/dist/providers/notificationProvider/index.d.ts.map +1 -0
  191. package/dist/reset.css +254 -0
  192. package/package.json +72 -0
  193. package/refine.config.js +604 -0
  194. package/src/assets/styles/reset.css +254 -0
  195. package/src/components/breadcrumb/index.tsx +70 -0
  196. package/src/components/buttons/clone/index.tsx +104 -0
  197. package/src/components/buttons/create/index.tsx +103 -0
  198. package/src/components/buttons/delete/index.tsx +122 -0
  199. package/src/components/buttons/edit/index.tsx +105 -0
  200. package/src/components/buttons/export/index.tsx +32 -0
  201. package/src/components/buttons/import/index.tsx +36 -0
  202. package/src/components/buttons/index.ts +11 -0
  203. package/src/components/buttons/list/index.tsx +122 -0
  204. package/src/components/buttons/refresh/index.tsx +61 -0
  205. package/src/components/buttons/save/index.tsx +32 -0
  206. package/src/components/buttons/show/index.tsx +104 -0
  207. package/src/components/buttons/types.ts +44 -0
  208. package/src/components/crud/create/index.tsx +135 -0
  209. package/src/components/crud/edit/index.tsx +221 -0
  210. package/src/components/crud/index.ts +6 -0
  211. package/src/components/crud/list/index.tsx +105 -0
  212. package/src/components/crud/show/index.tsx +215 -0
  213. package/src/components/crud/types.ts +63 -0
  214. package/src/components/fields/boolean/index.tsx +26 -0
  215. package/src/components/fields/date/index.tsx +33 -0
  216. package/src/components/fields/email/index.tsx +20 -0
  217. package/src/components/fields/file/index.tsx +21 -0
  218. package/src/components/fields/image/index.tsx +17 -0
  219. package/src/components/fields/index.ts +11 -0
  220. package/src/components/fields/markdown/index.tsx +16 -0
  221. package/src/components/fields/number/index.tsx +36 -0
  222. package/src/components/fields/tag/index.tsx +13 -0
  223. package/src/components/fields/text/index.tsx +15 -0
  224. package/src/components/fields/types.ts +49 -0
  225. package/src/components/fields/url/index.tsx +24 -0
  226. package/src/components/index.ts +14 -0
  227. package/src/components/layout/header/index.tsx +37 -0
  228. package/src/components/layout/index.tsx +41 -0
  229. package/src/components/layout/sider/index.tsx +261 -0
  230. package/src/components/layout/sider/styles.ts +9 -0
  231. package/src/components/layout/title/index.tsx +48 -0
  232. package/src/components/layout/types.ts +11 -0
  233. package/src/components/pageHeader/index.tsx +52 -0
  234. package/src/components/pages/auth/components/forgotPassword/index.tsx +167 -0
  235. package/src/components/pages/auth/components/index.tsx +4 -0
  236. package/src/components/pages/auth/components/login/index.tsx +239 -0
  237. package/src/components/pages/auth/components/register/index.tsx +210 -0
  238. package/src/components/pages/auth/components/styles.ts +23 -0
  239. package/src/components/pages/auth/components/updatePassword/index.tsx +158 -0
  240. package/src/components/pages/auth/index.tsx +35 -0
  241. package/src/components/pages/error/index.tsx +77 -0
  242. package/src/components/pages/index.tsx +6 -0
  243. package/src/components/pages/login/index.tsx +172 -0
  244. package/src/components/pages/login/styles.ts +25 -0
  245. package/src/components/pages/ready/index.tsx +96 -0
  246. package/src/components/pages/welcome/index.tsx +87 -0
  247. package/src/components/table/components/filterDropdown/index.tsx +112 -0
  248. package/src/components/table/components/index.ts +1 -0
  249. package/src/components/table/index.ts +1 -0
  250. package/src/components/undoableNotification/index.tsx +46 -0
  251. package/src/definitions/index.ts +2 -0
  252. package/src/definitions/table/index.ts +113 -0
  253. package/src/definitions/upload/index.ts +29 -0
  254. package/src/hooks/fields/index.ts +3 -0
  255. package/src/hooks/fields/useCheckboxGroup/index.ts +85 -0
  256. package/src/hooks/fields/useRadioGroup/index.ts +85 -0
  257. package/src/hooks/fields/useSelect/index.ts +47 -0
  258. package/src/hooks/form/index.ts +17 -0
  259. package/src/hooks/form/useDrawerForm/index.ts +6 -0
  260. package/src/hooks/form/useDrawerForm/useDrawerForm.ts +241 -0
  261. package/src/hooks/form/useForm.ts +168 -0
  262. package/src/hooks/form/useModalForm/index.ts +5 -0
  263. package/src/hooks/form/useModalForm/useModalForm.ts +286 -0
  264. package/src/hooks/form/useStepsForm/index.ts +5 -0
  265. package/src/hooks/form/useStepsForm/useStepsForm.ts +91 -0
  266. package/src/hooks/import/index.tsx +134 -0
  267. package/src/hooks/index.ts +7 -0
  268. package/src/hooks/list/index.ts +1 -0
  269. package/src/hooks/list/useSimpleList/index.ts +1 -0
  270. package/src/hooks/list/useSimpleList/useSimpleList.ts +229 -0
  271. package/src/hooks/modal/index.ts +1 -0
  272. package/src/hooks/modal/useModal/index.tsx +43 -0
  273. package/src/hooks/table/index.ts +2 -0
  274. package/src/hooks/table/useEditableTable/index.ts +1 -0
  275. package/src/hooks/table/useEditableTable/useEditableTable.ts +87 -0
  276. package/src/hooks/table/useTable/index.ts +1 -0
  277. package/src/hooks/table/useTable/paginationLink.tsx +27 -0
  278. package/src/hooks/table/useTable/useTable.ts +267 -0
  279. package/src/hooks/useFileUploadState/index.ts +34 -0
  280. package/src/index.tsx +11 -0
  281. package/src/interfaces/field.ts +3 -0
  282. package/src/interfaces/index.ts +23 -0
  283. package/src/interfaces/upload.ts +9 -0
  284. package/src/providers/index.ts +1 -0
  285. package/src/providers/notificationProvider/index.tsx +41 -0
  286. package/src/types/index.d.ts +4 -0
  287. package/src/types/sunflower.d.ts +86 -0
  288. package/tsconfig.json +28 -0
package/CHANGELOG.md ADDED
@@ -0,0 +1,1689 @@
1
+ # @pankod/refine-antd
2
+
3
+ ## 5.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - Thanks [@aliemir](https://github.com/aliemir), [@alicanerdurmaz](https://github.com/alicanerdurmaz), [@batuhanW](https://github.com/batuhanW), [@salihozdemir](https://github.com/salihozdemir), [@yildirayunlu](https://github.com/yildirayunlu), [@recepkutuk](https://github.com/recepkutuk)!
8
+ Updated the components to match the changes in routing system of `@refinedev/core`.
9
+
10
+ ## `meta` property in components
11
+
12
+ This includes `meta` props in buttons and `Sider` component. `meta` property can be used to pass additional parameters to the navigation paths.
13
+
14
+ For a `posts` resource definition like this:
15
+
16
+ ```tsx
17
+ <Refine
18
+ resources={[
19
+ {
20
+ name: "posts",
21
+ list: "/posts",
22
+ show: "/:authorId/posts/:id",
23
+ }
24
+ ]}
25
+ >
26
+ ```
27
+
28
+ You can pass `authorId` to the `ShowButton` component like this:
29
+
30
+ ```tsx
31
+ <ShowButton resource="posts" id="1" meta={{ authorId: 123 }}>
32
+ ```
33
+
34
+ This will navigate to `/123/posts/1` path.
35
+
36
+ ## `syncWithLocation` support in `useDrawerForm` and `useModalForm` hooks
37
+
38
+ `useDrawerForm` and `useModalForm` hooks now support `syncWithLocation` prop. This prop can be used to sync the visibility state of them with the location via query params.
39
+
40
+ You can pass a boolean or an object with `key` and `syncId` properties.
41
+
42
+ - `key` is used to define the query param key. Default value is inferred from the resource and the action. For example `posts-create` for `posts` resource and `create` action.
43
+
44
+ - `syncId` is used to include the `id` property in the query param key. Default value is `false`. This is useful for `edit` and `clone` actions.
45
+
46
+ ## Removed props
47
+
48
+ `ignoreAccessControlProvider` prop is removed from buttons.
49
+
50
+ - Thanks [@aliemir](https://github.com/aliemir), [@alicanerdurmaz](https://github.com/alicanerdurmaz), [@batuhanW](https://github.com/batuhanW), [@salihozdemir](https://github.com/salihozdemir), [@yildirayunlu](https://github.com/yildirayunlu), [@recepkutuk](https://github.com/recepkutuk)!
51
+ Updated buttons with `resource` property. `resourceNameOrRouteName` is now deprecated but kept working until next major version.
52
+
53
+ - Thanks [@aliemir](https://github.com/aliemir), [@alicanerdurmaz](https://github.com/alicanerdurmaz), [@batuhanW](https://github.com/batuhanW), [@salihozdemir](https://github.com/salihozdemir), [@yildirayunlu](https://github.com/yildirayunlu), [@recepkutuk](https://github.com/recepkutuk)!
54
+ All **Ant Design** components re-exported from `@refinedev/antd` have been removed. You should import them from `antd` package directly.
55
+
56
+ If the package is not installed, you should install it with your package manager:
57
+
58
+ ```bash
59
+ npm install antd
60
+ # or
61
+ pnpm add antd
62
+ # or
63
+ yarn add antd
64
+ ```
65
+
66
+ After that, you can import components from `antd` package directly like below:
67
+
68
+ ```diff
69
+ -import { useTable, SaveButton, Button, Form, Input, Select } from "@refinedev/antd";
70
+
71
+ +import { useTable, SaveButton } from "@refinedev/antd";
72
+ +import { Button, Form, Input, Select } from "antd";
73
+ ```
74
+
75
+ <br />
76
+
77
+ `Icons` are also removed from `@refinedev/antd`. So, you should import icons from `@ant-design/icons` package directly.
78
+
79
+ If the package is not installed, you should install it with your package manager:
80
+
81
+ ```bash
82
+ npm install @ant-design/icons
83
+ # or
84
+ pnpm add @ant-design/icons
85
+ # or
86
+ yarn add @ant-design/icons
87
+ ```
88
+
89
+ After that, you can import icons from `@ant-design/icons` package directly like below:
90
+
91
+ ```diff
92
+ -import { Icons } from "@refinedev/antd";
93
+ -const { EditOutlined } = Icons;
94
+
95
+ + import { EditOutlined } from "@ant-design/icons";
96
+ ```
97
+
98
+ - Thanks [@aliemir](https://github.com/aliemir), [@alicanerdurmaz](https://github.com/alicanerdurmaz), [@batuhanW](https://github.com/batuhanW), [@salihozdemir](https://github.com/salihozdemir), [@yildirayunlu](https://github.com/yildirayunlu), [@recepkutuk](https://github.com/recepkutuk)!
99
+ Upgrade `@ant-design/icons` to `^5.0.1` for consistency.
100
+
101
+ - Thanks [@aliemir](https://github.com/aliemir), [@alicanerdurmaz](https://github.com/alicanerdurmaz), [@batuhanW](https://github.com/batuhanW), [@salihozdemir](https://github.com/salihozdemir), [@yildirayunlu](https://github.com/yildirayunlu), [@recepkutuk](https://github.com/recepkutuk)!
102
+
103
+ - `useCheckboxGroup`'s `sort` prop is now deprecated. Use `sorters` prop instead.
104
+
105
+ ```diff
106
+ useCheckboxGroup({
107
+ - sort,
108
+ + sorters,
109
+ })
110
+ ```
111
+
112
+ - `useSelect`'s `sort` prop is now deprecated. Use `sorters` prop instead.
113
+
114
+ ```diff
115
+ useSelect({
116
+ - sort,
117
+ + sorters,
118
+ })
119
+ ```
120
+
121
+ - `useRadioGroup`'s `sort` prop is now deprecated. Use `sorters` prop instead.
122
+
123
+ ```diff
124
+ useRadioGroup({
125
+ - sort,
126
+ + sorters,
127
+ })
128
+ ```
129
+
130
+ - `useImport`'s `resourceName` prop is now deprecated. Use `resource` prop instead.
131
+
132
+ ```diff
133
+ useImport({
134
+ - resourceName,
135
+ + resource,
136
+ })
137
+ ```
138
+
139
+ - Thanks [@aliemir](https://github.com/aliemir), [@alicanerdurmaz](https://github.com/alicanerdurmaz), [@batuhanW](https://github.com/batuhanW), [@salihozdemir](https://github.com/salihozdemir), [@yildirayunlu](https://github.com/yildirayunlu), [@recepkutuk](https://github.com/recepkutuk)!
140
+
141
+ - `<ReadyPage>` isnow deprecated.
142
+ - Created a `<WelcomePage>` component to welcome users.
143
+
144
+ - Thanks [@aliemir](https://github.com/aliemir), [@alicanerdurmaz](https://github.com/alicanerdurmaz), [@batuhanW](https://github.com/batuhanW), [@salihozdemir](https://github.com/salihozdemir), [@yildirayunlu](https://github.com/yildirayunlu), [@recepkutuk](https://github.com/recepkutuk)!
145
+ Added legacy auth provider and new auth provider support to all components and hooks.
146
+
147
+ - Thanks [@aliemir](https://github.com/aliemir), [@alicanerdurmaz](https://github.com/alicanerdurmaz), [@batuhanW](https://github.com/batuhanW), [@salihozdemir](https://github.com/salihozdemir), [@yildirayunlu](https://github.com/yildirayunlu), [@recepkutuk](https://github.com/recepkutuk)!
148
+
149
+ ## 🪄 Migrating your project automatically with refine-codemod ✨
150
+
151
+ [`@refinedev/codemod`](https://github.com/refinedev/refine/tree/master/packages/codemod) package handles the breaking changes for your project automatically, without any manual steps. It migrates your project from `3.x.x` to `4.x.x`.
152
+
153
+ Just `cd` into root folder of your project (where `package.json` is contained) and run this command:
154
+
155
+ ```sh
156
+ npx @refinedev/codemod refine3-to-refine4
157
+ ```
158
+
159
+ And it's done. Now your project uses `refine@4.x.x`.
160
+
161
+ ## 📝 Changelog
162
+
163
+ Deprecated `useMenu` removed from `@refinedev/antd` package. Use `useMenu` from `@refinedev/core` package instead.
164
+
165
+ ```diff
166
+ - import { useMenu } from "@refinedev/antd";
167
+ + import { useMenu } from "@refinedev/core";
168
+ ```
169
+
170
+ - Thanks [@aliemir](https://github.com/aliemir), [@alicanerdurmaz](https://github.com/alicanerdurmaz), [@batuhanW](https://github.com/batuhanW), [@salihozdemir](https://github.com/salihozdemir), [@yildirayunlu](https://github.com/yildirayunlu), [@recepkutuk](https://github.com/recepkutuk)!
171
+ **Moving to the `@refinedev` scope 🎉🎉**
172
+
173
+ Moved to the `@refinedev` scope and updated our packages to use the new scope. From now on, all packages will be published under the `@refinedev` scope with their new names.
174
+
175
+ Now, we're also removing the `refine` prefix from all packages. So, the `@pankod/refine-core` package is now `@refinedev/core`, `@pankod/refine-antd` is now `@refinedev/antd`, and so on.
176
+
177
+ - Thanks [@aliemir](https://github.com/aliemir), [@alicanerdurmaz](https://github.com/alicanerdurmaz), [@batuhanW](https://github.com/batuhanW), [@salihozdemir](https://github.com/salihozdemir), [@yildirayunlu](https://github.com/yildirayunlu), [@recepkutuk](https://github.com/recepkutuk)!
178
+
179
+ ## `useTable` hook
180
+
181
+ `useTable` return values and properties are updated.
182
+
183
+ - `initialCurrent` and `initialPageSize` props are now deprecated. Use `pagination` prop instead.
184
+ - To ensure backward compatibility, `initialCurrent` and `initialPageSize` props will work as before.
185
+
186
+ ```diff
187
+ useTable({
188
+ - initialCurrent,
189
+ - initialPageSize,
190
+ + pagination: {
191
+ + current,
192
+ + pageSize,
193
+ + },
194
+ })
195
+ ```
196
+
197
+ - `hasPagination` prop is now deprecated. Use `pagination.mode` instead.
198
+ - To ensure backward compatibility, `hasPagination` prop will work as before.
199
+
200
+ ```diff
201
+ useTable({
202
+ - hasPagination,
203
+ + pagination: {
204
+ + mode: "off" | "server" | "client",
205
+ + },
206
+ })
207
+ ```
208
+
209
+ - `initialSorter` and `permanentSorter` props are now deprecated. Use `sorters.initial` and `sorters.permanent` instead.
210
+ - To ensure backward compatibility, `initialSorter` and `permanentSorter` props will work as before.
211
+
212
+ ```diff
213
+ useTable({
214
+ - initialSorter,
215
+ - permanentSorter,
216
+ + sorters: {
217
+ + initial,
218
+ + permanent,
219
+ + },
220
+ })
221
+ ```
222
+
223
+ - `initialFilter`, `permanentFilter`, and `defaultSetFilterBehavior` props are now deprecated. Use `filters.initial`, `filters.permanent`, and `filters.defaultBehavior` instead.
224
+ - To ensure backward compatibility, `initialFilter`, `permanentFilter`, and `defaultSetFilterBehavior` props will work as before.
225
+
226
+ ```diff
227
+ useTable({
228
+ - initialFilter,
229
+ - permanentFilter,
230
+ - defaultSetFilterBehavior,
231
+ + filters: {
232
+ + initial,
233
+ + permanent,
234
+ + defaultBehavior,
235
+ + },
236
+ })
237
+ ```
238
+
239
+ - `sorter` and `setSorter` return values are now deprecated. Use `sorters` and `setSorters` instead.
240
+ - To ensure backward compatibility, `sorter` and `setSorter` return values will work as before.
241
+
242
+ ```diff
243
+ const {
244
+ - sorter,
245
+ + sorters,
246
+ - setSorter,
247
+ + setSorters,
248
+ } = useTable();
249
+ ```
250
+
251
+ ## `useSimpleList` hook
252
+
253
+ - Now `useSimpleList` hook will not accept all of `<List>` component properties So, you can give their props to `<List>` component directly.
254
+
255
+ ```diff
256
+ import { useSimpleList } from "@refinedev/antd";
257
+ import { List } from "antd";
258
+
259
+ const { listProps } = useSimpleList({
260
+ resource: "orders",
261
+ pagination: {
262
+ pageSize: 6,
263
+ - simple: true,
264
+ },
265
+ });
266
+
267
+ <List
268
+ {...listProps}
269
+ + pagination={{
270
+ + ...listProps.pagination,
271
+ + simple: true,
272
+ + }}
273
+ ... // other props
274
+ />
275
+ ```
276
+
277
+ - `initialCurrent` and `initialPageSize` props are now deprecated. Use `pagination` prop instead.
278
+ - To ensure backward compatibility, `initialCurrent` and `initialPageSize` props will work as before.
279
+
280
+ - ```diff
281
+ useSimpleList({
282
+ - initialCurrent,
283
+ - initialPageSize,
284
+ + pagination: {
285
+ + current,
286
+ + pageSize,
287
+ + },
288
+ })
289
+ ```
290
+
291
+ ### Patch Changes
292
+
293
+ ## 4.8.0
294
+
295
+ ### Minor Changes
296
+
297
+ - [#3822](https://github.com/refinedev/refine/pull/3822) [`0baa99ba787`](https://github.com/refinedev/refine/commit/0baa99ba7874394d9d28d0a7b29c082c604258fb) Thanks [@BatuhanW](https://github.com/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
298
+
299
+ ### Patch Changes
300
+
301
+ - Updated dependencies [[`0baa99ba787`](https://github.com/refinedev/refine/commit/0baa99ba7874394d9d28d0a7b29c082c604258fb)]:
302
+ - @pankod/refine-ui-types@0.15.0
303
+
304
+ ## 4.7.3
305
+
306
+ ### Patch Changes
307
+
308
+ - [#3606](https://github.com/refinedev/refine/pull/3606) [`00c9a5c471a`](https://github.com/refinedev/refine/commit/00c9a5c471a684169f800d65800d87cc8d6b6511) Thanks [@aliemir](https://github.com/aliemir)! - Fixed the issue with `disabled` state in `DeleteButton`'s still opening the popover.
309
+
310
+ ## 4.7.2
311
+
312
+ ### Patch Changes
313
+
314
+ - [#3606](https://github.com/refinedev/refine/pull/3606) [`00c9a5c471a`](https://github.com/refinedev/refine/commit/00c9a5c471a684169f800d65800d87cc8d6b6511) Thanks [@aliemir](https://github.com/aliemir)! - Fixed the issue with `disabled` state in `DeleteButton`'s still opening the popover.
315
+
316
+ ## 4.7.1
317
+
318
+ ### Patch Changes
319
+
320
+ - [#3399](https://github.com/refinedev/refine/pull/3399) [`22b44a857a8`](https://github.com/refinedev/refine/commit/22b44a857a8ede3473965ab6baff70fc8ae31332) Thanks [@yildirayunlu](https://github.com/yildirayunlu)! - Fix `useTable` hook error return type.
321
+
322
+ ## 4.7.0
323
+
324
+ ### Minor Changes
325
+
326
+ - [#3324](https://github.com/refinedev/refine/pull/3324) [`9bfb34749bc`](https://github.com/refinedev/refine/commit/9bfb34749bc8ddaaf80ccffbd0ad6d0a4487309b) Thanks [@aliemir](https://github.com/aliemir)! - Added the ability to pass mutation options to `useMutation` hooks in mutation hooks:
327
+ - `useForm`
328
+ - `useStepsForm`
329
+ - `useModalForm`
330
+ - `useDrawerForm`
331
+
332
+ ## 4.6.0
333
+
334
+ ### Minor Changes
335
+
336
+ - [#3324](https://github.com/refinedev/refine/pull/3324) [`9bfb34749bc`](https://github.com/refinedev/refine/commit/9bfb34749bc8ddaaf80ccffbd0ad6d0a4487309b) Thanks [@aliemir](https://github.com/aliemir)! - Added the ability to pass mutation options to `useMutation` hooks in mutation hooks:
337
+ - `useForm`
338
+ - `useStepsForm`
339
+ - `useModalForm`
340
+ - `useDrawerForm`
341
+
342
+ ## 4.5.0
343
+
344
+ ### Minor Changes
345
+
346
+ - [#3294](https://github.com/refinedev/refine/pull/3294) [`3c9c8c07d21`](https://github.com/refinedev/refine/commit/3c9c8c07d2183595402d70a3a2bc49093778e183) Thanks [@aliemir](https://github.com/aliemir)! - Remove `getContainer: false` from `useModalForm` and `useDrawerForm` and let it fallback to the default value. Users wanting to override the default value can still do so by passing `getContainer` prop to the `Modal` and `Drawer` components.
347
+
348
+ ## 4.4.0
349
+
350
+ ### Minor Changes
351
+
352
+ - [#3294](https://github.com/refinedev/refine/pull/3294) [`3c9c8c07d21`](https://github.com/refinedev/refine/commit/3c9c8c07d2183595402d70a3a2bc49093778e183) Thanks [@aliemir](https://github.com/aliemir)! - Remove `getContainer: false` from `useModalForm` and `useDrawerForm` and let it fallback to the default value. Users wanting to override the default value can still do so by passing `getContainer` prop to the `Modal` and `Drawer` components.
353
+
354
+ ## 4.3.0
355
+
356
+ ### Minor Changes
357
+
358
+ - [#3285](https://github.com/refinedev/refine/pull/3285) [`cc2c1f042bf`](https://github.com/refinedev/refine/commit/cc2c1f042bf43ae20c58745cccc815c337e17ae7) Thanks [@omeraplak](https://github.com/omeraplak)! - Added exports for new [`<App />`](https://ant.design/components/app), [`<QrCode />`](https://ant.design/components/qrcode) and [`<Watermark />`](https://ant.design/components/watermark) components.
359
+
360
+ ## 4.2.0
361
+
362
+ ### Minor Changes
363
+
364
+ - [#3285](https://github.com/refinedev/refine/pull/3285) [`cc2c1f042bf`](https://github.com/refinedev/refine/commit/cc2c1f042bf43ae20c58745cccc815c337e17ae7) Thanks [@omeraplak](https://github.com/omeraplak)! - Added exports for new [`<App />`](https://ant.design/components/app), [`<QrCode />`](https://ant.design/components/qrcode) and [`<Watermark />`](https://ant.design/components/watermark) components.
365
+
366
+ ## 4.1.5
367
+
368
+ ### Patch Changes
369
+
370
+ - [#3273](https://github.com/refinedev/refine/pull/3273) [`a30ba43cce2`](https://github.com/refinedev/refine/commit/a30ba43cce27279deaab60c000dac0537552f7c7) Thanks [@yildirayunlu](https://github.com/yildirayunlu)! - Set the `theme="dark"` of the `Menu` component in `Sider` by default.
371
+
372
+ - [`a8d3f648a28`](https://github.com/refinedev/refine/commit/a8d3f648a282329cac04c1dd4b736864d6fbf756) Thanks [@omeraplak](https://github.com/omeraplak)! - Fixed onClick event type of the `<Button />` component
373
+
374
+ ## 4.1.4
375
+
376
+ ### Patch Changes
377
+
378
+ - [`a8d3f648a28`](https://github.com/refinedev/refine/commit/a8d3f648a282329cac04c1dd4b736864d6fbf756) Thanks [@omeraplak](https://github.com/omeraplak)! - Fixed onClick event type of the `<Button />` component
379
+ - [#3273](https://github.com/refinedev/refine/pull/3273) [`a30ba43cce2`](https://github.com/refinedev/refine/commit/a30ba43cce27279deaab60c000dac0537552f7c7) Thanks [@yildirayunlu](https://github.com/yildirayunlu)! - Set the `theme="dark"` of the `Menu` component in `Sider` by default.
380
+
381
+ ## 4.1.3
382
+
383
+ ### Patch Changes
384
+
385
+ - [#3273](https://github.com/refinedev/refine/pull/3273) [`a30ba43cce2`](https://github.com/refinedev/refine/commit/a30ba43cce27279deaab60c000dac0537552f7c7) Thanks [@yildirayunlu](https://github.com/yildirayunlu)! - Set the `theme="dark"` of the `Menu` component in `Sider` by default.
386
+
387
+ ## 4.1.2
388
+
389
+ ### Patch Changes
390
+
391
+ - [#3269](https://github.com/refinedev/refine/pull/3269) [`8b86c0c4c45`](https://github.com/refinedev/refine/commit/8b86c0c4c4529dce9eef4d6e49958eb2c50c31f2) Thanks [@alicanerdurmaz](https://github.com/alicanerdurmaz)! - Fixed: Wrong import and usage after `swizzling` `<Layout>` component.
392
+
393
+ ## 4.1.1
394
+
395
+ ### Patch Changes
396
+
397
+ - [#3269](https://github.com/refinedev/refine/pull/3269) [`8b86c0c4c45`](https://github.com/refinedev/refine/commit/8b86c0c4c4529dce9eef4d6e49958eb2c50c31f2) Thanks [@alicanerdurmaz](https://github.com/alicanerdurmaz)! - Fixed: Wrong import and usage after `swizzling` `<Layout>` component.
398
+
399
+ ## 4.1.0
400
+
401
+ ### Minor Changes
402
+
403
+ - [#3249](https://github.com/refinedev/refine/pull/3249) [`fd2e1882e06`](https://github.com/refinedev/refine/commit/fd2e1882e060135674f53350f2fe1d22347543d7) Thanks [@rajaomariajaona](https://github.com/rajaomariajaona)! - Add ability to pass pagination values in `useTable` hook. (Resolves #3246)
404
+
405
+ - `current`
406
+ - `setCurrent`
407
+ - `pageSize`
408
+ - `setPageSize`
409
+ - `pageCount`
410
+
411
+ - [#3121](https://github.com/refinedev/refine/pull/3121) [`214ea79c81c`](https://github.com/refinedev/refine/commit/214ea79c81c2f21573f999083612d30256be76a9) Thanks [@yildirayunlu](https://github.com/yildirayunlu)! - We've released Ant Design v5 support :tada:
412
+
413
+ ## Upgrade
414
+
415
+ ⚡️ You can easily update **refine** packages with **refine** CLI [`update`](https://refine.dev/docs/packages/documentation/cli/#update) command.
416
+
417
+ ```bash
418
+ npm run refine update
419
+ ```
420
+
421
+ > [How to add refine CLI to an existing project?](https://refine.dev/docs/packages/documentation/cli/#how-to-add-to-an-existing-project)
422
+
423
+ ### 🪄 Migrating your project automatically with Codemod ✨
424
+
425
+ `@pankod/refine-codemod` package handles the breaking changes for your project automatically, without any manual steps. It migrates your [`@pankod/refine-antd`](https://github.com/refinedev/refine/tree/next/packages/antd) version from 3.x.x to 4.x.x.
426
+
427
+ Just `cd` into root folder of your project (where `package.json` is contained) and run this command:
428
+
429
+ ```sh
430
+ npx @pankod/refine-codemod antd4-to-antd5
431
+ ```
432
+
433
+ And it's done. Now your project uses `@pankod/refine-antd@4.x.x`.
434
+
435
+ ## Changes
436
+
437
+ - `<PageHeader>` component moved into `@ant-design/pro-components`. **refine** is using `<PageHeader>` in `<List>`, `<Create>`, `<Edit>`, `<Show>` components and added as a dependency. You don't need to install `@ant-design/pro-components` package manually.
438
+ - `<Comment>` component moved into `@ant-design/compatible`.
439
+ - `moment.js` is replaced with `day.js`.
440
+ - `less` is removed from `antd` package.
441
+
442
+ > Please refer to [Ant Design Migration Guide](https://ant.design/docs/react/migration-v5) for detailed information.
443
+
444
+ 🚨 Next.js 13 Not Supported Now
445
+
446
+ Currently `ant-design/pro-components` does not compatible with Next.js 13.
447
+ **refine** is using `ant-design/pro-components` as a dependency for `<PageHeader/>` component.
448
+
449
+ > [Refer to a related issue on ant-design/pro-components repository](https://github.com/ant-design/pro-components/issues/6338)
450
+
451
+ ## 4.0.0
452
+
453
+ ### Major Changes
454
+
455
+ - [#3121](https://github.com/refinedev/refine/pull/3121) [`214ea79c81c`](https://github.com/refinedev/refine/commit/214ea79c81c2f21573f999083612d30256be76a9) Thanks [@yildirayunlu](https://github.com/yildirayunlu)! - We've released Ant Design v5 support :tada:
456
+
457
+ ## Upgrade
458
+
459
+ ⚡️ You can easily update **refine** packages with **refine** CLI [`update`](https://refine.dev/docs/packages/documentation/cli/#update) command.
460
+
461
+ ```bash
462
+ npm run refine update
463
+ ```
464
+
465
+ > [How to add refine CLI to an existing project?](https://refine.dev/docs/packages/documentation/cli/#how-to-add-to-an-existing-project)
466
+
467
+ ### 🪄 Migrating your project automatically with Codemod ✨
468
+
469
+ `@pankod/refine-codemod` package handles the breaking changes for your project automatically, without any manual steps. It migrates your [`@pankod/refine-antd`](https://github.com/refinedev/refine/tree/next/packages/antd) version from 3.x.x to 4.x.x.
470
+
471
+ Just `cd` into root folder of your project (where `package.json` is contained) and run this command:
472
+
473
+ ```sh
474
+ npx @pankod/refine-codemod antd4-to-antd5
475
+ ```
476
+
477
+ And it's done. Now your project uses `@pankod/refine-antd@4.x.x`.
478
+
479
+ ## Changes
480
+
481
+ - `<PageHeader>` component moved into `@ant-design/pro-components`. **refine** is using `<PageHeader>` in `<List>`, `<Create>`, `<Edit>`, `<Show>` components and added as a dependency. You don't need to install `@ant-design/pro-components` package manually.
482
+ - `<Comment>` component moved into `@ant-design/compatible`.
483
+ - `moment.js` is replaced with `day.js`.
484
+ - `less` is removed from `antd` package.
485
+
486
+ > Please refer to [Ant Design Migration Guide](https://ant.design/docs/react/migration-v5) for detailed information.
487
+
488
+ 🚨 Next.js 13 Not Supported Now
489
+
490
+ Currently `ant-design/pro-components` does not compatible with Next.js 13.
491
+ **refine** is using `ant-design/pro-components` as a dependency for `<PageHeader/>` component.
492
+
493
+ > [Refer to a related issue on ant-design/pro-components repository](https://github.com/ant-design/pro-components/issues/6338)
494
+
495
+ ### Minor Changes
496
+
497
+ - [#3249](https://github.com/refinedev/refine/pull/3249) [`fd2e1882e06`](https://github.com/refinedev/refine/commit/fd2e1882e060135674f53350f2fe1d22347543d7) Thanks [@rajaomariajaona](https://github.com/rajaomariajaona)! - Add ability to pass pagination values in `useTable` hook. (Resolves #3246)
498
+ - `current`
499
+ - `setCurrent`
500
+ - `pageSize`
501
+ - `setPageSize`
502
+ - `pageCount`
503
+
504
+ ## 3.70.4
505
+
506
+ ### Patch Changes
507
+
508
+ - [#3252](https://github.com/refinedev/refine/pull/3252) [`cf696235d0b`](https://github.com/refinedev/refine/commit/cf696235d0bdaca8554698293e8a644131522f34) Thanks [@aliemir](https://github.com/aliemir)! - Updated `esbuild` configuration to handle `antd/lib` imports in `esm` builds. (Resolves #3187)
509
+
510
+ ## 3.70.3
511
+
512
+ ### Patch Changes
513
+
514
+ - [#3252](https://github.com/refinedev/refine/pull/3252) [`cf696235d0b`](https://github.com/refinedev/refine/commit/cf696235d0bdaca8554698293e8a644131522f34) Thanks [@aliemir](https://github.com/aliemir)! - Updated `esbuild` configuration to handle `antd/lib` imports in `esm` builds. (Resolves #3187)
515
+
516
+ ## 3.70.2
517
+
518
+ ### Patch Changes
519
+
520
+ - [#3220](https://github.com/refinedev/refine/pull/3220) [`b867497f469`](https://github.com/refinedev/refine/commit/b867497f4694a5fbd330106a39256dee3c56199b) Thanks [@aliemir](https://github.com/aliemir)! - Updated image links in `README.MD` with CDN
521
+
522
+ - Updated dependencies [[`b867497f469`](https://github.com/refinedev/refine/commit/b867497f4694a5fbd330106a39256dee3c56199b)]:
523
+ - @pankod/refine-ui-types@0.14.2
524
+
525
+ ## 3.70.1
526
+
527
+ ### Patch Changes
528
+
529
+ - [#3220](https://github.com/refinedev/refine/pull/3220) [`b867497f469`](https://github.com/refinedev/refine/commit/b867497f4694a5fbd330106a39256dee3c56199b) Thanks [@aliemir](https://github.com/aliemir)! - Updated image links in `README.MD` with CDN
530
+
531
+ - Updated dependencies [[`b867497f469`](https://github.com/refinedev/refine/commit/b867497f4694a5fbd330106a39256dee3c56199b)]:
532
+ - @pankod/refine-ui-types@0.14.1
533
+
534
+ ## 3.70.0
535
+
536
+ ### Minor Changes
537
+
538
+ - [#3216](https://github.com/refinedev/refine/pull/3216) [`e09eb81588e`](https://github.com/refinedev/refine/commit/e09eb81588e985e270a7b3d49f9c5b28ffcbb134) Thanks [@leapful](https://github.com/leapful)! - Support filter dropdown on number value of single Select component
539
+
540
+ ## 3.69.0
541
+
542
+ ### Minor Changes
543
+
544
+ - [#3216](https://github.com/refinedev/refine/pull/3216) [`e09eb81588e`](https://github.com/refinedev/refine/commit/e09eb81588e985e270a7b3d49f9c5b28ffcbb134) Thanks [@leapful](https://github.com/leapful)! - Support filter dropdown on number value of single Select component
545
+
546
+ ## 3.68.0
547
+
548
+ ### Minor Changes
549
+
550
+ - [#3195](https://github.com/refinedev/refine/pull/3195) [`2fdc5c2a88e`](https://github.com/refinedev/refine/commit/2fdc5c2a88e490c7f3b6ed5b562974787863931e) Thanks [@leapful](https://github.com/leapful)! - Support Date Picker component when using with Filter Dropdown
551
+
552
+ ## 3.67.0
553
+
554
+ ### Minor Changes
555
+
556
+ - [#3195](https://github.com/refinedev/refine/pull/3195) [`2fdc5c2a88e`](https://github.com/refinedev/refine/commit/2fdc5c2a88e490c7f3b6ed5b562974787863931e) Thanks [@leapful](https://github.com/leapful)! - Support Date Picker component when using with Filter Dropdown
557
+
558
+ ## 3.66.0
559
+
560
+ ### Minor Changes
561
+
562
+ - [#3159](https://github.com/refinedev/refine/pull/3159) [`af2eefb32a4`](https://github.com/refinedev/refine/commit/af2eefb32a4df157062c28125c53aa3a47f48ff8) Thanks [@aliemir](https://github.com/aliemir)! - Updated `LoginPage` and `ReadyPage` to use **refine** logos from CDN rather than bundled svg files.
563
+
564
+ ## 3.65.0
565
+
566
+ ### Minor Changes
567
+
568
+ - [#3159](https://github.com/refinedev/refine/pull/3159) [`af2eefb32a4`](https://github.com/refinedev/refine/commit/af2eefb32a4df157062c28125c53aa3a47f48ff8) Thanks [@aliemir](https://github.com/aliemir)! - Updated `LoginPage` and `ReadyPage` to use **refine** logos from CDN rather than bundled svg files.
569
+
570
+ ## 3.64.4
571
+
572
+ ### Patch Changes
573
+
574
+ - [#3128](https://github.com/refinedev/refine/pull/3128) [`db1000a7628`](https://github.com/refinedev/refine/commit/db1000a7628d910c965eb63cd1cff81ffcd4fd4a) Thanks [@alicanerdurmaz](https://github.com/alicanerdurmaz)! - Fixed: `crud` components import path changed to relative path due to export issues on build.
575
+
576
+ ## 3.64.3
577
+
578
+ ### Patch Changes
579
+
580
+ - [#3128](https://github.com/refinedev/refine/pull/3128) [`db1000a7628`](https://github.com/refinedev/refine/commit/db1000a7628d910c965eb63cd1cff81ffcd4fd4a) Thanks [@alicanerdurmaz](https://github.com/alicanerdurmaz)! - Fixed: `crud` components import path changed to relative path due to export issues on build.
581
+
582
+ ## 3.64.2
583
+
584
+ ### Patch Changes
585
+
586
+ - [#3109](https://github.com/refinedev/refine/pull/3109) [`16549ed3012`](https://github.com/refinedev/refine/commit/16549ed30128750f04ae17da12024b9734d5adae) Thanks [@aliemir](https://github.com/aliemir)! - Updated `swizzle` items and their messages to include extra information and usage examples.
587
+
588
+ ## 3.64.1
589
+
590
+ ### Patch Changes
591
+
592
+ - [#3109](https://github.com/refinedev/refine/pull/3109) [`16549ed3012`](https://github.com/refinedev/refine/commit/16549ed30128750f04ae17da12024b9734d5adae) Thanks [@aliemir](https://github.com/aliemir)! - Updated `swizzle` items and their messages to include extra information and usage examples.
593
+
594
+ ## 3.64.0
595
+
596
+ ### Minor Changes
597
+
598
+ - [#3062](https://github.com/refinedev/refine/pull/3062) [`6c2ed708a9a`](https://github.com/refinedev/refine/commit/6c2ed708a9a76faddb9d27a0aca9f4ada3c270af) Thanks [@aliemir](https://github.com/aliemir)! - - Updated components and their type imports to make them compatible with `swizzle` feature.
599
+ - Added `refine.config.js` to configure the `swizzle` feature.
600
+
601
+ ## 3.63.0
602
+
603
+ ### Minor Changes
604
+
605
+ - [#3062](https://github.com/refinedev/refine/pull/3062) [`6c2ed708a9a`](https://github.com/refinedev/refine/commit/6c2ed708a9a76faddb9d27a0aca9f4ada3c270af) Thanks [@aliemir](https://github.com/aliemir)! - - Updated components and their type imports to make them compatible with `swizzle` feature.
606
+ - Added `refine.config.js` to configure the `swizzle` feature.
607
+
608
+ ## 3.62.0
609
+
610
+ ### Minor Changes
611
+
612
+ - [#2872](https://github.com/refinedev/refine/pull/2872) [`da3fc4a702`](https://github.com/refinedev/refine/commit/da3fc4a702b3ea50f7c1a2cc484fe6364fc3ddc0) Thanks [@TDP17](https://github.com/TDP17)! - Feat: Added ability to manage breadcrumb component globally via options
613
+
614
+ > **The option set in individual CRUD components takes priority over the global option**
615
+
616
+ ## 3.61.0
617
+
618
+ ### Minor Changes
619
+
620
+ - [#2872](https://github.com/refinedev/refine/pull/2872) [`da3fc4a702`](https://github.com/refinedev/refine/commit/da3fc4a702b3ea50f7c1a2cc484fe6364fc3ddc0) Thanks [@TDP17](https://github.com/TDP17)! - Feat: Added ability to manage breadcrumb component globally via options
621
+
622
+ > **The option set in individual CRUD components takes priority over the global option**
623
+
624
+ ## 3.60.0
625
+
626
+ ### Minor Changes
627
+
628
+ - [#2839](https://github.com/refinedev/refine/pull/2839) [`5388a338ab`](https://github.com/refinedev/refine/commit/5388a338abb9a5e03599da0a2786bea394cbc516) Thanks [@aliemir](https://github.com/aliemir)! - **Deprecation**
629
+
630
+ `ignoreAccessControlProvider` prop on buttons is deprecated. Use `accessContro.enabled` instead.
631
+
632
+ **Features**
633
+
634
+ `accessControl.enabled` prop is added to buttons to enable/disable access control for buttons.
635
+ `accessControl.hideIfUnauthorized` prop is added to buttons to hide the button if access is denied.
636
+
637
+ - [#2836](https://github.com/refinedev/refine/pull/2836) [`e43e9a17ae`](https://github.com/refinedev/refine/commit/e43e9a17ae0ed41e649b8026b2b04d850136dcfd) Thanks [@alicanerdurmaz](https://github.com/alicanerdurmaz)! - added locales prop to date fields
638
+
639
+ ### Patch Changes
640
+
641
+ - [#2838](https://github.com/refinedev/refine/pull/2838) [`f7968fa16f`](https://github.com/refinedev/refine/commit/f7968fa16f9930442e1122fe5294e350252bdd5c) Thanks [@aliemir](https://github.com/aliemir)! - Fixed #2828 - Buttons were not respecting access control when navigating to a new page. Now, if button is disabled, it will not also block the navigation not just the onClick event.
642
+
643
+ - Updated dependencies [[`476285e342`](https://github.com/refinedev/refine/commit/476285e3427c7e065892a281da529c038aee83d2), [`5388a338ab`](https://github.com/refinedev/refine/commit/5388a338abb9a5e03599da0a2786bea394cbc516), [`e43e9a17ae`](https://github.com/refinedev/refine/commit/e43e9a17ae0ed41e649b8026b2b04d850136dcfd)]:
644
+ - @pankod/refine-ui-types@0.14.0
645
+
646
+ ## 3.59.0
647
+
648
+ ### Minor Changes
649
+
650
+ - [#2836](https://github.com/refinedev/refine/pull/2836) [`e43e9a17ae`](https://github.com/refinedev/refine/commit/e43e9a17ae0ed41e649b8026b2b04d850136dcfd) Thanks [@alicanerdurmaz](https://github.com/alicanerdurmaz)! - added locales prop to date fields
651
+
652
+ ### Patch Changes
653
+
654
+ - Updated dependencies [[`e43e9a17ae`](https://github.com/refinedev/refine/commit/e43e9a17ae0ed41e649b8026b2b04d850136dcfd)]:
655
+ - @pankod/refine-ui-types@0.13.0
656
+
657
+ ## 3.58.0
658
+
659
+ ### Minor Changes
660
+
661
+ - [#2839](https://github.com/refinedev/refine/pull/2839) [`5388a338ab`](https://github.com/refinedev/refine/commit/5388a338abb9a5e03599da0a2786bea394cbc516) Thanks [@aliemir](https://github.com/aliemir)! - **Deprecation**
662
+
663
+ `ignoreAccessControlProvider` prop on buttons is deprecated. Use `accessContro.enabled` instead.
664
+
665
+ **Features**
666
+
667
+ `accessControl.enabled` prop is added to buttons to enable/disable access control for buttons.
668
+ `accessControl.hideIfUnauthorized` prop is added to buttons to hide the button if access is denied.
669
+
670
+ ### Patch Changes
671
+
672
+ - [#2838](https://github.com/refinedev/refine/pull/2838) [`f7968fa16f`](https://github.com/refinedev/refine/commit/f7968fa16f9930442e1122fe5294e350252bdd5c) Thanks [@aliemir](https://github.com/aliemir)! - Fixed #2828 - Buttons were not respecting access control when navigating to a new page. Now, if button is disabled, it will not also block the navigation not just the onClick event.
673
+
674
+ - Updated dependencies [[`476285e342`](https://github.com/refinedev/refine/commit/476285e3427c7e065892a281da529c038aee83d2), [`5388a338ab`](https://github.com/refinedev/refine/commit/5388a338abb9a5e03599da0a2786bea394cbc516)]:
675
+ - @pankod/refine-ui-types@0.12.0
676
+
677
+ ## 3.57.0
678
+
679
+ ### Minor Changes
680
+
681
+ - Only `or` was supported as a conditional filter. Now `and` and `or` can be used together and nested. 🚀
682
+
683
+ ```
684
+ {
685
+ operator: "or",
686
+ value: [
687
+ {
688
+ operator: "and",
689
+ value: [
690
+ {
691
+ field: "name",
692
+ operator: "eq",
693
+ value: "John Doe",
694
+ },
695
+ {
696
+ field: "age",
697
+ operator: "eq",
698
+ value: 30,
699
+ },
700
+ ],
701
+ },
702
+ {
703
+ operator: "and",
704
+ value: [
705
+ {
706
+ field: "name",
707
+ operator: "eq",
708
+ value: "JR Doe",
709
+ },
710
+ {
711
+ field: "age",
712
+ operator: "eq",
713
+ value: 1,
714
+ },
715
+ ],
716
+ },
717
+ ],
718
+ }
719
+ ```
720
+
721
+ ### Patch Changes
722
+
723
+ - Updated dependencies []:
724
+ - @pankod/refine-ui-types@0.11.6
725
+
726
+ ## 3.56.0
727
+
728
+ ### Minor Changes
729
+
730
+ - [#2751](https://github.com/refinedev/refine/pull/2751) [`addff64c77`](https://github.com/refinedev/refine/commit/addff64c777e4c9f044a1a109cb05453e6e9f762) Thanks [@yildirayunlu](https://github.com/yildirayunlu)! - Only `or` was supported as a conditional filter. Now `and` and `or` can be used together and nested. 🚀
731
+
732
+ ```
733
+ {
734
+ operator: "or",
735
+ value: [
736
+ {
737
+ operator: "and",
738
+ value: [
739
+ {
740
+ field: "name",
741
+ operator: "eq",
742
+ value: "John Doe",
743
+ },
744
+ {
745
+ field: "age",
746
+ operator: "eq",
747
+ value: 30,
748
+ },
749
+ ],
750
+ },
751
+ {
752
+ operator: "and",
753
+ value: [
754
+ {
755
+ field: "name",
756
+ operator: "eq",
757
+ value: "JR Doe",
758
+ },
759
+ {
760
+ field: "age",
761
+ operator: "eq",
762
+ value: 1,
763
+ },
764
+ ],
765
+ },
766
+ ],
767
+ }
768
+ ```
769
+
770
+ ### Patch Changes
771
+
772
+ - Updated dependencies [[`19124711a7`](https://github.com/refinedev/refine/commit/19124711a7dc23c0b0e61bc845fbd294927999da)]:
773
+ - @pankod/refine-ui-types@0.11.5
774
+
775
+ ## 3.55.3
776
+
777
+ ### Patch Changes
778
+
779
+ - Fixed `providers` property empty array state in `<AuthPage />` component
780
+
781
+ ## 3.55.2
782
+
783
+ ### Patch Changes
784
+
785
+ - Fixed `providers` property empty array state in `<AuthPage />` component
786
+
787
+ ## 3.55.1
788
+
789
+ ### Patch Changes
790
+
791
+ - [#2712](https://github.com/refinedev/refine/pull/2712) [`c434055011`](https://github.com/refinedev/refine/commit/c434055011cbdd846c9f228c23987607bb828a1b) Thanks [@omeraplak](https://github.com/omeraplak)! - Fixed `providers` property empty array state in `<AuthPage />` component
792
+
793
+ ## 3.55.0
794
+
795
+ ### Minor Changes
796
+
797
+ - Added infinite loading example to antd `useSelect()`
798
+ `useSelect()` `fetchSize` prop is deprecated. From now [`pagination`](https://refine.dev/docs/api-reference/core/interfaceReferences/#pagination) should be used
799
+
800
+ ### Patch Changes
801
+
802
+ - Add AuthProps type export
803
+
804
+ ## 3.54.0
805
+
806
+ ### Minor Changes
807
+
808
+ - [#2629](https://github.com/refinedev/refine/pull/2629) [`bc89228e73`](https://github.com/refinedev/refine/commit/bc89228e73dbf373cbbbd0fbf5e6e4721224a7c5) Thanks [@bungambohlah](https://github.com/bungambohlah)! - Added infinite loading example to antd `useSelect()`
809
+ `useSelect()` `fetchSize` prop is deprecated. From now [`pagination`](https://refine.dev/docs/api-reference/core/interfaceReferences/#pagination) should be used
810
+
811
+ ### Patch Changes
812
+
813
+ - [#2666](https://github.com/refinedev/refine/pull/2666) [`8a562d2114`](https://github.com/refinedev/refine/commit/8a562d2114b7145707070e363981a4e31e02547a) Thanks [@omeraplak](https://github.com/omeraplak)! - Add AuthProps type export
814
+
815
+ ## 3.53.0
816
+
817
+ ### Minor Changes
818
+
819
+ - - Added new <AuthPage /> component core and mantine support.
820
+ - Move Auth types `@pankod/refine-ui-types` to `@pankod/refine-core`
821
+
822
+ ## 3.52.0
823
+
824
+ ### Minor Changes
825
+
826
+ - [#2627](https://github.com/refinedev/refine/pull/2627) [`c5fb45d61f`](https://github.com/refinedev/refine/commit/c5fb45d61fa7470a7a34762ad19d17e9f87e4421) Thanks [@yildirayunlu](https://github.com/yildirayunlu)! - - Added new <AuthPage /> component core and mantine support.
827
+ - Move Auth types `@pankod/refine-ui-types` to `@pankod/refine-core`
828
+
829
+ ## 3.51.0
830
+
831
+ ### Minor Changes
832
+
833
+ - Deprecated `LoginPage`.
834
+
835
+ **Before**
836
+
837
+ ```tsx
838
+ import { LoginPage } from "@pankod/refine-antd";
839
+
840
+ <Refine
841
+ LoginPage={LoginPage}
842
+ ...
843
+ />
844
+ ```
845
+
846
+ **After**
847
+
848
+ ```tsx
849
+ import { AuthPage } from "@pankod/refine-antd";
850
+
851
+ <Refine
852
+ LoginPage={AuthPage}
853
+ ...
854
+ />
855
+ ```
856
+
857
+ ## 3.50.0
858
+
859
+ ### Minor Changes
860
+
861
+ - Deprecated `LoginPage`.
862
+
863
+ **Before**
864
+
865
+ ```tsx
866
+ import { LoginPage } from "@pankod/refine-antd";
867
+
868
+ <Refine
869
+ LoginPage={LoginPage}
870
+ ...
871
+ />
872
+ ```
873
+
874
+ **After**
875
+
876
+ ```tsx
877
+ import { AuthPage } from "@pankod/refine-antd";
878
+
879
+ <Refine
880
+ LoginPage={AuthPage}
881
+ ...
882
+ />
883
+ ```
884
+
885
+ ## 3.49.0
886
+
887
+ ### Minor Changes
888
+
889
+ - [#2580](https://github.com/refinedev/refine/pull/2580) [`e1ab7da6b3`](https://github.com/refinedev/refine/commit/e1ab7da6b335bad62b15a537a3ed63c9f113bd01) Thanks [@yildirayunlu](https://github.com/yildirayunlu)! - Deprecated `LoginPage`.
890
+
891
+ **Before**
892
+
893
+ ```tsx
894
+ import { LoginPage } from "@pankod/refine-antd";
895
+
896
+ <Refine
897
+ LoginPage={LoginPage}
898
+ ...
899
+ />
900
+ ```
901
+
902
+ **After**
903
+
904
+ ```tsx
905
+ import { AuthPage } from "@pankod/refine-antd";
906
+
907
+ <Refine
908
+ LoginPage={AuthPage}
909
+ ...
910
+ />
911
+ ```
912
+
913
+ ## 3.48.10
914
+
915
+ ### Patch Changes
916
+
917
+ - ReadyPage examples link fixed.
918
+
919
+ ## 3.48.9
920
+
921
+ ### Patch Changes
922
+
923
+ - [#2505](https://github.com/refinedev/refine/pull/2505) [`a4dbb63c88`](https://github.com/refinedev/refine/commit/a4dbb63c881a83e5146829130b1377e791b44469) Thanks [@salihozdemir](https://github.com/salihozdemir)! - ReadyPage examples link fixed.
924
+
925
+ ## 3.48.8
926
+
927
+ ### Patch Changes
928
+
929
+ - Updated `disabled` attribute of buttons in CRUD components according to `isLoading` prop.
930
+
931
+ - Removed redundant type inheritance
932
+
933
+ - Updated dependencies []:
934
+ - @pankod/refine-ui-types@0.11.2
935
+
936
+ ## 3.48.7
937
+
938
+ ### Patch Changes
939
+
940
+ - [#2586](https://github.com/refinedev/refine/pull/2586) [`d7c8b7642b`](https://github.com/refinedev/refine/commit/d7c8b7642b7ed41a2063798e779c3cfaa09b0e7b) Thanks [@necatiozmen](https://github.com/necatiozmen)! - Removed redundant type inheritance
941
+
942
+ - Updated dependencies [[`d7c8b7642b`](https://github.com/refinedev/refine/commit/d7c8b7642b7ed41a2063798e779c3cfaa09b0e7b)]:
943
+ - @pankod/refine-ui-types@0.11.1
944
+
945
+ ## 3.48.6
946
+
947
+ ### Patch Changes
948
+
949
+ - [#2585](https://github.com/refinedev/refine/pull/2585) [`e7ab42a73b`](https://github.com/refinedev/refine/commit/e7ab42a73b87625b2646864118ad25cbe31295ad) Thanks [@salihozdemir](https://github.com/salihozdemir)! - Updated `disabled` attribute of buttons in CRUD components according to `isLoading` prop.
950
+
951
+ ## 3.48.5
952
+
953
+ ### Patch Changes
954
+
955
+ - Rename `reset-password` -> `forgot-password` on docs.
956
+
957
+ ## 3.48.4
958
+
959
+ ### Patch Changes
960
+
961
+ - Rename `reset-password` -> `forgot-password` on docs.
962
+
963
+ ## 3.48.3
964
+
965
+ ### Patch Changes
966
+
967
+ - [#2568](https://github.com/refinedev/refine/pull/2568) [`efe99f7843`](https://github.com/refinedev/refine/commit/efe99f78433c46433f137fd9581f33f4d75778e0) Thanks [@yildirayunlu](https://github.com/yildirayunlu)! - Rename `reset-password` -> `forgot-password` on docs.
968
+
969
+ ## 3.48.2
970
+
971
+ ### Patch Changes
972
+
973
+ - Fixed `useModalForm` & `useStepsForm` return type
974
+
975
+ ## 3.48.1
976
+
977
+ ### Patch Changes
978
+
979
+ - [#2552](https://github.com/refinedev/refine/pull/2552) [`52cd8d633e`](https://github.com/refinedev/refine/commit/52cd8d633e57f925bb51c875aab0406e3358ec45) Thanks [@omeraplak](https://github.com/omeraplak)! - Fixed `useModalForm` & `useStepsForm` return type
980
+
981
+ ## 3.48.0
982
+
983
+ ### Minor Changes
984
+
985
+ - Add `providers` support on AuthPage register page.
986
+
987
+ ### Patch Changes
988
+
989
+ - Updated dependencies []:
990
+ - @pankod/refine-ui-types@0.11.0
991
+
992
+ ## 3.47.0
993
+
994
+ ### Minor Changes
995
+
996
+ - [#2551](https://github.com/refinedev/refine/pull/2551) [`a65525de6f`](https://github.com/refinedev/refine/commit/a65525de6f995babfca1058e933cdbea67d6032e) Thanks [@yildirayunlu](https://github.com/yildirayunlu)! - Add `providers` support on AuthPage register page.
997
+
998
+ ### Patch Changes
999
+
1000
+ - Updated dependencies [[`a65525de6f`](https://github.com/refinedev/refine/commit/a65525de6f995babfca1058e933cdbea67d6032e)]:
1001
+ - @pankod/refine-ui-types@0.10.0
1002
+
1003
+ ## 3.46.4
1004
+
1005
+ ### Patch Changes
1006
+
1007
+ - - Auth pages background color fixed.
1008
+ - Removed unused `updatePasswordLink` prop from auth pages.
1009
+ - Removed `onSubmit` prop from auth pages. use `formProps` instead.
1010
+ - Updated dependencies []:
1011
+ - @pankod/refine-ui-types@0.9.2
1012
+
1013
+ ## 3.46.3
1014
+
1015
+ ### Patch Changes
1016
+
1017
+ - [#2524](https://github.com/refinedev/refine/pull/2524) [`27bf81bebb`](https://github.com/refinedev/refine/commit/27bf81bebb217d2944e20e79a8f7618eda0e9db7) Thanks [@biskuvit](https://github.com/biskuvit)! - - Auth pages background color fixed.
1018
+ - Removed unused `updatePasswordLink` prop from auth pages.
1019
+ - Removed `onSubmit` prop from auth pages. use `formProps` instead.
1020
+ - Updated dependencies [[`27bf81bebb`](https://github.com/refinedev/refine/commit/27bf81bebb217d2944e20e79a8f7618eda0e9db7)]:
1021
+ - @pankod/refine-ui-types@0.9.1
1022
+
1023
+ ## 3.46.2
1024
+
1025
+ ### Patch Changes
1026
+
1027
+ - Fixed the spacing between `icon` and `breadcrumb label` in `Breadcrumb` component.
1028
+
1029
+ ## 3.46.1
1030
+
1031
+ ### Patch Changes
1032
+
1033
+ - [#2534](https://github.com/refinedev/refine/pull/2534) [`a9676932cc`](https://github.com/refinedev/refine/commit/a9676932ccae00f364918f163e44e73032ffa029) Thanks [@ozkalai](https://github.com/ozkalai)! - Fixed the spacing between `icon` and `breadcrumb label` in `Breadcrumb` component.
1034
+
1035
+ ## 3.46.0
1036
+
1037
+ ### Minor Changes
1038
+
1039
+ - Added `formProps` property support for AuthPage component
1040
+
1041
+ ## Usage
1042
+
1043
+ ```tsx
1044
+ <AuthPage
1045
+ type="login"
1046
+ formProps={{
1047
+ initialValues: {
1048
+ email: "demo@refine.dev",
1049
+ password: "demo",
1050
+ },
1051
+ }}
1052
+ />
1053
+ ```
1054
+
1055
+ ### Patch Changes
1056
+
1057
+ - Updated dependencies []:
1058
+ - @pankod/refine-ui-types@0.9.0
1059
+
1060
+ ## 3.45.0
1061
+
1062
+ ### Minor Changes
1063
+
1064
+ - [#2516](https://github.com/refinedev/refine/pull/2516) [`ad99916d6d`](https://github.com/refinedev/refine/commit/ad99916d6dbd181b857fd7df7b9619d8cac5e3e0) Thanks [@omeraplak](https://github.com/omeraplak)! - Added `formProps` property support for AuthPage component
1065
+
1066
+ ## Usage
1067
+
1068
+ ```tsx
1069
+ <AuthPage
1070
+ type="login"
1071
+ formProps={{
1072
+ initialValues: {
1073
+ email: "demo@refine.dev",
1074
+ password: "demo",
1075
+ },
1076
+ }}
1077
+ />
1078
+ ```
1079
+
1080
+ ### Patch Changes
1081
+
1082
+ - Updated dependencies [[`ad99916d6d`](https://github.com/refinedev/refine/commit/ad99916d6dbd181b857fd7df7b9619d8cac5e3e0)]:
1083
+ - @pankod/refine-ui-types@0.8.0
1084
+
1085
+ ## 3.44.0
1086
+
1087
+ ### Minor Changes
1088
+
1089
+ - Added `render` prop to `Sider` component. You can get `dashboard`, `logout` and `items` from `render` props to customize the `Sider` component.
1090
+
1091
+ - Added `<AuthPage>` for Ant Design. `<AuthPage>` is a component that provides a login, register, forgot password and update password pages.
1092
+
1093
+ ### Patch Changes
1094
+
1095
+ - Fixed version of react-router to `6.3.0`
1096
+
1097
+ - Passed `collapsed` prop to `render` method in `Sider` component of `@pankod/refine-antd`.
1098
+
1099
+ - Updated dependencies []:
1100
+ - @pankod/refine-ui-types@0.7.0
1101
+
1102
+ ## 3.43.1
1103
+
1104
+ ### Patch Changes
1105
+
1106
+ - [#2501](https://github.com/refinedev/refine/pull/2501) [`4095a578d4`](https://github.com/refinedev/refine/commit/4095a578d471254ee58412f130ac5a0f3a62880f) Thanks [@omeraplak](https://github.com/omeraplak)! - Fixed version of react-router to `6.3.0`
1107
+
1108
+ ## 3.43.0
1109
+
1110
+ ### Minor Changes
1111
+
1112
+ - [#2447](https://github.com/refinedev/refine/pull/2447) [`628a37a675`](https://github.com/refinedev/refine/commit/628a37a6753a778cbec5c29b698981e0157caa42) Thanks [@biskuvit](https://github.com/biskuvit)! - Added `<AuthPage>` for Ant Design. `<AuthPage>` is a component that provides a login, register, forgot password and update password pages.
1113
+
1114
+ ### Patch Changes
1115
+
1116
+ - Updated dependencies [[`628a37a675`](https://github.com/refinedev/refine/commit/628a37a6753a778cbec5c29b698981e0157caa42)]:
1117
+ - @pankod/refine-ui-types@0.6.2
1118
+
1119
+ ## 3.42.1
1120
+
1121
+ ### Patch Changes
1122
+
1123
+ - [#2492](https://github.com/refinedev/refine/pull/2492) [`7d5bf3023d`](https://github.com/refinedev/refine/commit/7d5bf3023d00617890ffa7f9d22b1116af15e0b9) Thanks [@ozkalai](https://github.com/ozkalai)! - Passed `collapsed` prop to `render` method in `Sider` component of `@pankod/refine-antd`.
1124
+
1125
+ - Updated dependencies [[`7d5bf3023d`](https://github.com/refinedev/refine/commit/7d5bf3023d00617890ffa7f9d22b1116af15e0b9)]:
1126
+ - @pankod/refine-ui-types@0.6.1
1127
+
1128
+ ## 3.42.0
1129
+
1130
+ ### Minor Changes
1131
+
1132
+ - [#2454](https://github.com/refinedev/refine/pull/2454) [`72487a4126`](https://github.com/refinedev/refine/commit/72487a4126fb7d827dccd3bcbdee9a83aa1f56af) Thanks [@ozkalai](https://github.com/ozkalai)! - Added `render` prop to `Sider` component. You can get `dashboard`, `logout` and `items` from `render` props to customize the `Sider` component.
1133
+
1134
+ ### Patch Changes
1135
+
1136
+ - Updated dependencies [[`72487a4126`](https://github.com/refinedev/refine/commit/72487a4126fb7d827dccd3bcbdee9a83aa1f56af)]:
1137
+ - @pankod/refine-ui-types@0.6.0
1138
+
1139
+ ## 3.41.0
1140
+
1141
+ ### Minor Changes
1142
+
1143
+ - Added support nested sorting
1144
+
1145
+ ## 3.40.0
1146
+
1147
+ ### Minor Changes
1148
+
1149
+ - [#2427](https://github.com/refinedev/refine/pull/2427) [`b21908e872`](https://github.com/refinedev/refine/commit/b21908e87209c3a8825991c6ab829f7c45c19e9b) Thanks [@geoffatsource](https://github.com/geoffatsource)! - Added support nested sorting
1150
+
1151
+ ## 3.39.0
1152
+
1153
+ ### Minor Changes
1154
+
1155
+ - Update type declaration generation with `tsc` instead of `tsup` for better navigation throughout projects source code.
1156
+
1157
+ ### Patch Changes
1158
+
1159
+ - Updated dependencies []:
1160
+ - @pankod/refine-ui-types@0.5.0
1161
+
1162
+ ## 3.38.0
1163
+
1164
+ ### Minor Changes
1165
+
1166
+ - [#2440](https://github.com/refinedev/refine/pull/2440) [`0150dcd070`](https://github.com/refinedev/refine/commit/0150dcd0700253f1c4908e7e5f2e178bb122e9af) Thanks [@aliemir](https://github.com/aliemir)! - Update type declaration generation with `tsc` instead of `tsup` for better navigation throughout projects source code.
1167
+
1168
+ ### Patch Changes
1169
+
1170
+ - Updated dependencies [[`0150dcd070`](https://github.com/refinedev/refine/commit/0150dcd0700253f1c4908e7e5f2e178bb122e9af), [`0150dcd070`](https://github.com/refinedev/refine/commit/0150dcd0700253f1c4908e7e5f2e178bb122e9af)]:
1171
+ - @pankod/refine-ui-types@0.4.0
1172
+
1173
+ ## 3.37.11
1174
+
1175
+ ### Patch Changes
1176
+
1177
+ - Fix: `useStepsForm`'s `submit` function can be overridden
1178
+
1179
+ ## 3.37.10
1180
+
1181
+ ### Patch Changes
1182
+
1183
+ - Fix: `useStepsForm`'s `submit` function can be overridden
1184
+
1185
+ ## 3.37.9
1186
+
1187
+ ### Patch Changes
1188
+
1189
+ - [#2421](https://github.com/refinedev/refine/pull/2421) [`2b1c5e01b0`](https://github.com/refinedev/refine/commit/2b1c5e01b0f65b2c7558ba79539fab411480cc06) Thanks [@omeraplak](https://github.com/omeraplak)! - Fix: `useStepsForm`'s `submit` function can be overridden
1190
+
1191
+ ## 3.37.8
1192
+
1193
+ ### Patch Changes
1194
+
1195
+ - Fix: Wrap with [`<CanAccess />`](https://refine.dev/docs/core/components/accessControl/can-access/) component to parent sider items
1196
+
1197
+ ```tsx
1198
+ <Refine
1199
+ accessControlProvider={{
1200
+ can: async ({ action, resource }) => {
1201
+ // console.log({ action, resource });
1202
+ // output: {action: "list", resource: "cms" }
1203
+
1204
+ return { can: true };
1205
+ },
1206
+ }}
1207
+ resources={[
1208
+ {
1209
+ name: "CMS",
1210
+ },
1211
+ {
1212
+ name: "posts",
1213
+ parentName: "CMS",
1214
+ list: PostList,
1215
+ },
1216
+ ]}
1217
+ />
1218
+ ```
1219
+
1220
+ ## 3.37.7
1221
+
1222
+ ### Patch Changes
1223
+
1224
+ - [#2411](https://github.com/refinedev/refine/pull/2411) [`c61470a2e0`](https://github.com/refinedev/refine/commit/c61470a2e00df94a211395541601fd39b63e2cff) Thanks [@omeraplak](https://github.com/omeraplak)! - Fix: Wrap with [`<CanAccess />`](https://refine.dev/docs/core/components/accessControl/can-access/) component to parent sider items
1225
+
1226
+ ```tsx
1227
+ <Refine
1228
+ accessControlProvider={{
1229
+ can: async ({ action, resource }) => {
1230
+ // console.log({ action, resource });
1231
+ // output: {action: "list", resource: "cms" }
1232
+
1233
+ return { can: true };
1234
+ },
1235
+ }}
1236
+ resources={[
1237
+ {
1238
+ name: "CMS",
1239
+ },
1240
+ {
1241
+ name: "posts",
1242
+ parentName: "CMS",
1243
+ list: PostList,
1244
+ },
1245
+ ]}
1246
+ />
1247
+ ```
1248
+
1249
+ ## 3.37.6
1250
+
1251
+ ### Patch Changes
1252
+
1253
+ - Fix `useModalForm` hook reset issue after successful submit
1254
+
1255
+ ## 3.37.5
1256
+
1257
+ ### Patch Changes
1258
+
1259
+ - [#2403](https://github.com/refinedev/refine/pull/2403) [`ef8622cba3`](https://github.com/refinedev/refine/commit/ef8622cba32acc8f5edf9e4190fbe90d99e642c6) Thanks [@omeraplak](https://github.com/omeraplak)! - Fix `useModalForm` hook reset issue after successful submit
1260
+
1261
+ ## 3.37.4
1262
+
1263
+ ### Patch Changes
1264
+
1265
+ - Updated `<Edit/>` component's default footer buttons property wrapper with `<Space/>` component like `<Footer>
1266
+
1267
+ ## 3.37.3
1268
+
1269
+ ### Patch Changes
1270
+
1271
+ - Updated `<Edit/>` component's default footer buttons property wrapper with `<Space/>` component like `<Footer>
1272
+
1273
+ ## 3.37.2
1274
+
1275
+ ### Patch Changes
1276
+
1277
+ - Updated `<Edit/>` component's default footer buttons property wrapper with `<Space/>` component like `<Footer>
1278
+
1279
+ ## 3.37.1
1280
+
1281
+ ### Patch Changes
1282
+
1283
+ - [#2343](https://github.com/refinedev/refine/pull/2343) [`90b39d4f83`](https://github.com/refinedev/refine/commit/90b39d4f839dc97868b7126ffb2903e29b8bb51a) Thanks [@aliemir](https://github.com/aliemir)! - Updated `<Edit/>` component's default footer buttons property wrapper with `<Space/>` component like `<Footer>
1284
+
1285
+ ## 3.37.0
1286
+
1287
+ ### Minor Changes
1288
+
1289
+ - Separated `styles.min.css` file as `antd.min.css` and `reset.min.css` to make users able to turn off `reset` styles when needed.
1290
+
1291
+ ## 3.36.0
1292
+
1293
+ ### Minor Changes
1294
+
1295
+ - [#2312](https://github.com/refinedev/refine/pull/2312) [`ba5646c65c`](https://github.com/refinedev/refine/commit/ba5646c65cc09dee688fef1cf3a6556707754c3c) Thanks [@aliemir](https://github.com/aliemir)! - Separated `styles.min.css` file as `antd.min.css` and `reset.min.css` to make users able to turn off `reset` styles when needed.
1296
+
1297
+ ## 3.35.4
1298
+
1299
+ ### Patch Changes
1300
+
1301
+ - Upgraded `react-query` version to 4.
1302
+
1303
+ ## 3.35.3
1304
+
1305
+ ### Patch Changes
1306
+
1307
+ - [#2260](https://github.com/refinedev/refine/pull/2260) [`a97ec592df`](https://github.com/refinedev/refine/commit/a97ec592dfb6dcf5b5bd063d2d76f50ca195c20e) Thanks [@salihozdemir](https://github.com/salihozdemir)! - Upgraded `react-query` version to 4.
1308
+
1309
+ ## 3.35.2
1310
+
1311
+ ### Patch Changes
1312
+
1313
+ - Remove `data-testid` props from buttons in crud components to make use of button test ids presented by `@pankod/refine-ui-types` package.
1314
+
1315
+ * Updated `@pankod/refine-antd` and `@pankod/refine-mui` `fields` properties by using `@pankod/refine-ui-types` common `fields` types.
1316
+
1317
+ Updated `@pankod/refine-antd` and `@pankod/refine-mui` `fields` tests by using `@pankod/refine-ui-tests` common `fields` tests.
1318
+
1319
+ Updated `@pankod/refine-ui-tests` `fields` properties.
1320
+
1321
+ - Added `@pankod/refine-ui-tests` and `@pankod/refine-ui-types` packages. Now, all of button prop types comes from `@pankod/refine-ui-types` package and all of button tests comes from `@pankod/refine-ui-tests` package.
1322
+
1323
+ Thus, button types and tests are managed by `@pankod/refine-ui-types` package and `@pankod/refine-ui-tests` package.
1324
+
1325
+ - Updated dependencies []:
1326
+ - @pankod/refine-ui-types@0.3.0
1327
+
1328
+ ## 3.35.1
1329
+
1330
+ ### Patch Changes
1331
+
1332
+ - [#2216](https://github.com/refinedev/refine/pull/2216) [`201846c77d`](https://github.com/refinedev/refine/commit/201846c77dba07a61f0c0335716b60641430c22a) Thanks [@aliemir](https://github.com/aliemir)! - Remove `data-testid` props from buttons in crud components to make use of button test ids presented by `@pankod/refine-ui-types` package.
1333
+
1334
+ * [#2216](https://github.com/refinedev/refine/pull/2216) [`201846c77d`](https://github.com/refinedev/refine/commit/201846c77dba07a61f0c0335716b60641430c22a) Thanks [@aliemir](https://github.com/aliemir)! - Updated `@pankod/refine-antd` and `@pankod/refine-mui` `fields` properties by using `@pankod/refine-ui-types` common `fields` types.
1335
+
1336
+ Updated `@pankod/refine-antd` and `@pankod/refine-mui` `fields` tests by using `@pankod/refine-ui-tests` common `fields` tests.
1337
+
1338
+ Updated `@pankod/refine-ui-tests` `fields` properties.
1339
+
1340
+ - [#2216](https://github.com/refinedev/refine/pull/2216) [`201846c77d`](https://github.com/refinedev/refine/commit/201846c77dba07a61f0c0335716b60641430c22a) Thanks [@aliemir](https://github.com/aliemir)! - Added `@pankod/refine-ui-tests` and `@pankod/refine-ui-types` packages. Now, all of button prop types comes from `@pankod/refine-ui-types` package and all of button tests comes from `@pankod/refine-ui-tests` package.
1341
+
1342
+ Thus, button types and tests are managed by `@pankod/refine-ui-types` package and `@pankod/refine-ui-tests` package.
1343
+
1344
+ - Updated dependencies [[`201846c77d`](https://github.com/refinedev/refine/commit/201846c77dba07a61f0c0335716b60641430c22a)]:
1345
+ - @pankod/refine-ui-types@0.2.0
1346
+
1347
+ ## 3.35.0
1348
+
1349
+ ### Minor Changes
1350
+
1351
+ - Add React@18 support 🚀
1352
+
1353
+ ### Patch Changes
1354
+
1355
+ - Fixed `isMobile` control in `Sider` component detecting `desktop` dimensions as `mobile` on route changes
1356
+
1357
+ ## 3.34.0
1358
+
1359
+ ### Minor Changes
1360
+
1361
+ - [#1718](https://github.com/refinedev/refine/pull/1718) [`b38620d842`](https://github.com/refinedev/refine/commit/b38620d84237e13212811daada7b49ee654c70eb) Thanks [@omeraplak](https://github.com/omeraplak)! - Add React@18 support 🚀
1362
+
1363
+ ### Patch Changes
1364
+
1365
+ - [#2255](https://github.com/refinedev/refine/pull/2255) [`b56f43529f`](https://github.com/refinedev/refine/commit/b56f43529f387ad1801e7bc0d94dfa5679bad77e) Thanks [@omeraplak](https://github.com/omeraplak)! - Fixed `isMobile` control in `Sider` component detecting `desktop` dimensions as `mobile` on route changes
1366
+
1367
+ ## 3.33.2
1368
+
1369
+ ### Patch Changes
1370
+
1371
+ - Updated `console.warn`'s to trigger once.
1372
+
1373
+ ## 3.33.1
1374
+
1375
+ ### Patch Changes
1376
+
1377
+ - [#2223](https://github.com/refinedev/refine/pull/2223) [`0a215f2000`](https://github.com/refinedev/refine/commit/0a215f2000b4069618e42efda48b8864b38129fd) Thanks [@salihozdemir](https://github.com/salihozdemir)! - Updated `console.warn`'s to trigger once.
1378
+
1379
+ ## 3.33.0
1380
+
1381
+ ### Minor Changes
1382
+
1383
+ - All of the refine packages have dependencies on the `@pankod/refine-core` package. So far we have managed these dependencies with `peerDependencies` + `dependencies` but this causes issues like #2183. (having more than one @pankod/refine-core version in node_modules and creating different instances)
1384
+
1385
+ Managing as `peerDependencies` + `devDependencies` seems like the best way for now to avoid such issues.
1386
+
1387
+ ## 3.32.0
1388
+
1389
+ ### Minor Changes
1390
+
1391
+ - [#2217](https://github.com/refinedev/refine/pull/2217) [`b4aae00f77`](https://github.com/refinedev/refine/commit/b4aae00f77a2476d847994db21298ae25e4cf6e5) Thanks [@omeraplak](https://github.com/omeraplak)! - All of the refine packages have dependencies on the `@pankod/refine-core` package. So far we have managed these dependencies with `peerDependencies` + `dependencies` but this causes issues like #2183. (having more than one @pankod/refine-core version in node_modules and creating different instances)
1392
+
1393
+ Managing as `peerDependencies` + `devDependencies` seems like the best way for now to avoid such issues.
1394
+
1395
+ ## 3.31.0
1396
+
1397
+ ### Minor Changes
1398
+
1399
+ - **BREAKING** Updated `useStepsForm` prop `isBackValidate` with default `false` instead of `true` to achieve consistency between packages (`@pankod/refine-react-hook-form`).
1400
+
1401
+ ### Patch Changes
1402
+
1403
+ - Fix `useModal` hook doesn't return `modalProps`
1404
+
1405
+ * Added `hasPagination` support to [`useSimpleList`](https://refine.dev/docs/ui-frameworks/antd/hooks/list/useSimpleList/) hook.
1406
+
1407
+ ## 3.30.0
1408
+
1409
+ ### Minor Changes
1410
+
1411
+ - [#2206](https://github.com/refinedev/refine/pull/2206) [`874b05af37`](https://github.com/refinedev/refine/commit/874b05af377b995c9cea6cbcde5407a19403f53d) Thanks [@aliemir](https://github.com/aliemir)! - **BREAKING** Updated `useStepsForm` prop `isBackValidate` with default `false` instead of `true` to achieve consistency between packages (`@pankod/refine-react-hook-form`).
1412
+
1413
+ ### Patch Changes
1414
+
1415
+ - [#2203](https://github.com/refinedev/refine/pull/2203) [`3c80308ca1`](https://github.com/refinedev/refine/commit/3c80308ca143d11d7daeb7e9624d0138ecede42d) Thanks [@omeraplak](https://github.com/omeraplak)! - Fix `useModal` hook doesn't return `modalProps`
1416
+
1417
+ * [#2201](https://github.com/refinedev/refine/pull/2201) [`62c261c2a7`](https://github.com/refinedev/refine/commit/62c261c2a7eaaec77d10440f2ec37f3697d869c9) Thanks [@omeraplak](https://github.com/omeraplak)! - Added `hasPagination` support to [`useSimpleList`](https://refine.dev/docs/ui-frameworks/antd/hooks/list/useSimpleList/) hook.
1418
+
1419
+ ## 3.29.0
1420
+
1421
+ ### Minor Changes
1422
+
1423
+ - Added `defaultSetFilterBehavior` prop to `useTable` and `useSimpleList` hooks. Return `setFilters` and `setSorter` from `useTable` of `@pankod/refine-core`.
1424
+
1425
+ This feature will let `@pankod/refine-antd` users to set filters manually and change filter setter logic (defaults to `merge`).
1426
+
1427
+ ### Patch Changes
1428
+
1429
+ - Updated dependencies []:
1430
+ - @pankod/refine-core@3.44.0
1431
+
1432
+ ## 3.28.0
1433
+
1434
+ ### Minor Changes
1435
+
1436
+ - [#2168](https://github.com/refinedev/refine/pull/2168) [`a9196ffe2d`](https://github.com/refinedev/refine/commit/a9196ffe2de8bfe266be2cac1ac05eab039d0fb7) Thanks [@aliemir](https://github.com/aliemir)! - Added `defaultSetFilterBehavior` prop to `useTable` and `useSimpleList` hooks. Return `setFilters` and `setSorter` from `useTable` of `@pankod/refine-core`.
1437
+
1438
+ This feature will let `@pankod/refine-antd` users to set filters manually and change filter setter logic (defaults to `merge`).
1439
+
1440
+ ### Patch Changes
1441
+
1442
+ - Updated dependencies [[`4d5f6b25e5`](https://github.com/refinedev/refine/commit/4d5f6b25e51cf773e08a0ce0b93a3680e692564a)]:
1443
+ - @pankod/refine-core@3.43.0
1444
+
1445
+ ## 3.27.6
1446
+
1447
+ ### Patch Changes
1448
+
1449
+ - Fixed the `Unhandled Promise` error on console for `useForm` with failed requests (Resolves #2156).
1450
+
1451
+ This fix only catches the errors triggered by submitting the form, requests by invoking `onFinish` function should be handled by the user.
1452
+
1453
+ ## 3.27.5
1454
+
1455
+ ### Patch Changes
1456
+
1457
+ - [#2161](https://github.com/refinedev/refine/pull/2161) [`8490f3c38f`](https://github.com/refinedev/refine/commit/8490f3c38f8a7136a7dc396f3105334da8068b0b) Thanks [@aliemir](https://github.com/aliemir)! - Fixed the `Unhandled Promise` error on console for `useForm` with failed requests (Resolves #2156).
1458
+
1459
+ This fix only catches the errors triggered by submitting the form, requests by invoking `onFinish` function should be handled by the user.
1460
+
1461
+ ## 3.27.4
1462
+
1463
+ ### Patch Changes
1464
+
1465
+ - Removed unused cases in `useFileUploadState` and fixed conflicting type in `antd#UploadFileStatus` interface.
1466
+
1467
+ - Updated dependencies []:
1468
+ - @pankod/refine-core@3.40.0
1469
+
1470
+ ## 3.27.3
1471
+
1472
+ ### Patch Changes
1473
+
1474
+ - [#2135](https://github.com/refinedev/refine/pull/2135) [`cf90324cb4`](https://github.com/refinedev/refine/commit/cf90324cb4043cb8c0fae79c15e9c17c2bda8044) Thanks [@aliemir](https://github.com/aliemir)! - Removed unused cases in `useFileUploadState` and fixed conflicting type in `antd#UploadFileStatus` interface.
1475
+
1476
+ - Updated dependencies [[`868bb943ad`](https://github.com/refinedev/refine/commit/868bb943adc42d80a7904e2acbd6397d097ad4e2)]:
1477
+ - @pankod/refine-core@3.39.0
1478
+
1479
+ ## 3.27.2
1480
+
1481
+ ### Patch Changes
1482
+
1483
+ - Add `dataProviderName` property for `<RefreshButton>` and `<DeleteButton>` in `<Edit>` and `<Show>` CRUD components - #2096
1484
+
1485
+ - Updated dependencies []:
1486
+ - @pankod/refine-core@3.38.0
1487
+
1488
+ ## 3.27.1
1489
+
1490
+ ### Patch Changes
1491
+
1492
+ - [#2106](https://github.com/refinedev/refine/pull/2106) [`10a20d8714`](https://github.com/refinedev/refine/commit/10a20d87142b694bc9c02afaee5b4fe6c5853c5a) Thanks [@omeraplak](https://github.com/omeraplak)! - Add `dataProviderName` property for `<RefreshButton>` and `<DeleteButton>` in `<Edit>` and `<Show>` CRUD components - #2096
1493
+
1494
+ - Updated dependencies [[`9d77c63a92`](https://github.com/refinedev/refine/commit/9d77c63a925dca0133b3e83974dff486a2233017), [`98966b586f`](https://github.com/refinedev/refine/commit/98966b586f6febd8669065b5b453a8e441f76bc1)]:
1495
+ - @pankod/refine-core@3.37.0
1496
+
1497
+ ## 3.27.0
1498
+
1499
+ ### Minor Changes
1500
+
1501
+ - Updated `useTable` hook with `hasPagination` to enable/disable pagination.
1502
+
1503
+ **Implementation**
1504
+
1505
+ Updated the `useTable` accordingly to the changes in the `useTable` of `@pankod/refine-core`. `hasPagination` property is being send directly to the `useTable` of `@pankod/refine-core` to disable pagination.
1506
+
1507
+ **Use Cases**
1508
+
1509
+ In some data providers, some of the resources might not support pagination which was not supported prior to these changes. To handle the pagination on the client-side or to disable completely, users can set `hasPagination` to `false`.
1510
+
1511
+ ### Patch Changes
1512
+
1513
+ - Fixed `<Link>` usage in packages.
1514
+
1515
+ ```diff
1516
+ - <Link href={route} to={route}>
1517
+ - {label}
1518
+ - </Link>
1519
+ + <Link to={route}>{label}</Link>
1520
+ ```
1521
+
1522
+ We used to have to pass `href` and `to` for Next.js and React applications, now we just need to pass `to`. **refine** router providers handle for us.
1523
+
1524
+ - Updated dependencies []:
1525
+ - @pankod/refine-core@3.36.0
1526
+
1527
+ ## 3.26.0
1528
+
1529
+ ### Minor Changes
1530
+
1531
+ - [#2050](https://github.com/refinedev/refine/pull/2050) [`635cfe9fdb`](https://github.com/refinedev/refine/commit/635cfe9fdbfe5940b950ae99c1f0b686c78bb8e5) Thanks [@ozkalai](https://github.com/ozkalai)! - Updated `useTable` hook with `hasPagination` to enable/disable pagination.
1532
+
1533
+ **Implementation**
1534
+
1535
+ Updated the `useTable` accordingly to the changes in the `useTable` of `@pankod/refine-core`. `hasPagination` property is being send directly to the `useTable` of `@pankod/refine-core` to disable pagination.
1536
+
1537
+ **Use Cases**
1538
+
1539
+ In some data providers, some of the resources might not support pagination which was not supported prior to these changes. To handle the pagination on the client-side or to disable completely, users can set `hasPagination` to `false`.
1540
+
1541
+ ### Patch Changes
1542
+
1543
+ - [#2061](https://github.com/refinedev/refine/pull/2061) [`0237725cf3`](https://github.com/refinedev/refine/commit/0237725cf32923f7d24d3f0c9a2994de30baa921) Thanks [@salihozdemir](https://github.com/salihozdemir)! - Fixed `<Link>` usage in packages.
1544
+
1545
+ ```diff
1546
+ - <Link href={route} to={route}>
1547
+ - {label}
1548
+ - </Link>
1549
+ + <Link to={route}>{label}</Link>
1550
+ ```
1551
+
1552
+ We used to have to pass `href` and `to` for Next.js and React applications, now we just need to pass `to`. **refine** router providers handle for us.
1553
+
1554
+ - Updated dependencies [[`ecde34a9b3`](https://github.com/refinedev/refine/commit/ecde34a9b38ef5667fa863f9ebb9dcb1cfff1651), [`635cfe9fdb`](https://github.com/refinedev/refine/commit/635cfe9fdbfe5940b950ae99c1f0b686c78bb8e5)]:
1555
+ - @pankod/refine-core@3.35.0
1556
+
1557
+ ## 3.25.10
1558
+
1559
+ ### Patch Changes
1560
+
1561
+ - Updated the `id` parameter type to [`BaseKey`](https://refine.dev/docs/core/interfaceReferences/#basekey) for `show` function in [`useModalForm`](https://refine.dev/docs/packages/react-hook-form/useModalForm/) hook
1562
+
1563
+ * Updated the `id` type to `BaseKey` for `isEditing` and `editButtonProps` properties in `useEditableTable` hook.
1564
+
1565
+ * Updated dependencies []:
1566
+ - @pankod/refine-core@3.34.2
1567
+
1568
+ ## 3.25.9
1569
+
1570
+ ### Patch Changes
1571
+
1572
+ - [#2059](https://github.com/refinedev/refine/pull/2059) [`326341c94e`](https://github.com/refinedev/refine/commit/326341c94edb7f6a1507900506caccc60a386229) Thanks [@omeraplak](https://github.com/omeraplak)! - Updated the `id` parameter type to [`BaseKey`](https://refine.dev/docs/core/interfaceReferences/#basekey) for `show` function in [`useModalForm`](https://refine.dev/docs/packages/react-hook-form/useModalForm/) hook
1573
+
1574
+ * [#2052](https://github.com/refinedev/refine/pull/2052) [`cbb09e5b22`](https://github.com/refinedev/refine/commit/cbb09e5b22add54d7dccf180cd17c9019d32ed44) Thanks [@omeraplak](https://github.com/omeraplak)! - Updated the `id` type to `BaseKey` for `isEditing` and `editButtonProps` properties in `useEditableTable` hook.
1575
+
1576
+ * Updated dependencies [[`0338ce9d6b`](https://github.com/refinedev/refine/commit/0338ce9d6bee673b76a18cf9e6ad480fd9928e09)]:
1577
+ - @pankod/refine-core@3.34.1
1578
+
1579
+ ## 3.25.8
1580
+
1581
+ ### Patch Changes
1582
+
1583
+ - Fix missing behavior for dashboard item in _deprecated_ `useMenu`
1584
+
1585
+ - Updated dependencies []:
1586
+ - @pankod/refine-core@3.32.0
1587
+
1588
+ ## 3.25.7
1589
+
1590
+ ### Patch Changes
1591
+
1592
+ - [#2009](https://github.com/refinedev/refine/pull/2009) [`5b893a9bff`](https://github.com/refinedev/refine/commit/5b893a9bff707d90b0f898a52d46a7154108b0a0) Thanks [@aliemir](https://github.com/aliemir)! - Fix missing behavior for dashboard item in _deprecated_ `useMenu`
1593
+
1594
+ - Updated dependencies [[`498c425a0e`](https://github.com/refinedev/refine/commit/498c425a0e069b6b972a344ff32af46852306c71), [`498c425a0e`](https://github.com/refinedev/refine/commit/498c425a0e069b6b972a344ff32af46852306c71), [`498c425a0e`](https://github.com/refinedev/refine/commit/498c425a0e069b6b972a344ff32af46852306c71), [`5b893a9bff`](https://github.com/refinedev/refine/commit/5b893a9bff707d90b0f898a52d46a7154108b0a0)]:
1595
+ - @pankod/refine-core@3.31.0
1596
+
1597
+ ## 3.25.6
1598
+
1599
+ ### Patch Changes
1600
+
1601
+ - Update `key`s in `<Sider/>` component to use `route`
1602
+
1603
+ * Deprecated `useMenu` from `@pankod/refine-antd` and replaced with the `useMenu` from `@pankod/refine-core`
1604
+
1605
+ * Updated dependencies []:
1606
+ - @pankod/refine-core@3.30.0
1607
+
1608
+ ## 3.25.6
1609
+
1610
+ ### Patch Changes
1611
+
1612
+ - Could not stop `e.preventDefault()` redirection in Next.js `<Link>` component. So we added in `e.stopPropagation()` for [Ant Design Buttons](https://refine.dev/docs/ui-frameworks/antd/components/buttons/clone-button/) and [Material UI Buttons](https://refine.dev/docs/ui-frameworks/mui/components/buttons/clone-button/)
1613
+
1614
+ ## 3.25.5
1615
+
1616
+ ### Patch Changes
1617
+
1618
+ - [#1945](https://github.com/refinedev/refine/pull/1945) [`592a401924`](https://github.com/refinedev/refine/commit/592a40192482cf88108348ed21db437e6d304a43) Thanks [@omeraplak](https://github.com/omeraplak)! - Could not stop `e.preventDefault()` redirection in Next.js `<Link>` component. So we added in `e.stopPropagation()` for [Ant Design Buttons](https://refine.dev/docs/ui-frameworks/antd/components/buttons/clone-button/) and [Material UI Buttons](https://refine.dev/docs/ui-frameworks/mui/components/buttons/clone-button/)
1619
+
1620
+ ## 3.25.4
1621
+
1622
+ ### Patch Changes
1623
+
1624
+ - `@pankod/refine-antd` Pagination with Next.js Links breaks the app
1625
+
1626
+ - Updated dependencies []:
1627
+ - @pankod/refine-core@3.29.0
1628
+
1629
+ ## 3.25.3
1630
+
1631
+ ### Patch Changes
1632
+
1633
+ - `@pankod/refine-antd` Pagination with Next.js Links breaks the app
1634
+
1635
+ - Updated dependencies []:
1636
+ - @pankod/refine-core@3.28.0
1637
+
1638
+ ## 3.25.2
1639
+
1640
+ ### Patch Changes
1641
+
1642
+ - `@pankod/refine-antd` Pagination with Next.js Links breaks the app
1643
+
1644
+ - Updated dependencies []:
1645
+ - @pankod/refine-core@3.27.0
1646
+
1647
+ ## 3.25.1
1648
+
1649
+ ### Patch Changes
1650
+
1651
+ - [#1897](https://github.com/refinedev/refine/pull/1897) [`b1636033fa`](https://github.com/refinedev/refine/commit/b1636033faee2b5eacbad413e2d1f975316e97cb) Thanks [@aliemir](https://github.com/aliemir)! - `@pankod/refine-antd` Pagination with Next.js Links breaks the app
1652
+
1653
+ ## 3.23.2
1654
+
1655
+ ### Patch Changes
1656
+
1657
+ - [#1873](https://github.com/refinedev/refine/pull/1873) [`2deb19babf`](https://github.com/refinedev/refine/commit/2deb19babfc6db5b00b111ec29aa5ece4c371bbc) Thanks [@aliemir](https://github.com/aliemir)! - Removed dummy default values from internal contexts.
1658
+ Updated contexts:
1659
+
1660
+ - Auth
1661
+ - Access Control
1662
+ - Notification
1663
+ - Translation (i18n)
1664
+ - unsavedWarn
1665
+
1666
+ **BREAKING:** `useGetLocale` hook now can return `undefined` instead of a fallback value of `en` in cases of `i18nProvider` being `undefined`.
1667
+
1668
+ - Updated dependencies [[`2deb19babf`](https://github.com/refinedev/refine/commit/2deb19babfc6db5b00b111ec29aa5ece4c371bbc)]:
1669
+ - @pankod/refine-core@3.23.2
1670
+
1671
+ ## 3.23.1
1672
+
1673
+ ### Patch Changes
1674
+
1675
+ - [#1865](https://github.com/refinedev/refine/pull/1865) [`5c3392ccd1`](https://github.com/refinedev/refine/commit/5c3392ccd1eff70dae1479557eede8c246b76edc) Thanks [@omeraplak](https://github.com/omeraplak)! - Fix #1858 `useTable` creating nested `<a>` tag in Pagination component
1676
+
1677
+ - Updated dependencies [[`3281378b11`](https://github.com/refinedev/refine/commit/3281378b119c698be3ae4ecb3866b40b883494d8)]:
1678
+ - @pankod/refine-core@3.23.1
1679
+
1680
+ ## 3.23.0
1681
+
1682
+ ### Minor Changes
1683
+
1684
+ - [#1843](https://github.com/refinedev/refine/pull/1843) [`31850119e0`](https://github.com/refinedev/refine/commit/31850119e069b93f0b5146b039a86e736164383e) Thanks [@salihozdemir](https://github.com/salihozdemir)! - Add `useBreadcrumb` hook and `Breadrumb` component for `@pankod/refine-antd` package
1685
+
1686
+ ### Patch Changes
1687
+
1688
+ - Updated dependencies [[`31850119e0`](https://github.com/refinedev/refine/commit/31850119e069b93f0b5146b039a86e736164383e)]:
1689
+ - @pankod/refine-core@3.23.0