What's New
Relationships v5.3.1-10 days ago
- Fix
<ReferenceOneInput>
does not properly reset its input when the referenced record is deleted
- Fix
RBAC v6.2.0-11 days ago
<SimpleForm>
and<TabbedForm>
now accept ashowReadOnly
prop that will enable rendering inputs for which users haveread
access with theirreadOnly
prop set totrue
Tree v6.3.2-11 days ago
- Fix
<TreeInput>
does not properly expand parents of initial value
- Fix
Form Layout v5.15.0-17 days ago
- Fix
<BulkUpdateFormButton>
middleware implementation does not support optimistic cases - Fix: remove middleware workaround from
<InputSelectorForm>
- Upgrade to
react-admin
v5.9.0
- Fix
Realtime v5.1.1-17 days ago
- Fix
useLockOnMount
unlocking record after mount when the record id is not a string
- Fix
Audit Log v6.2.0-18 days ago
- Rename
<EventDatagrid>
to<EventDataTable>
and have it use<DataTable>
instead of<Datagrid>
(<EventDatagrid>
is kept for backward compatibility) - Upgrade to react-admin v5.9.0
- Rename
Enterprise v12.1.0-18 days ago
- Upgrade to react-admin v5.9.0
Markdown v5.1.1-18 days ago
- Fix
<MarkdownField>
not updating when its value changes
- Fix
Editable Datagrid v5.2.1-24 days ago
- Fix middleware implementation does not handle optimistic cases
Form Layout v5.14.2-24 days ago
- Fix
<InputSelectorForm>
does not properly sanitize the submitted values when used with<BulkUpdateFormButton>
- Fix