Skip to content

Releases: marmelab/react-admin

2.7.3

04 Mar 13:59
Compare
Choose a tag to compare
  • 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)

2.7.2

22 Feb 14:24
Compare
Choose a tag to compare
  • Fix JSONPlaceHolder name typo in Tutorial (2906) (noobling)
  • Fix <CloneButton> documentation missing warning (2904) (mnlbox)
  • Fix prop types for <ArrayInput> (2898) (kujon)
  • Fix typo in jsDoc in Tutorial (2882) (adibnaya)
  • Fix GET_MANY in ra-data-json-server data provider returns too many results (2873) (paradoxxxzero)
  • Fix import path typo in Unit Testing documentation (2872) (mexitalian)
  • Fix <AutocompleteArrayInput> throws an error when receiving an empty value (2861) (tiagoschenkel)
  • Fix <AutocompleteArrayInput> shows choices in a wrong position when input element moves to another location (2860) (tiagoschenkel)
  • Migrate ra-core controllers to TypeScript (2881) (djhi)
  • Migrate ra-core inference to TypeScript (2879) (djhi)
  • Migrate ra-core form to TypeScript (2878) (djhi)
  • Migrate ra-core i18n Migration to TypeScript (2874) (djhi)

2.7.1

11 Feb 10:50
Compare
Choose a tag to compare

2.7.0

04 Feb 14:23
Compare
Choose a tag to compare
  • Add support for rowClick="expand" in <Datagrid> (2820) (fzaninotto)
  • Add an alert preventing data loss when a user closes the app while in optimistic mode (2784) (fzaninotto)
  • Add the ability to customize the <AppBar> content (2777) (fzaninotto)
  • Add support for <Redirect> in customRoutes (2771) (kopax)
  • Add accessibility to <BooleanField> (2744) (djhi)
  • Add options prop to <TabbedShowLayout> (2740) (lucas2595)
  • Add more examples to the Posters Galore demo (2799) (fzaninotto)
  • Add support for shouldRenderSuggestions prop in <AutocompleteArrayInput> (2720) (davidpicarra)
  • Update default list page name (remove "List") (2801) (fzaninotto)
  • Remove Graphcool demo(2821) (fzaninotto)
  • Fix tests disabled by mistake may hide failing test cases (2845) (Luwangel)

2.6.4

01 Feb 13:12
Compare
Choose a tag to compare
  • Fix <CreateButton> not being re-translated when language changes at runtime (2842) (maoueh)
  • Fix prettier maintenance command (2839) (fzaninotto)
  • Fix <AutocompleteInput> reopens after selection (2836) (djhi)
  • Fix e2e tests fail on Chrome 72 (2834) (fzaninotto)
  • Fix <AutocompleteInput> issues by removing auto selection (2833) (djhi)
  • Fix default values for <Filter> cannot be removed by user (2831) (fzaninotto)
  • Fix missing formMiddleware export preventing custom apps to work (2828) (fzaninotto)
  • Fix <RichTextInput> adds extra paragraph element after list items (2826) (fzaninotto)
  • Fix asyncValidation issue for <SelectInput> (2825) (erkimiilberg)
  • Migrate remaining actions and side effects to Typescript (2824) (fzaninotto)
  • Fix outdated documentation about messages prop in <Admin> (2822) (fzaninotto)
  • Fix warning when using <Pagination> in <ReferenceManyField> (2819) (fzaninotto)
  • Fix warning in <CloneButton> when used inside <Toolbar> (2818) (fzaninotto)
  • Fix error when using <Edit> component as expand in <List> (2817) (fzaninotto)
  • Fix <DeleteButton undoable={false} /> in <List /> does not refresh List (2662) (BartoGabriel)
  • Update link to Dutch translation package (2814) (nickwaelkens)
  • Add mention of new data provider ra-strapi-rest (2796) (nazirov91)
  • Remove mention of react Context in the translation documentation (2841) (maoueh)

2.6.3

28 Jan 08:05
Compare
Choose a tag to compare
  • Fix sanitization of <DeleteButton> props (2810) (djhi)
  • Fix display order of selected choices in their in <SelectArrayInput> (2806) (Luwangel)
  • Add explanation about Material UI version on the FAQ (2797) (Kmaschta)
  • Add Firestore Data Provider (2778) (rafalzawadzki)

2.6.2

21 Jan 12:49
Compare
Choose a tag to compare
  • Fix prop type warning in Datagrid sort prop (2794) (santaclauze)
  • Fix vulnerability in webpack development tools (did not affect production builds) (2788) (fzaninotto)
  • Fix optimistic actions never get sent when changing tabs (2785) (fzaninotto)
  • Fix bulk deletion keeps deleted items in selected ids (2774) (g3offrey)
  • Fix ReferenceInput documentation mentions wrong data provider verb (2764) (fzaninotto)
  • Fix <RichTextInput> not working on IE11 (2676) (phacks)
  • Fix missing translation key in Pagination (2762) (kopax)
  • Add explicit error message when required props are missing in Create, Edit, Show, and List controllers (2782) (Kmaschta)
  • Add documentation about dispatching actions within <FormDataConsumer> (2775) (fzaninotto)
  • Add Hasura data provider (2791) (praveenweb)
  • Add JSDoc to validators for easier debugging (2773) (fzaninotto)
  • Migrate ra-core util scripts to TypeScript (2787) (fzaninotto)

2.6.1

11 Jan 15:48
Compare
Choose a tag to compare
  • Fix welcome message appears in production when permissions lead to no resource (2759) (fzaninotto)
  • Fix warning when using fullWidth with BooleanInput (2758) (djhi)
  • Fix incomplete optimistic handling in delete and update (2756) (djhi)
  • Fix double attribute declaration in LoginForm causes error in IE11 (2754) (fzaninotto)
  • Fix ReferenceManyField doesn't rerender when the filter props changes (2753) (kandebr)
  • Fix CheckboxGroupInput design (2751) (Luwangel)
  • Fix propType warning when using exporter false in List (2746) (afilp)
  • Fix <Confirm> element isn't translatable (2739) (djhi)
  • Improve documentation about unit testing authorization logic (2728) (Kmaschta)
  • Update italian translation url ([2725] (#2725)) (stefsava)

2.6.0

07 Jan 14:46
Compare
Choose a tag to compare

For highlights about this version, read the react-admin 2.6 announcement blog post on the Marmelab blog.

  • Add skeleton to <Datagrid> when loading the data for the first time (2706) (fzaninotto)
  • Add ability to attach an expansion panel to a <Datagrid> row (2634) (fzaninotto)
  • Add ability to hide the <ExportButton> in the <List> (2638) (afilp)
  • Add the current record as parameter to the rowClick function (2625) (djhi)
  • Add logged out notification when the authProvider throws a fetch error (2733) (ThieryMichel)
  • Add ability to extend the buttons onClick handlers (2640) (djhi)
  • Add ability to override <Datagrid> header style (2709) (fzaninotto)
  • Add ability to override the <Popper> props in <AutocompleteInput> (2678) (djhi)
  • Add the ability to disable the /login route and component (2622) (djhi)
  • Add enableReducers and renderProp options to <TestContext> to help with integration testing (2614) (peter-mouland)
  • Disable the <ExportButton> when there is nothing to export (2595) (Luwangel)
  • Update dependencies of secondary packages to ra-core (2606) (fzaninotto)
  • Fix <ShowButton> in <Datagrid> when using rowClick (2716) (plattdl)
  • Fix list e2e test (2713)(#2713)) (JacquesBonet)
  • Fix warnings about peerDependencies on install (2626) (fzaninotto)
  • Fix warning when disabling a button on small devices (2731) (Luwangel)

2.5.3

02 Jan 16:31
Compare
Choose a tag to compare
  • Fix Chinese Locale name (#2710) (fzaninotto)
  • Fix ra-data-simple-rest dependency (#2708) (fzaninotto)
  • Fix outdated <SimpleShowLayout> doc about custom styles (#2707) (fzaninotto)
  • Fix <EditButton> in <Datagrid> when using rowClick (#2686) (plattdl)
  • Fix custom fetch actions can't benefit from optimistic rendering (#2684) (djhi)
  • Fix outdated Codesandbox link (#2682) (Kmaschta)
  • Fix missing <Resource> documentation without list prop / Menu (#2679) (Kmaschta)
  • Fix outdated documentation on ra-lanhuage-english and ra-language-french (#2674) (sovattha)
  • Fix accessibility on <FileInput> delete button (#2666) (djhi)
  • Fix custom material-ui input documentation (#2664) (fzaninotto)
  • Fix extra <FormTab>/<Tab> props are passed to two different components (#2654) (waynebloss)
  • Fix arrow in sorted column header when field uses sortBy props (#2600) (louisbl)