Releases: marmelab/react-admin
Releases · marmelab/react-admin
2.9.1
- Fix handling of deleted references (3216) (djhi)
- Fix warning in Login page (3195) (cherniavskii)
- Fix improperly named
RejectButton
class name in demo (3182) (ericwb) - Fix outdated mention in Authentication documentation (3177) (joehillen)
- Add link to NextJs Crud dataprovider (3201) (gganebnyi)
- Add markdown input package to the Ecosystem documentation (3204) (maluramichael)
2.9.0
- Add support for styled
<ListView>
,<EditView>
,<CreateView>
, and<ShowView>
components (3161) (cherniavskii) - Add support for nested records in
source
prop of<ReferenceManyField>
(3159) (aramando) - Add ability to reload translation without changing locale (3152) (nik-lampe)
- Add the ability to style the
Tab
contents inShow
andEdit
views (2996) (fzaninotto) - Add ability to sort
<Datagrid>
by descending order by default (2921) (frankPairs) - Fix
propTypes
warning when using<ArrayField sortable={false} />
(3164) (fzaninotto) - Fix
<Datagrid rowClick />
when using a function value returning empty redirect value (3156) (tunglt1810) - Fix
<AutocompleteArrayInput>
wrapping when there are many selected options (3131) (cherniavskii) - Fix circular dependency in
ra-data-graphql-simple
data provider (3093) (GM-Alex) - Add
ra-cognito
authentication provider to the Ecosystem documentation (3163) (anthonycmain)
2.8.6
- Fix
<Mutation>
documentation showing wrongnotification
side effect syntax (3147) (fzaninotto) - Fix
<Query>
component does not fetch again when updated (3146) (fzaninotto) - Allow to override
Popper
props in<AutocompleteArrayInput>
(3145) (cherniavskii) - Fix history console warnings (3144) (fzaninotto)
- Fix various typos in tutorial (3135) (pemoreau)
- Fix undefined id in
<RadioButtonGroupInput>
(3123) (johncalvinroberts) - Fix typo in
ra-input-rich-text
internal component name (3109) (ruiyangliu) - Fix unnecessary update of
<RichTextInput>
on edit (3099) (roychoo) - Fix filter id applied incorrectly to get many ref in
ra-data-graphql-simple
(2649) (redorb) - Migrate
ra-ui-materialui
field components to TypeScript (3091) (Kmaschta) - Migrate
ra-ui-materialui
auth components to TypeScript (2984) (djhi) - Add license scan report and status (3100) (fossabot)
- Add Hebrew translation (3133) (ak-il)
2.8.5
- Fix links to CodeSandbox become outdated rapidly (3095) (fzaninotto)
- Fix simple example dependencies (3094) (fzaninotto)
- Fix reducer test skipped because of bad suffix (3092) (fzaninotto)
- Fix typo in
<DatagridRow>
(3089) (romakv4) - Fix resource translation in delete confirmation dialog (3086) (fzaninotto)
- Fix deprecation warnings for recent react-router releases (3085) (fzaninotto)
- Fix demo uses deprecated menu customization syntax (3084) (fzaninotto)
- Fix
<ExportButton>
ignores permanentfilter
from<List>
(3083) (fzaninotto) - Fix
<Datagrid>
cells have non unique ids (3082) (fzaninotto) - Fix delete confirmation dialog triggers
rowClick
(3080) (fzaninotto) - Fix expand icon overlaps actions in tree view (3064) (macrozone)
- Fix custom actions cannot override
basePath
(3043) (kopax) - Fix wrong scalar types into variables for
ra-data-graphql-simple
(3036) (Artexoid) - Improve drawer animation of review edition in Posters Galore demo (2945) (djhi)
- Turn data generator for demo into a public repository (3096) (fzaninotto)
2.8.4
- Fix typo in ra-data-graphql documentation (3074) (erichgoldman)
- Fix missing dependencies breaking installation with pnpm (3032) (cortopy)
- Fix missing component import in tutorial (3060) (matimendez88)
- Fix bad pluralization of the confirmation message in
<BulkDeleteWithConfirmButton>
(3058) (Luwangel) - Fix warning caused by passing
undoable
prop from<Toolbar>
(3057) (NikitaVlaznev) - Fix warning caused by passing
submitOnEnter
prop from<Toolbar>
(3056) (NikitaVlaznev) - Add links to 4 new advanced tutorials doc (3063) (djhi)
2.8.3
- Fix
<Query>
does not passtotal
fromdataProvider
result (3046) (Kmaschta) - Fix
<WithPermissions>
documentation to explainauthParams
(3053) (kopax) - Fix custom
<LogoutButton>
documentation on redirection (3044) (Kmaschta) - Fix useless template literal in
<ListController>
(3039) (kopax) - Fix typo in
customRoutes
code example in<Admin>
component documentation (3038) (farandal) - Fix misleading example about logout action creator usage in Authentication documentation (3034) (Kmaschta)
- Fix unused
debounce
prop in<Filter>
(3015) (developerium) - Fix PropTypes of
<RichTextInput>
toolbar
prop (3024) (batbyR) - Fix
<AutocompleteInput>
helperText
not working inside<ReferenceInput>
(3023) (vdieulesaint) - Add Taiwanese translation (3054) (areyliu6)
2.8.2
- Fix
<CloneButton>
double redirection when used in<Datagrid>
withrowClick
(3006) (akshah123) - Fix
<AutocompleteInput>
crashes when a choice doesn't have a string value (3004) (developerium) - Fix outdated i18n syntax in
ra-tree-material-ui
documentation (3002) (fzaninotto) - Fix
ra-data-graphql-simple
handling of UPDATE mutations (3001) (djhi) - Fix missing mention of compulsory
buildQuery
param inra-data-graphql
(2999) (fzaninotto) - Fix misleading documentation about auth failure redirection (2997) (fzaninotto)
- Fix outdated screencast in
ra-tree
documentation (2995) (fzaninotto) - Fix warning when creating custom
<Menu>
based on source (2994) (fzaninotto) - Fix the graphql demo (2993) (djhi)
- Fix
<AutocompleteInput>
choices are displayed again after selection (2992) (djhi) - Add German translation for the tree package (3014) (straurob)
2.8.1
- Fix
<DeleteWithConfirmButton>
(2989) (fzaninotto) - Fix Typescript Import Errors (2988) (fzaninotto)
2.8.0
✨✨✨ React-admin has reached 7,000 stars on GitHub! Thank you all for your support. ✨✨✨
For highlights about this version, read the react-admin 2.8 announcement blog post on the Marmelab blog.
- Add
withDataProvider
HOC and<Query>
/<Mutation>
components to ease custom queries (2899) (ThieryMichel) - Add confirmation dialog to non-undoable delete buttons (2955) (fzaninotto)
- Add an optional
emptyValue
to<SelectInput>
(2780) (edy) - Add ability to pass
disableRemove
prop to<SimpleFormIterator>
(2850) (travisMichael) - Add 6 new data providers to the ecosystem documentation (2959) (fzaninotto)
- Add search engine to documentation (powered by Qwant) (2972) (fzaninotto)
- Add arabic translation (2987) (developerium)
- Migrate first ra-ui-materialui components to TypeScript (2982) (djhi)
- Fix TypeScript false positives (2979) (djhi)
- Fix typo in Tutorial (2986) (KayO)
- Fix
FormDataConsumer
TypeScript signature to prevent false positives on required props (2974) (joehillen) - Fix typo in
<TranslationProvider>
JSDoc (2973) (ruiyangliu) - Fix IE11 layout problem (2969) (batbyR)
- Fix multiple redirect events on auth error (2960) (fxzhukov)
2.7.3
- Fix demo installation documentation (2958) (fzaninotto)
- Fix outdated
<FlatButton>
mention in Actions documentation (2956) (mvanmeerbeck) - Fix outdated
<Menu>
component signature in Authorization documentation (2948) (NikitaVlaznev) - Fix button color prop example in the List documentation (2946) (developerium)
- Fix build minification failing due to typo in
ra-language-french
(2944) (vdieulesaint) - Fix
<MenuItemLink>
propTypes and documentation (2932) (djhi) - Fix autocomplete height on
<AutocompleteArrayInput>
(2914) (tiagoschenkel) - Fix
<RichTextInput>
does not update when content is changed outside the editor (2930) (fzaninotto) - Fix missing export and documentation for
<TabbedShowLayoutTabs>
(2929) (lucas2595) - Fix position of suggestions container on
<AutocompleteInput>
(2928) (tiagoschenkel) - Fix warning about missing translation for empty key (2922) (Luwangel)
- Migrate Core Components to TypeScript (2924) (djhi)
- Update dependencies in CodeSandbox (2950) (Kmaschta)