Minor Changes
-
#5538
b91de14ac8
Thanks @Conqxeror! - feat: ability to configure useCan's queryOptions globally and through CanAccess component. #5472 -
#5522
71148278cb
Thanks @Conqxeror! - feat(core): add success notification support for auth provider methods #5473Updated the core and added successNotification field to AuthActionResponse and Updated relevant hooks to show success notification when successNotification object is provided and added specs.
Patch Changes
-
#5525
e2355e4179
Thanks @aliemir! - Updated<WelcomePage />
component to useRefineContext
to determine if the context is defined or not. It will show an error dialog if the context is not defined. If the error is showing, it means that<Refine />
component is not mounted or<WelcomePage />
component is used outside of<Refine />
component. -
#5332
5e65f71ecd
Thanks @vikavorkin! - fix: replace export-to-csv-fix-source-map with papaparse #5317Replace usage of
export-to-csv-fix-source-map
topapaparse
, fixing issues withuseExport
hook. -
#5526
b094b50c51
Thanks @aliemir! - MarkeddataProvider
prop of<Refine />
component as optional. This will allow users to setup Refine gradually without having to provide a data provider. -
#5503
4b4d34208c
Thanks @BatuhanW! - refactor(core): re-export AuthBindings type as AuthProvider for consistency.