Skip to content

Commit d5e5ecb

Browse files
committed
Merge branch 'master' into next
2 parents b66f0ac + f166bb6 commit d5e5ecb

File tree

176 files changed

+1550
-628
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

176 files changed

+1550
-628
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## 5.9.1
4+
5+
* Fix `<Datagrid>` empty throws error when used in standalone mode ([#10812](https://github.com/marmelab/react-admin/pull/10812)) ([fzaninotto](https://github.com/fzaninotto))
6+
* Fix `<DataTable>` does not allow to put a button in the column's header ([#10802](https://github.com/marmelab/react-admin/pull/10802)) ([slax57](https://github.com/slax57))
7+
* [Doc] Add link to storybook in page toc for components and hooks that have storybook ([#10819](https://github.com/marmelab/react-admin/pull/10819)) ([jonathanarnault](https://github.com/jonathanarnault))
8+
* [Doc] Add team wiki to demos documentation ([#10816](https://github.com/marmelab/react-admin/pull/10816)) ([jonathanarnault](https://github.com/jonathanarnault))
9+
* [Doc] Fix anchors and code examples ([#10807](https://github.com/marmelab/react-admin/pull/10807)) ([WiXSL](https://github.com/WiXSL))
10+
* [Doc] Fix `<DataTable.Col align>` default value and example ([#10806](https://github.com/marmelab/react-admin/pull/10806)) ([slax57](https://github.com/slax57))
11+
* [Doc] Add `<DataTable hiddenColumns>` documentation ([#10800](https://github.com/marmelab/react-admin/pull/10800)) ([Madeorsk](https://github.com/Madeorsk))
12+
* [Chore] Sync tips from tips repository ([#10815](https://github.com/marmelab/react-admin/pull/10815)) ([jonathanarnault](https://github.com/jonathanarnault))
13+
* [Chore] Migrate stories to use DataTable ([#10804](https://github.com/marmelab/react-admin/pull/10804)) ([slax57](https://github.com/slax57))
14+
* [Chore] Avoid vercel deployment for `gh-pages` branch ([#10803](https://github.com/marmelab/react-admin/pull/10803)) ([djhi](https://github.com/djhi))
15+
316
## 5.9.0
417

518
* Add support for customization with MUI theme to inputs ([#10772](https://github.com/marmelab/react-admin/pull/10772)) ([Madeorsk](https://github.com/Madeorsk))

docs/Admin.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: default
33
title: "The Admin Component"
4+
storybook_path: react-admin-admin--basic
45
---
56

67
# `<Admin>`

docs/AppBar.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: default
33
title: "The AppBar Component"
4+
storybook_path: ra-ui-materialui-layout-appbar--basic
45
---
56

67
# `<AppBar>`

docs/ArrayField.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: default
33
title: "The ArrayField Component"
4+
storybook_path: ra-ui-materialui-fields-arrayfield--basic
45
---
56

67
# `<ArrayField>`

docs/ArrayInput.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: default
33
title: "The ArrayInput Component"
4+
storybook_path: ra-ui-materialui-input-arrayinput--basic
45
---
56

67
# `<ArrayInput>`

docs/AutocompleteArrayInput.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: default
33
title: "The AutocompleteArrayInput Component"
4+
storybook_path: ra-ui-materialui-input-autocompletearrayinput--basic
45
---
56

67
# `<AutocompleteArrayInput>`

docs/AutocompleteInput.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: default
33
title: "The AutocompleteInput Component"
4+
storybook_path: ra-ui-materialui-input-autocompleteinput--basic
45
---
56

67
# `<AutocompleteInput>`

docs/BooleanField.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: default
33
title: "The BooleanField Component"
4+
storybook_path: ra-ui-materialui-fields-booleanfield--basic
45
---
56

67
# `<BooleanField>`

docs/BooleanInput.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: default
33
title: "The BooleanInput Component"
4+
storybook_path: ra-ui-materialui-input-booleaninput--basic
45
---
56

67
# `<BooleanInput>`

docs/CanAccess.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: default
33
title: "CanAccess"
4+
storybook_path: ra-core-auth-canaccess--basic
45
---
56

67
# `<CanAccess>`

0 commit comments

Comments
 (0)