|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 5.14.0 |
| 4 | + |
| 5 | +* Add router abstraction and TanStack Router adapter ([#11102](https://github.com/marmelab/react-admin/pull/11102)) ([fzaninotto](https://github.com/fzaninotto)) |
| 6 | +* Update `<ExportButton>` to make in work in every list ([#11119](https://github.com/marmelab/react-admin/pull/11119)) ([WiXSL](https://github.com/WiXSL)) |
| 7 | +* Add forwardRef to react-admin buttons to support tooltips ([#11122](https://github.com/marmelab/react-admin/pull/11122)) ([WiXSL](https://github.com/WiXSL)) |
| 8 | +* 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)) |
| 9 | +* Add `Store.listItems` method ([#11096](https://github.com/marmelab/react-admin/pull/11096)) ([djhi](https://github.com/djhi)) |
| 10 | +* Add `useSupportCreateSuggestions` primitives to ra-core ([#11094](https://github.com/marmelab/react-admin/pull/11094)) ([slax57](https://github.com/slax57)) |
| 11 | +* Move `genericMemo` to ra-core ([#11093](https://github.com/marmelab/react-admin/pull/11093)) ([slax57](https://github.com/slax57)) |
| 12 | +* Add `useSavedQueries` primitives to ra-core ([#11092](https://github.com/marmelab/react-admin/pull/11092)) ([slax57](https://github.com/slax57)) |
| 13 | +* Fix `ColumnsSelector` search input should stay fixed above menu list ([#11114](https://github.com/marmelab/react-admin/pull/11114)) ([WiXSL](https://github.com/WiXSL)) |
| 14 | +* [Doc] Fix Inputs doc code example ([#11125](https://github.com/marmelab/react-admin/pull/11125)) ([gartner](https://github.com/gartner)) |
| 15 | +* [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)) |
| 16 | +* [Chore] Update Cypress ([#11127](https://github.com/marmelab/react-admin/pull/11127)) ([fzaninotto](https://github.com/fzaninotto)) |
| 17 | +* [chore] Stabilize flaky tests ([#11121](https://github.com/marmelab/react-admin/pull/11121)) ([WiXSL](https://github.com/WiXSL)) |
| 18 | +* 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)) |
| 19 | +* Bump lodash-es from 4.17.21 to 4.17.23 ([#11128](https://github.com/marmelab/react-admin/pull/11128)) ([dependabot[bot]](https://github.com/apps/dependabot)) |
| 20 | +* Bump diff from 5.2.0 to 5.2.2 ([#11126](https://github.com/marmelab/react-admin/pull/11126)) ([dependabot[bot]](https://github.com/apps/dependabot)) |
| 21 | + |
3 | 22 | ## 5.13.6 |
4 | 23 |
|
5 | 24 | * [Doc] Update link to marmelab blog ([#11117](https://github.com/marmelab/react-admin/pull/11117)) ([WiXSL](https://github.com/WiXSL)) |
|
0 commit comments