Skip to content

Releases: marmelab/react-admin

v0.9.2

17 Mar 15:37
Compare
Choose a tag to compare
v0.9.2 Pre-release
Pre-release
  • Fix IE11/Edge flexbox issue (LoicMahieu)
  • Fix custom sagas can't reliably watch router actions
  • Fix image input previews on drop
  • Fix pagination on mobile
  • Fix SelectInput error text position
  • Add mention of Hungarian translations (s33m4nn)
  • Add mention of aor-parseserver-client
  • Add contribution guidelines

v0.9.1

10 Mar 16:11
Compare
Choose a tag to compare
v0.9.1 Pre-release
Pre-release
  • Fix redirection after creation
  • Fix jsonServer GET_MANY implementation (wadjeroudi)
  • Add Loopback-like REST client (kimkha)
  • Update Webpack example config (velociwabbit)

v0.9.0

09 Mar 15:48
Compare
Choose a tag to compare
v0.9.0 Pre-release
Pre-release

Read the v0.9 announcement on the marmelab blog

  • [BC Break] Update REST response format to always expect a data key
  • Add mobile UI (Sidebar, AppBar, Datagrid, actions, form action)
  • Add <Responsive> component
  • Add <ViewTitle> component (to be used instead of <CardTitle> for responsive views)
  • Add ability to hide sidebar using hamburger menu
  • Add <Sidebar> component
  • Add menu prop to <Admin>, to customize the menu without overriding the layout
  • Add dashboard MenuItem on top of Menu when relevant
  • Add ability to execute crud actions without redirect (thedersen)
  • Add support for custom onBlur, onChange, and onFocus props to <NumberInput> and <TextInput>
  • Add support for image preview change via dispatches form value in <<ImageInput />
  • Add support for custom redirect path when auth check fails (thedersen)
  • Add support for non-cancelable fetch in crudGetList action (thedersen)
  • Add support for default locale in resolveBrowserLocale
  • Add ability to translate CRUD_UPDATE to HTTP PATCH method
  • Add ability to hide fields
  • Add Spanish translations (JonatanSalas)
  • Add Vietnamese translations (kimkha)
  • Improve Login page UX with form lock and loader (Natsuke)
  • Improve <Datagrid> rendering options by using material-ui <Table> element
  • Improve loader and button components rendering speed
  • Remove link to dashboard in the top bar
  • Remove CSS copy step from build
  • Fix notification for server error even when the response body is empty

v0.8.4

07 Mar 22:53
Compare
Choose a tag to compare
v0.8.4 Pre-release
Pre-release
  • Fix defaultValue assignment for nested resource attributes (cytomich)
  • Fix typo in Inputs documentation (FallDi)
  • Fix Custom App install instructions
  • Add Hebrew translation link (mstmustisnt)
  • Add link to Feathers restClient (josx)

v0.8.3

23 Feb 10:14
Compare
Choose a tag to compare
v0.8.3 Pre-release
Pre-release
  • Fix Edit view shows stale data
  • Fix anchor typo on documentation index (szappacosta)
  • Fix missing import in the Getting Started tutorial (SilentKernel)
  • Add demo video in doc and GitHub homepage
  • Add Russian translation link (cytomich)

v0.8.2

21 Feb 22:28
Compare
Choose a tag to compare
v0.8.2 Pre-release
Pre-release
  • Fix scroll to top during navigation when auth is disabled
  • Fix fetch saga to avoid mutating actions
  • Fix custom app documentation
  • Fix SelectInput arrow click hides input
  • Fix missing status in fetch when error is thrown (wadjeroudi)
  • Remove documentation images from package
  • Add Chinese translation link (downup2u)
  • Add German translation link (der-On)
  • Add link to powershell script for building (mantis)

v0.8.1

15 Feb 13:04
Compare
Choose a tag to compare
v0.8.1 Pre-release
Pre-release
  • Fix custom title in view and custom label in resource
  • Fix quick filter in example demo
  • Add link to GraphQl rest client in the docs
  • Add link to <ColorInput> component in the docs
  • Add link to Italian translation in the docs (stefsava)

v0.8.0

14 Feb 08:20
Compare
Choose a tag to compare
v0.8.0 Pre-release
Pre-release

Read the v0.8 announcement in the marmelab blog

  • [BC Break] Rename defaultSort prop to sort in <List> component, to make it consistent with the props of <ReferenceInput> and <ReferenceManyField>
  • [BC Break] Rename filter props (the one accepting a <Filter> element) to filters in <List> component
  • Add I18n
  • Add Authentication
  • Add <ImageField> and <ImageInput> to upload images
  • Add <CheckboxGroupInput> component
  • Add the ability to hook up custom sagas in <Admin>
  • Add the ability to hook up custom reducers in <Admin>
  • Add filter prop to <List> component for permanent filters
  • Add support for defaultValue in filters
  • Add support for functions as value for the defaultValue prop
  • Add ability to disable sorting on datagrid headers
  • Add perPage, sort, and filter props to ```
  • Add label prop to all buttons
  • Add Custom Actions documentation
  • Add CSS prefix to flex-box elements (yshing)
  • Improve Delete button labels
  • Update optimistic rendering to also work with custom fetch actions
  • Speed up <Datagrid> rendering
  • Refactor response side effects to a normal saga
  • Upgrade redux-saga to v0.14.2
  • Fix disconnection on dashboard
  • Fix edge case where list filter isn't shown
  • Fix validation for <AutocompleteInput>, <ReferenceInput>, and <SelectInput> (AkselsLedins)

v0.7.2

07 Feb 11:01
Compare
Choose a tag to compare
v0.7.2 Pre-release
Pre-release
  • Fix code snippets disappearing from documentation
  • Add mention of aor-postgrest-client in REST clients documentation
  • Fix missed refresh in example due to aor-json-rest-client not cloning the objects
  • Fix Refresh button doesn't refresh References
  • Fix pagination error in console during load

v0.7.1

19 Jan 17:40
Compare
Choose a tag to compare
v0.7.1 Pre-release
Pre-release
  • Fix validation on nested fields
  • Fix validation when passed as <Input> prop in <TabbedForm> component
  • Fix endless spinning <SaveButton> upon error