Skip to content

Releases: marmelab/react-admin

v2.1.4

24 Jul 15:05
Compare
Choose a tag to compare
  • Fix link color in <ReferenceField> (fzaninotto)
  • Fix form does not display data when coming from another form (fzaninotto)
  • Revert Fix form resetting when a input with defaultValue is dynamically added (fzaninotto)
  • Add link to related post from Comment edit view in Simple example (fzaninotto)

v2.1.3

24 Jul 11:56
Compare
Choose a tag to compare
  • Fix <ArrayInput> documentation mentions non-existing UrlInput component (AkselsLedins)
  • Fix <ReferenceInput> infinite loop on missing reference (djhi)
  • Fix Reference inputs do not update when their props change from outside (djhi)
  • Fix makefile does not build ra-data-fakerest package (djhi)
  • Fix record prop value in <SimpleFormIterator> children (fzaninotto)
  • Fix fetchJson util undefined Buffer error (fzaninotto)
  • Fix form keeps values after navigation (djhi)
  • Fix Theme doesn't apply to Fields (djhi)
  • Fix optimistic delete in <List> (djhi)
  • Fix filterDefaultValues is shared accross resources (djhi)
  • Make contributions easier for Windows users by moving most scripting logic from make to npm (djhi)

v2.1.2

16 Jul 07:17
Compare
Choose a tag to compare
  • Fix duplicated block in CreateEdit doc (fzaninotto)
  • Fix submit on enter when submitOnEnter is false (djhi)
  • Fix form resetting when a input with defaultValue is dynamically added (djhi)
  • Fix validators memoization (Bnaya)
  • Add Chinese translation (chen4w)
  • Add API Platform Admin and the JSON-LD Data Provider to the Ecosystem doc (dunglas)

v2.1.1

03 Jul 12:33
Compare
Choose a tag to compare
  • Fix FormInput not passing resource to Labeled inputs (djhi)
  • Add documentaton on how to prefill a <Create> form based on another record (fzaninotto)
  • Add polish translations (tskorupka)
  • Add documentation on tabs routing (djhi)

v2.1.0

02 Jul 09:38
Compare
Choose a tag to compare

For highlights about this version, read the 2.1 release announcement post on the marmelab blog.

  • [TabbedForm, TabbedShowLayout] Add routing support for tab navigation dj(djhi)i
  • [SimpleForm, TabbedForm] Add ability to customize the redux form (djhi)
  • [ReferenceField] Add optional sortBy prop to allow sorting by another field than id (ArneZsng)
  • [SaveButton, SimpleForm, Tabbedform] Add support for function as redirect value (fzaninotto)
  • [RichTextInput] Add validation support (fzaninotto)
  • [ReferenceInput] Inject sort, pagination, and filters props to the child component (fzaninotto)
  • [Layout] Add ability to customize sub components (menu, appbar, notification) (fzaninotto)
  • [ArrayInput] Add allowAdd & allowRemove attribute, to hide + and - buttons (ashim)
  • [ra-data-graphql-simple] Fix documentation (djhi)
  • [LongTextInput] Fix UI when used inside a <TabbedForm> (fzaninotto)
  • [Refactoring] Remove necessity to use CSS loader in ra-input-rich-text (fzaninotto)
  • [Refactoring] Manage form saving state inside Form components (djhi)
  • [Refactoring] Migrate e2e tests to Cypress (djhi)
  • [Refactoring] Move the URL parsing responsibility from View controllers to <Resource> (djhi)
  • [Dependencies] Upgrade to material-ui ^1.0.0, upgrade examples to material-ui 1.2.1 (fzaninotto)
  • [Dependencies] Upgrade to prettier 1.13 (fzaninotto)

v2.0.4

29 Jun 15:08
Compare
Choose a tag to compare
  • Add documentation for icon format restriction in <MenuItemLink> (fzaninotto)
  • Add required to the currenSort propType in <Datagrid>, to avoid unexpected errors (alexicum)
  • Add Portuguese translation (marquesgabriel)
  • Add Ukrainian translation (koresar)
  • Add documentation about custom path as the redirect prop on Create/Edit (djhi)
  • Add mention of react-admin-color-input and react-admin-date-inputs in Ecosystem doc (vascofg)
  • Fix style overriding documentation for <Datagrid> (fzaninotto)
  • Fix broken link in <Admin> documentation (fzaninotto)
  • Fix refresh in pessimistic mode prevents server-side validation (fzaninotto)
  • Fix fullWidth warning when using <Labeled> (fzaninotto)
  • Fix <AutocompleteInput> when used in standalone (fzaninotto)
  • Fix custom route action in simple example (alexicum)
  • Fix warning in Demo, in <Link> to filtered list (fzaninotto)
  • Fix edit icon in Demo, in product gridlist on smaller screens (fzaninotto)
  • Fix outdated import in Custom Theme documentation (AkselsLedins)
  • Fix WithPermissions calling setState in async function (djhi)
  • Fix error in jsonserver provider on Windows (fzaninotto)
  • Fix outdated theming doc (fzaninotto)
  • Fix multiple broken links in DataProviders doc (alireza-ahmadi)
  • Fix missing resource in ArrayInput iterator (fzaninotto)
  • Fix outdated mention of aor-embedded-array in Ecosystem doc (vascofg)

v2.0.3

14 Jun 19:47
Compare
Choose a tag to compare
  • Add Russian translation package to the docs (fzaninotto)
  • Add Indonesian translation package to the docs (ronadi)
  • Add media to demo dashboard to make it better-looking (fzaninotto)
  • Fix <Labeled> to correctly passe <FormControl> props for full width and validation (djhi)
  • Fix <ReferenceArrayInput> and <ReferenceInput> so that the label correctly adds the * when required (djhi)
  • Fix AutocompleteInput documentation refers to outdated mui doc (fzaninotto)
  • Fix mentions of REST client in the documentation (fzaninotto)
  • Fix logout button icon padding (fzaninotto)
  • Fix Bulk Actions button was clickable even with no row selected (fzaninotto)
  • Fix global validation on TabbedForm (fzaninotto)
  • Fix link for Saga debouncing doc (dunglas)
  • Fix warning in GraphQL data provider with <ReferenceField> (byymster)

v2.0.2

30 May 08:31
Compare
Choose a tag to compare
  • Add Spanish translation package to the docs (JonatanSalas)
  • Fix SelectArrayInput Chip label should render same as selected menu item option (jeromemacias)
  • Fix warnings when using CheckboxGroupInput into ReferenceArrayInput (jeromemacias)
  • Fix proptype warning in custom Login form (fzaninotto)
  • Fix override of link and cache parameter in ra-data-graphql (terkiterje)
  • Fix checkbox ripple height in Datagrid (cherniavskii)
  • Fix infinite renders on forms due to validators not using memoization (jpetitcolas)
  • Fix warning in SingleFieldList (fzaninotto)
  • Fix yarn.lock to match packages.json (fzaninotto)
  • Fix select all checkbox selects rows twice (fzaninotto)
  • Fix typo in Inputs documentation (afilp)
  • Fix custom datagrid style fonction example (afilp)

v2.0.0

18 May 07:06
Compare
Choose a tag to compare

After 7 months of refactoring for better performance and easier overrides, we finally released the new major version of react-admin 🎉.

Thanks to all the contributors who made that possible!

Here are some highlights ✨:

  • Upgrade to material-ui 1.0, react-router 4, React 16.3
  • Use CSS-in-JS (JSS) for styling
  • Undo button for edits and deletes
  • Bulk actions
  • Render props
  • GraphQL as a first class citizen
  • Embedded arrays
  • Improved permissions handling
  • Side effect support in custom actions
  • Easier custom inputs
  • Easier dependent inputs
  • Asynchronous i18n
  • Extra props passed transparently
  • More implementation examples

For more details, read the release announcement blog post on the marmelab blog and the 2.0.0 milestone.

There are many more features in 2.0, as well as all bug fixes from 1.x.

This new release is not backwards compatible with 1.x. Please refer to the Upgrade guide for directions on upgrading your code.

v1.4.1

17 Apr 13:05
Compare
Choose a tag to compare
  • Add addLabel default prop in custom Field documentation (jorrit)
  • Add Catalan translation (fzaninotto)
  • Add aor-cli package to Ecosystem documentaiton (aymendhaya)
  • Add DynamoDb to RestClients (yonahforst)
  • Update redux-form to 7.1.X (mauchede)
  • Update link to GraphQL client (romainquellec)
  • Fix NumberInput returns String value (fzaninotto)
  • Fix boolean input label color does not use theme (fzaninotto)
  • Fix login layout in IE 11 (pavyarov)
  • Fix tutorial usage of ReferenceInput for Create (djhi)
  • Fix GET_MANY_REFERENCE example in RestClients documentation (Kiailandi)
  • Fix custom layout documentation (djhi)
  • Fix AutocompleteInput (djhi)