Batuhan Wilhelm
Batuhan Wilhelm
Assume we have a schema; ``` schema: { foo: { bar: 'baz' }, bar: { baz: 'foo' }, baz: 'bar' } ``` I think it would be nice to get...
Updated optimistic and undoable tests for following hooks: - useUpdate - useUpdateMany - useDelete - useDeleteMany - useForm
After releasing `nestjs-query` with `gqlQuery` and `gqlMutation` support, refactored app-crm to use these fields.
Currently AuthProvider object's type is `AuthBindings`. This was overlooked in the latest release. Re-exported `AuthBindings` type as `AuthProvider` to be consistent with other provider type definitions. DataProvider, LiveProvider etc.. Since...
### Is your feature request related to a problem? Please describe. Due to dependency issues with `@ant-design/charts@1`, we are having installation issues. We have `.npmrc` file to workaround this issue,...
### Documentation issue For some users, it's not clear if Refine can be used with existing applications. Although it should be straight forward, we aren't clearly explaining concepts and clarifying...
### Is your feature request related to a problem? Please describe. Currently, `useCan` hook already accepts `queryOptions` parameter. This is useful when users wants to modify `cacheTime` or `staleTime` options...
### Is your feature request related to a problem? Please describe. Currently, if any of the Auth Provider methods returns `success: false` and `error` fields, we are showing error notification....
Added a new guide in documentation, to show how to use Refine with existing applications. We have a simple headless example and another one for using refine under `/refine` route...
Updated `create-refine-app`'s `superplate-cli` dependency to `1.19.0`.