What's New
Form Layout v5.4.1-6 days ago
- Fix
<CreateDialog>
refreshes list twice on success
- Fix
Enterprise v9.0.0-9 days ago
- Upgrade to react-admin v5.4
- Upgrade to
@react-admin/ra-rbac
v6 - Upgrade to
@react-admin/ra-form-layout
v5.4
Form Layout v5.4.0-9 days ago
- Add support for access control to
<AccordionForm>
,<AccordionForm.Panel>
and<AccordionSection>
- Add support for access control to
<LongForm>
and<LongForm.Section>
- Add support for access control to
<WizardForm>
and<WizardForm.Step>
- Add support for access control to
RBAC v6.0.0-9 days ago
- Bump dependency on
react-admin
to5.3.0
- Add
<ExportButton>
and<CloneButton>
components with built-in access control - Remove components ported to react-admin:
<Resource>
<Edit>
<Show>
<IfCanAccess>
useAuthenticated
useCanAccess
- Remove translations as they are now handled by react-admin
- Bump dependency on
Relationships v5.1.1-9 days ago
- Fix
<ReferenceManyInput>
deletes and recreate all references when its parent<Edit>
component has theredirect
prop set tofalse
and users make several updates.
- Fix
Datagrid AG v5.3.0-15 days ago
- Support using RA inputs (such as
<TextInput>
,<ReferenceInput>
,<AutocompleteInput>
, ...) ascellEditor
- Fix:
<DatagridAG>
should not callupdate
if row editing was canceled (e.g. by pressingEsc
)
- Support using RA inputs (such as
Tree v5.1.0-22 days ago
- (feat) Add support for a
filter
param ingetTree
andgetRootNodes
- (feat) Add support for
<TreeWithDetails filter>
- (feat) Add support for a
Relationships v5.1.0-27 days ago
- Add support for
<ReferenceManyToManyField queryOptions>
- Add support for
<ReferenceManyToManyInput queryOptions>
and<ReferenceManyToManyInput mutationOptions>
- Add support for
Navigation v5.0.1-29 days ago
- Fix
<SolarLayout>
RTL support
- Fix
Relationships v5.0.3-about 1 month ago
- Fix
useReferenceOneInput
does not propagatemeta
to the dataProvider.
- Fix