All Versions
258
Latest Version
Avg Release Cycle
7 days
Latest Release
-
Changelog History
Page 22
Changelog History
Page 22
-
v2.1.1 Changes
- ๐ Fix FormInput not passing
resource
toLabeled
inputs (djhi) - โ Add documentation on how to prefill a
<Create>
form based on another record (fzaninotto) - โ Add polish translations (tskorupka)
- โ Add documentation on tabs routing (djhi)
- ๐ Fix FormInput not passing
-
v2.1.0 Changes
๐ For highlights about this version, read the 2.1 release announcement post on the marmelab blog.
- ๐ [
TabbedForm
,TabbedShowLayout
] Add routing support for tab navigation (djhi) - [
SimpleForm
,TabbedForm
] Add ability to customize the redux form (djhi) - [
ReferenceField
] Add optionalsortBy
prop to allow sorting by another field thanid
(ArneZsng) - ๐ [
SaveButton
,SimpleForm
,Tabbedform
] Add support for function asredirect
value (fzaninotto) - ๐ [
RichTextInput
] Add validation support (fzaninotto) - [
ReferenceInput
] Injectsort
,pagination
, andfilters
props to the child component (fzaninotto) - [
Layout
] Add ability to customize sub components (menu, appbar, notification) (fzaninotto) - ๐ [
ArrayInput
] AddallowAdd
&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 tomaterial-ui
1.2.1 (fzaninotto) - โฌ๏ธ [Dependencies] Upgrade to
prettier
1.13 (fzaninotto)
- ๐ [
-
v2.0.4 Changes
- โ Add documentation for icon format restriction in
<MenuItemLink>
(fzaninotto) - โ Add
required
to thecurrenSort
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
andreact-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
callingsetState
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)
- โ Add documentation for icon format restriction in
-
v2.0.3 Changes
- โ 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 Changes
- ๐ Fix bad lerna packaging (fzaninotto)
-
v2.0.1 Changes
- โ 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
intoReferenceArrayInput
(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 matchpackages.json
(fzaninotto) - ๐ Fix select all checkbox selects rows twice (fzaninotto)
- ๐ Fix typo in Inputs documentation (afilp)
- ๐ Fix custom
<Datagrid>
style function example (afilp)
-
v2.0.0 Changes
๐ 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 hilghlights โจ:
- โฌ๏ธ 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 2.0 release announcement blog post on the marmelab blog.
๐ 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.0 Changes
- ๐ Documentation: change extraction of status for
AUTH_ERROR
(zifnab87) - โ Add Slovak translation (zavadpe)
- ๐ Documentation: Use standard es6 in docs and example (djhi)
- ๐ Fix: Ensure validation custom messages without translation don't add warnings (djhi)
- ๐ Fix: Ensure children are filtered when mapping on them (djhi)
- ๐ Fix: Redirect to correct page after Delete (alexisjanvier)
- ๐ Fix warnings in React 16 (djhi)
- ๐ Documentation: Update CreateEdit.md for 'number' validation (afilp)
- ๐ Fix Edit view refresh does not cancel changes (djhi)
- ๐ Fix form default values can't be changed once mounted (djhi)
- ๐ Documentation: Add a FAQ entry about unique child key in
<Datagrid>
(djhi) - ๐ Documentation: Add explanation about dateInput and timezone (alexisjanvier)
- ๐ Fix link color in reference field (djhi)
- ๐ Fix: Cleanup example app code (djhi)
- ๐ Fix default value for filter when source is a path with dot (djhi)
- ๐ Fix WithPermissionsFilteredChildren should not put regular children in state (djhi)
- ๐ Fix SimpleShowLayout should handle null children (afilp)
- ๐ Fix Handle element cannot be fetched error (alexisjanvier)
- โ Add 'options' to DisabledInput too (afilp)
- ๐ Documentation: update example about addUploadCapabilities (alexisjanvier)
- ๐ Fix List default pagination to avoid displaying NaN (afilp)
- ๐ Fix SelectArrayInput (djhi)
- ๐ Fix setState typo in SelectArrayInput (natrim)
- ๐ Fix Example validation (alauper)
- ๐ Documentation: update RefreshButton usage (alexisjanvier)
- ๐ Fix - Refactor resources handling so that they are available for custom routes (djhi)
- ๐ Documentation: Fix typo in example (clementtalleu)
- ๐ Documentation: change extraction of status for
-
v1.3.4 Changes
- โ Add Croatian translation (ariskemper)
- โ Add Indonesian translation (ronadi)
- โ Add Arabic translation (aymendhaya)
- โ Add Finnish translation (Joni-Aaltonen)
- ๐ Fix spelling of Labeled in documentation (jyash97)
- ๐ Fix documentation for Writing Actions (danyalaytekin)
- ๐ Fix check that window exists before checking for devToolsExtension (twDuke)
- ๐ Fix missing key warning for SaveButton (MadalenaGoncalves)
- ๐ Fix RestClient example in documentation (alexanderankin)
- ๐ Fix documentation menu on mobile (djhi)
- โ Add shadow under doc menu bar on mobile (djhi)
- ๐ Fix SelectArrayInput by upgrade material-ui-chip-input (djhi)
- ๐ Fix Bottom Toolbars on mobile (djhi)
- ๐ Fix documentation, Prop name is validate not validation (alauper)
- ๐ Fix AutocompleteInput does not render text for existing value on initial render (hasghari)
- ๐ Fix BooleanInput warning about uncontrolled to controlled component (djhi)
- ๐ Fix title is not updated when record changes (djhi)
- ๐ Fix vertical scroll issue on page on IE11 (activist)
-
v1.3.3 Changes
- โ Add
aor-xmysql
to the list of REST clients (soaserele) - โ Add Slovenian translation (ariskemper)
- ๐ Fix wrong code sample in Translations docs (fzaninotto)
- โ Add
getResources
function to allow ressource injection in custom components (fzaninotto) - ๐ Fix typo in Actions documentation (xiaomingplus)
- โ Add mention of
ra-component-factory
to the list of related packages (zifnab87) - ๐ Fix exception when using React 16 and hot reloading (natrim)
- ๐ Fix custom menu documentation (fzaninotto)
- ๐ Fix installation documentation (faviouz)
- ๐ Fix typo in English translations (netsgnut)
- โ Add a link to the updated Hebrew translations (motro)
- ๐ Fix linting problems (fzaninotto)
- ๐ Fix missing import in
<List>
documentation (clementtalleu) - ๐ Fix Refresh button does not refresh data in
<ReferenceManyField>
(fzaninotto) - ๐ Fix
refreshView
is undefined when using custom actions in list (natrim)
- โ Add