Minor Changes
-
#6071
853bef97ed7baf59e74c98fc54c0ed11624fb491
Thanks @Dominic-Preap! - feat: addselectedOptionsOrder
inuseSelect
Now with
selectedOptionsOrder
, you can sortselectedOptions
at the top of list when useuseSelect
withdefaultValue
.Resolves #6061
Patch Changes
-
#5989
b86648f42cd849a506e4c32d740de26b72681f72
Thanks @lnikitadobrenkol! - chore(core): add missing types of data hooksAdded missing props and return types of data hooks.
-
#6070
4265ae2509f79af9dbca8d52daf5c2f1b4a50a51
Thanks @FatimaSaleem21! - fix(core): add unexported types inindex.tsx
The
refinedev/core
package has many unexported types that are not accessible for use outside the package. This change aims to address this limitation by exporting those missing types.Resolves #6041
-
#6064
b516c18b828ba8823561d0fefc4afe02b45ce332
Thanks @aliemir! - fix(auto-save-indicator): replace reservedkey
prop withtranslationKey
in components<AutoSaveIndicator />
components from UI libraries have been using a<Message />
component internally that uses akey
prop. Sincekey
is a reserved prop in React, it was causing a warning in the console. This change replaces thekey
prop withtranslationKey
to avoid the warning.Resolves #6067
-
Updated dependencies []:
- @refinedev/devtools-internal@1.1.13