Minor Changes
-
Updated the generation of type declarations, moved the declarations from
tsup
totsc
for a better experience withPeek Definition
andGo to Definition
features. After this change, it's expected to navigate to the source code of therefine
packages instead of thedist
directory with combined declarations. -
Removed
jose
dependency. -
Remove
decamelize
dependency fromhumanizeString
helper and replace the functionality with regExp.
Patch Changes
-
Fixed the issue with the TS compiler and
useResource
hooks return type. -
Pass
dataProviderName
prop to mutations in@pankod/refine-core
'suseImport
hook.