ra-data-json-server
Advanced tools
Changelog
5.10.0
<ColumnsButton>
when there are many columns (#10848) (slax57)react-query
dependency to require at least v5.83 (#10838) (djhi). You might have duplicate versions if you already had it in your dependencies. Should you have an error mentioning the QueryContext
, make sure you only have one version in your package manager lock file.<ReferenceArrayInputBase>
(#10833) (djhi)<RadioButtonGroupInput>
and <CheckboxGroupInput>
choices (#10821) (WiXSL)empty
in Reference fields (#10817) (fzaninotto)<ReferenceManyCountBase>
(#10808) (fzaninotto)<MenuItemLink>
(#10790) (djhi)useEditController
does not pass all variables to useUpdate (#10839) by (djhi)<Create>
documentation (#10840) by (rkfg)Changelog
5.9.2
fullWidth
is not propagated anymore (#10827) (djhi)<Datagrid>
documentation (#10823) (djhi)SelectInput
and SelectArrayInput
disable choices test and story (#10831) (WiXSL)Changelog
5.9.1
<Datagrid>
empty throws error when used in standalone mode (#10812) (fzaninotto)<DataTable>
does not allow to put a button in the column's header (#10802) (slax57)<DataTable.Col align>
default value and example (#10806) (slax57)<DataTable hiddenColumns>
documentation (#10800) (Madeorsk)gh-pages
branch (#10803) (djhi)Changelog
5.9.0
<RecordField>
component (#10749) (fzaninotto)useUpdateMany
(#10795) (slax57)<AutocompleteInput>
should not break when overriding input slot props (#10793) (slax57)useLogoutAccessDenied
should not throw when no redirectTo
is provided (#10763) (carloshv93)<DataTable>
documentation that shows the codemod (#10786) (djhi)helperText
also supports translation keys (#10785) (slax57)Datagrid
examples to DataTable
(#10766) (erwanMarmelab)segments.ts
(#10792) (slax57)Changelog
5.8.4
Datagrid
by DataTable
in Guessers (#10754) (erwanMarmelab)<DataTable>
crashes when its data is not a React primitive (#10777) (djhi)useGetOne
returns an error in shadcn-admin-kit
(#10776) (jonathanarnault)<BooleanInput>
(#10773) (Madeorsk)<SaveButton>
is not enabled when the form is prefilled (from <CloneButton>
for instance) (#10765) (djhi)create-react-admin
(#10778) (djhi)convertRaMessagesToI18next
to convertRaTranslationsToI18next
(#10774) (Madeorsk)<DataTable>
docs (#10775) (Madeorsk)Changelog
5.8.3
ra-data-local-storage
(#10758) (fzaninotto)optionValue
only works with the choices
prop (#10760) (slax57)<SelectInput>
disabled choice example (#10753) (notz)<AutoPersistInStore>
implementation explanation (#10751) (erwanMarmelab)huyanhvn/react-admin-clipboard-field
(#10736) (huyanhvn)Changelog
5.8.2
<AutocompleteInput>
with optionValue
and create raises a React warning (#10747) (slax57)useInfiniteListController
does not return response meta
(#10746) (slax57)create-react-admin --help
does not show help consistently (#10744) (erwanMarmelab)<SelectArrayInput>
sanitizes unused props (#10739) (ghadabezine)Arrayinput
multiple reset (#10716) (erwanMarmelab)<AutocompleteArrayInput>
and <SelectArrayInput>
create
examples (#10741) (slax57)Changelog
5.8.1
<Confirm>
ignore simple string title
and content
props (#10723) (djhi)<AutocompleteInput>
and <SelectInput>
renders undefined instead of the createLabel
when optionText
is a function or a recordRepresentation
is set (#10715) (slax57)Changelog
5.8.0
<InPlaceEditor>
for edit-in-place (#10690) (fzaninotto)<DataTable>
component (#10597) (fzaninotto)<AuthLayout>
to share layout of login page with register & forgot password pages (#10640) (djhi)<Loading>
timeout (#10689) (WiXSL)<DeleteButton>
and <UpdateButton>
confirmation wording using record representation (#10654) (djhi)<AutocompleteArrayInput>
create doc example (#10700) (Cimanel)Changelog
5.7.4
<FilterLiveForm>
compatibility with react-hook-form 7.55.0, part 2 (#10697) (slax57)<SelectInput>
shows gap in border when using no label with outlined variant (#10692) (fzaninotto)canAccess
is called even when disableAuthentication
is true
(#10691) (slax57)