|
3 | 3 | ## 5.14.1 |
4 | 4 |
|
5 | 5 | * Fix `onSettled` call when provided in hook time options ([#11139](https://github.com/marmelab/react-admin/pull/11139)) ([Madeorsk](https://github.com/Madeorsk)) |
6 | | -* Fix the most specific matching route when using pathless routes ([#11138](https://github.com/marmelab/react-admin/pull/11138)) ([Madeorsk](https://github.com/Madeorsk)) |
7 | | -* Prevent dragging column below the Reset button ([#11140](https://github.com/marmelab/react-admin/pull/11140)) ([Madeorsk](https://github.com/Madeorsk)) |
| 6 | +* Fix `CustomRoutes` with TanStack Router ([#11138](https://github.com/marmelab/react-admin/pull/11138)) ([Madeorsk](https://github.com/Madeorsk)) |
| 7 | +* Fix `ColumnsButton` allows dragging column below the Reset button ([#11140](https://github.com/marmelab/react-admin/pull/11140)) ([Madeorsk](https://github.com/Madeorsk)) |
8 | 8 | * [TypeScript] Fix `ref` type regression when wrapping react-admin Button components ([#11135](https://github.com/marmelab/react-admin/pull/11135)) ([WiXSL](https://github.com/WiXSL)) |
9 | 9 | * [chore] Compile packages for es2020 instead of es5 ([#11136](https://github.com/marmelab/react-admin/pull/11136)) ([djhi](https://github.com/djhi)) |
10 | 10 |
|
11 | 11 | ## 5.14.0 |
12 | 12 |
|
13 | 13 | * Add router abstraction and TanStack Router adapter ([#11102](https://github.com/marmelab/react-admin/pull/11102)) ([fzaninotto](https://github.com/fzaninotto)) |
14 | | -* Update `<ExportButton>` to make in work in every list ([#11119](https://github.com/marmelab/react-admin/pull/11119)) ([WiXSL](https://github.com/WiXSL)) |
15 | | -* Add forwardRef to react-admin buttons to support tooltips ([#11122](https://github.com/marmelab/react-admin/pull/11122)) ([WiXSL](https://github.com/WiXSL)) |
16 | | -* Allow disabling auto focusing the first input of newly added row with `<SimpleFormIterator disableAutoFocus>` ([#11101](https://github.com/marmelab/react-admin/pull/11101)) ([AarishMansur](https://github.com/AarishMansur)) |
| 14 | +* Add ability to use `<ExportButton>` in every list ([#11119](https://github.com/marmelab/react-admin/pull/11119)) ([WiXSL](https://github.com/WiXSL)) |
| 15 | +* Add `forwardRef` to react-admin buttons to support tooltips ([#11122](https://github.com/marmelab/react-admin/pull/11122)) ([WiXSL](https://github.com/WiXSL)) |
| 16 | +* Add ability to disable auto focus in the first input of newly added rows with `<SimpleFormIterator disableAutoFocus>` ([#11101](https://github.com/marmelab/react-admin/pull/11101)) ([AarishMansur](https://github.com/AarishMansur)) |
17 | 17 | * Add `Store.listItems` method ([#11096](https://github.com/marmelab/react-admin/pull/11096)) ([djhi](https://github.com/djhi)) |
18 | 18 | * Add `useSupportCreateSuggestions` primitives to ra-core ([#11094](https://github.com/marmelab/react-admin/pull/11094)) ([slax57](https://github.com/slax57)) |
19 | | -* Move `genericMemo` to ra-core ([#11093](https://github.com/marmelab/react-admin/pull/11093)) ([slax57](https://github.com/slax57)) |
20 | | -* Add `useSavedQueries` primitives to ra-core ([#11092](https://github.com/marmelab/react-admin/pull/11092)) ([slax57](https://github.com/slax57)) |
| 19 | +* Add `genericMemo` to `ra-core` ([#11093](https://github.com/marmelab/react-admin/pull/11093)) ([slax57](https://github.com/slax57)) |
| 20 | +* Add `useSavedQueries` primitives to `ra-core` ([#11092](https://github.com/marmelab/react-admin/pull/11092)) ([slax57](https://github.com/slax57)) |
21 | 21 | * Fix `ColumnsSelector` search input should stay fixed above menu list ([#11114](https://github.com/marmelab/react-admin/pull/11114)) ([WiXSL](https://github.com/WiXSL)) |
22 | 22 | * [Doc] Fix Inputs doc code example ([#11125](https://github.com/marmelab/react-admin/pull/11125)) ([gartner](https://github.com/gartner)) |
23 | | -* [Doc] Add deleteMany method to README and source code docs for json-server Data Provider ([#11118](https://github.com/marmelab/react-admin/pull/11118)) ([femrek](https://github.com/femrek)) |
| 23 | +* [Doc] Add `deleteMany` method to README and source code docs for json-server Data Provider ([#11118](https://github.com/marmelab/react-admin/pull/11118)) ([femrek](https://github.com/femrek)) |
24 | 24 | * [Chore] Update Cypress ([#11127](https://github.com/marmelab/react-admin/pull/11127)) ([fzaninotto](https://github.com/fzaninotto)) |
25 | 25 | * [chore] Stabilize flaky tests ([#11121](https://github.com/marmelab/react-admin/pull/11121)) ([WiXSL](https://github.com/WiXSL)) |
26 | 26 | * Bump lodash from 4.17.21 to 4.17.23 ([#11129](https://github.com/marmelab/react-admin/pull/11129)) ([dependabot[bot]](https://github.com/apps/dependabot)) |
|
0 commit comments