|
2 | 2 |
|
3 | 3 | ## v3.11.1
|
4 | 4 |
|
5 |
| -* Fix select empty option in `<AutocompleteInput>` does not reset the input ([5698](https://github.com/marmelab/react-admin/5698)) ([AnkitaGupta111](https://github.com/AnkitaGupta111)) |
6 |
| -* Fix `<Empty>` list component does not display when the `Resource` has no `create` component ([5688](https://github.com/marmelab/react-admin/5688)) ([djhi](https://github.com/djhi)) |
7 |
| -* Fix `<ExportButton>` doesn't take permanent `filter` into account ([5675](https://github.com/marmelab/react-admin/5675)) ([fzaninotto](https://github.com/fzaninotto)) |
8 |
| -* Fix `<Confirm>` dialog shows a scroll bar on mobile ([5674](https://github.com/marmelab/react-admin/5674)) ([rkfg](https://github.com/rkfg)) |
9 |
| -* Fix `<ReferenceField>` and `<ReferenceArrayField>` performance by showing loader only after a delay ([5668](https://github.com/marmelab/react-admin/5668)) ([djhi](https://github.com/djhi)) |
10 |
| -* [Doc] Fix link to react-final-form `Field` documentation in CreateEdit chapter ([5689](https://github.com/marmelab/react-admin/5689)) ([WiXSL](https://github.com/WiXSL)) |
11 |
| -* [Doc] Fix outdated Hasura Data Provider reference ([5686](https://github.com/marmelab/react-admin/5686)) ([djhi](https://github.com/djhi)) |
12 |
| -* [Doc] Fix syntax in actions example for `useUpdate` ([5681](https://github.com/marmelab/react-admin/5681)) ([abdenny](https://github.com/abdenny)) |
13 |
| -* [Doc] Fix custom theme doc doesn't explain how to override default theme ([5676](https://github.com/marmelab/react-admin/5676)) ([fzaninotto](https://github.com/fzaninotto)) |
14 |
| -* [Doc] Fix typos in Tutorial doc ([5669](https://github.com/marmelab/react-admin/5669)) ([paulo9mv](https://github.com/paulo9mv)) |
| 5 | +* Fix select empty option in `<AutocompleteInput>` does not reset the input ([5698](https://github.com/marmelab/react-admin/pull/5698)) ([AnkitaGupta111](https://github.com/AnkitaGupta111)) |
| 6 | +* Fix `<Empty>` list component does not display when the `Resource` has no `create` component ([5688](https://github.com/marmelab/react-admin/pull/5688)) ([djhi](https://github.com/djhi)) |
| 7 | +* Fix `<ExportButton>` doesn't take permanent `filter` into account ([5675](https://github.com/marmelab/react-admin/pull/5675)) ([fzaninotto](https://github.com/fzaninotto)) |
| 8 | +* Fix `<Confirm>` dialog shows a scroll bar on mobile ([5674](https://github.com/marmelab/react-admin/pull/5674)) ([rkfg](https://github.com/rkfg)) |
| 9 | +* Fix `<ReferenceField>` and `<ReferenceArrayField>` performance by showing loader only after a delay ([5668](https://github.com/marmelab/react-admin/pull/5668)) ([djhi](https://github.com/djhi)) |
| 10 | +* [Doc] Fix link to react-final-form `Field` documentation in CreateEdit chapter ([5689](https://github.com/marmelab/react-admin/pull/5689)) ([WiXSL](https://github.com/WiXSL)) |
| 11 | +* [Doc] Fix outdated Hasura Data Provider reference ([5686](https://github.com/marmelab/react-admin/pull/5686)) ([djhi](https://github.com/djhi)) |
| 12 | +* [Doc] Fix syntax in actions example for `useUpdate` ([5681](https://github.com/marmelab/react-admin/pull/5681)) ([abdenny](https://github.com/abdenny)) |
| 13 | +* [Doc] Fix custom theme doc doesn't explain how to override default theme ([5676](https://github.com/marmelab/react-admin/pull/5676)) ([fzaninotto](https://github.com/fzaninotto)) |
| 14 | +* [Doc] Fix typos in Tutorial doc ([5669](https://github.com/marmelab/react-admin/pull/5669)) ([paulo9mv](https://github.com/paulo9mv)) |
15 | 15 |
|
16 | 16 | ## v3.11.0
|
17 | 17 |
|
@@ -2027,7 +2027,7 @@ This new release is not backwards compatible with 1.x. Please refer to [the Upgr
|
2027 | 2027 | * Fix date filters ([djhi](https://github.com/djhi))
|
2028 | 2028 | * Fix typo in custom actions documentation ([RWOverdijk](https://github.com/RWOverdijk))
|
2029 | 2029 |
|
2030 |
| -## v.1.3.0 |
| 2030 | +## v1.3.0 |
2031 | 2031 |
|
2032 | 2032 | * Add permissions handling ([djhi](https://github.com/djhi))
|
2033 | 2033 | * Add Not Found page ([fzaninotto](https://github.com/fzaninotto))
|
|
0 commit comments