Skip to content

Releases: marmelab/react-admin

2.5.1

03 Dec 13:19
Compare
Choose a tag to compare
  • Fix warning in SelectInput test (2608) (fzaninotto)
  • Fix Autocomplete suggestions positioning is sometimes not recalculated properly (2607) (djhi)
  • Fix login background style (2594, 2596) (Kmaschta)

2.5.0

30 Nov 11:07
Compare
Choose a tag to compare

✨✨✨ React-admin has reached 6,000 stars on GitHub! Thank you all for your support; ✨✨✨

Big thanks to the 8 contributors who made this release possible!

  • Add support for custom theme in Login page (#2591) (fzaninotto)
  • Add ability to paginate <ReferenceManyField> (#2580) (fzaninotto)
  • Add support for custom icon on all buttons (#2556) (afilp)
  • Add ability to override Datagrid Body and Row elements (#2575) (fzaninotto)
  • Add background to <Edit> toolbar (#2568) (fzaninotto)
  • Add autofocus to login and creation forms in examples (#2560) (fzaninotto)
  • Add autofocus to 1st input of login form (#2530) (afilp)
  • Add ability to disable some options in <SelectInput> (#2555) (mikaoelitiana)
  • Update routing state key from routing to router (#2553) (AleBlondin)
  • Add ability to pass custom props to react-autosuggest from <AutocompleteInput>> (#2410) (AskseL)
  • Add ability to hide some suggestions in <AutocompleteInput> (#2502) (ginman86)
  • Add ability to override <SnackBar> style in <Notification> component (#2405) (rameshsyn)
  • Add support for arrays of references in exporter fetchRelatedRecords (#2461) (fzaninotto)
  • Remove outdated graphcool demo link (#2592) (fzaninotto)
  • Improve time to interactive in default Login page (#2589) (Kmaschta)
  • Fix UPDATE_MANY mapping for ra-data-json-server data provider (#2382) (Mclovinn)
  • Fix MenuItemLink click handler not passing the event (#2588) (afilp)

2.4.4

28 Nov 08:30
Compare
Choose a tag to compare
  • Fix to prop propType <MenuItemLink> (#2584) (afilp)
  • Fix <ReferenceArrayInput> ignores default filter on search (#2583) (fzaninotto)
  • Fix Error when using <CheckboxGroupInput> with wrong source attribute (#2582) (afilp)
  • Fix breaking change in material-ui-chip-input breaks compilation (#2579) (fzaninotto)
  • Fix node polyglot dependency tag (#2577) (hamidfzm)
  • Fix package install instructions from dev to production (#2574) (ajhool)
  • Fix JSX syntax error in code suggested <EditGuesser> (#2569) (fzaninotto)
  • Fix translation provider first loads with identity translate (#2563) (fzaninotto)
  • Fix custom app snippet leads to warnings for missing props (#2558) (fzaninotto)

2.4.3

22 Nov 16:15
Compare
Choose a tag to compare

2.4.2

12 Nov 14:30
Compare
Choose a tag to compare
  • Fix example code in List documentation (#2518) (pastparty)
  • Fix <Aside> documentation for undefined record (#2513) (fzaninotto)
  • Fix incorrect quotes in custom <RichTextInput> styles (#2505) (moklick)
  • Fix non-Admin snippet in custom app documentation (#2493) (fzaninotto)
  • Fix <ReferenceManyField> does not pass total to children (#2487) (fzaninotto)
  • Fix production build problem with graphql-ast-types package (#2486) (Kmaschta)
  • Migrate non-data actions of ra-core package to Typescript (#2521) (xavierhans)
  • Migrate i18n and auth directories of ra-core package to TypeScript (#2508) (djhi)
  • Add Catalan translation (#2488) (sergioedo)

v2.4.1

29 Oct 15:16
Compare
Choose a tag to compare
  • Fix link for graphcool data provider in docs (#2476) (bamorim)
  • Fix instructions to develop react-admin using npm link (#2473) (fzaninotto)
  • Fix missing styles in rendered documentation (#2474) (fzaninotto)
  • Fix outdated screenshots in Tutorial (#2470) (fzaninotto)
  • Fix <Edit> toolbar hides the last form item on mobile (#2466) (vedmalex)
  • Fix create URL in ra-data-simple-rest documentation (#2468) (maruware)
  • Fix <ReferenceField> in Datagrids using rowClick (#2457) (fzaninotto)
  • Fix hardcoded query and mutation types in GraphQL introspection (#2454) (yishus)
  • Fix bug in exporter fetchRelatedRecords (#2450) (fzaninotto)
  • Add link to news in README and documentation (#2445) (fzaninotto)
  • Fix wrong PropType warning in <ShowView> (#2444) (fzaninotto)
  • Add an explicit error if the developer used the wrong prop name for filters (#2451) (fzaninotto)
  • Add jsonapi data provider to documentation (#2455) (henvo)
  • Add Norwegian translation to docs and removed old translation (aor) (#2481) (jon-harald)

v2.4.0

17 Oct 14:43
Compare
Choose a tag to compare

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

  • Bootstrap TypeScript migration (#2426) (fzaninotto)
  • Add <ListGuesser>, <EditGuesser>, and <ShowGuesser> to facilitate CRUD bootstrap and prototyping (#2376) (fzaninotto)
  • Add ability to use custom icon in <UserMenu> (#2391) (Luwangel)
  • Add id attribute on input if not specified and other accessibility fixes (#2351) (djhi)
  • Add aside support in List, Edit, and Show views (#2304) (fzaninotto)
  • Add warning when the translate() higher-order component is used directly to translate a string (#2318) (djhi)
  • Add Datagrid rowClick attribute to avoid adding an <EditButton>(#2341) (fzaninotto)
  • Add <DateTimeInput> (#2332) (fzaninotto)
  • Add easier <Toolbar> customization for <Edit> (small breaking change) (#2340) (fzaninotto)
  • Add documentation on the data returned from create requests (#2262) (cuococarlos)
  • Fix error formatting on <RichTextInput>, <CheckboxGroupInput>, <RadioButtonGroupInput>, and <SelectArrayInput> (#2335) (natrim)
  • Fix empty label appears on mobile when using a <Button> with no label (#2409) (natrim)
  • Fix autosuggest toggle problem (#2436) (oksuz)
  • Fix typo in exporter example (#2434) (jarradsl)
  • Fix Validation issues on <RichTextInput> (#2423) (TomJannes)
  • Fix typo reference to FileInput instead of FileField (#2419) (daytonn)

2.3.4

11 Oct 16:43
Compare
Choose a tag to compare
  • Fix double asterix on required RadioButtonGroupInput (2417) (fzaninotto)
  • Fix autocomplete content overflow not visible (2415) (fzaninotto)
  • Fix GraphQL introspection issue with Apollo cache (2411) (audunhalland)
  • Fixed typo for aria attribute in <Button> components (2408) (pastparty)
  • Fix and translate <AutocompleteArrayInput> label (2392) (djhi)
  • Fix missing index for <AutocompleteArrayInput> documentation (2393) (djhi)
  • Fix various documentation spelling & grammar errors (2390) (civilizedgorilla)
  • Add mention of ra-jsonapi-client Data Provider in documentation (2386) (henvo)
  • Fix <SelectArrayInput> error style (2377) (djhi)

v2.3.3

02 Oct 08:31
Compare
Choose a tag to compare
  • Fix query-string parsing for array values in Create (#2373) (djhi)
  • Fix out of boundaries pagination does not allow pagination (#2365) (fzaninotto)
  • Fix SimpleFormIterator does not iterate on sub records (#2364) (fzaninotto)
  • Fix triling whitespaces in documentation (#2359) (josx)
  • Fix Feathers dataProvidr package name to ra-data-feathers (#2358) (josx)
  • Fix small typo in List doc (#2355) (ArnaudD)
  • Fix fetchRelatedRecords should ignore nullable relationships in exporter (#2354) (Luwangel)
  • Fix AppBar sometimes doesn't appear when scrolling up (#2348) (fzaninotto)
  • Fix outdated reference to DeleteButton in EditActions documentation (#2347) (swrobel)
  • Add new Turkish translation (#2349) (KamilGunduz)

v2.3.2

21 Sep 11:55
Compare
Choose a tag to compare
  • Fix <RichTextInput> link tooltip z-index (#2345) (fzaninotto)
  • Fix <RichTextInput> unordered list rendering (#2330) (neomusic)
  • Fix <Edit> form empty after creation (#2339) (djhi)
  • Fix example schema for delete in simple GraphQL adapter (#2342) (kpollich)
  • Fix <List> showing incorrect number of selected ids after deletion (#2336) (fzaninotto)
  • Fix form reset in Save and Add scenarios (#2332) (djhi)
  • Fix type warning in <List> when setting bulkActions props to false (#2327) (fzaninotto)
  • Fix incorrect <Resource> prop in GraphQL readme usage instructions (#2325) (hips1)
  • Fix <ReferenceInput> fails to load choices when multiple instances reference the same resource (#2321) (djhi)
  • Add a section about production build UI bug in FAQ (#2215) (edouardmenayde)
  • Add mention of ra-data-firebase-client dataProvider (#2334) (aymendhaya)