Skip to content

Commit 823caa0

Browse files
committed
Reword some changes
1 parent 81555d8 commit 823caa0

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,24 @@
33
## 5.14.1
44

55
* 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))
88
* [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))
99
* [chore] Compile packages for es2020 instead of es5 ([#11136](https://github.com/marmelab/react-admin/pull/11136)) ([djhi](https://github.com/djhi))
1010

1111
## 5.14.0
1212

1313
* 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))
1717
* Add `Store.listItems` method ([#11096](https://github.com/marmelab/react-admin/pull/11096)) ([djhi](https://github.com/djhi))
1818
* 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))
2121
* Fix `ColumnsSelector` search input should stay fixed above menu list ([#11114](https://github.com/marmelab/react-admin/pull/11114)) ([WiXSL](https://github.com/WiXSL))
2222
* [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))
2424
* [Chore] Update Cypress ([#11127](https://github.com/marmelab/react-admin/pull/11127)) ([fzaninotto](https://github.com/fzaninotto))
2525
* [chore] Stabilize flaky tests ([#11121](https://github.com/marmelab/react-admin/pull/11121)) ([WiXSL](https://github.com/WiXSL))
2626
* 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

Comments
 (0)