What's New
AI v5.3.1-3 days ago
- Fix
<PredictiveTextInput>
props types compatibility with react-admin >= 5.11.2
- Fix
Scheduler v1.1.2-8 days ago
- Fix documentation mention events
title
field instead ofname
. - Fix documentation invalid examples.
- Fix
<Scheduler>
anduseSchedulerController
forces the event model format for user provided records.
- Fix documentation mention events
Headless Core v1.0.0-10 days ago
- Import headless hooks from ra-rbac
Soft Delete v1.0.1-13 days ago
- Fix
<DeletedRecordDialog>
does not closes when clicking the background overlay.
- Fix
Relationships v5.4.0-14 days ago
- Add
rankSource
prop to<ReferenceManyInput>
to enable reordering of related records
- Add
Soft Delete v1.0.0-27 days ago
- Initial release
Form Layout v5.15.1-29 days ago
- Fix peer dependencies to properly allow Material UI v7
Form Layout v5.16.0-about 2 months ago
- Use
@react-admin/ra-core-ee
for headless hooks
- Use
RBAC v6.2.1-about 2 months ago
- Use
@react-admin/ra-core-ee
for headless hooks
- Use
Realtime v5.2.0-about 2 months ago
- Feat: introduce
<LockStatus>
- Feat: introduce
<LockOnMount>
- Feat: introduce
<useLockCallbacks>
- Feat:
useLockOnMount
now also returns the lock data - Fix: fix
useLockOnMount
anduseLockOnCall
behavior consistency on window unload (i.e. when the user closes the tab or browser)
- Feat: introduce