Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 5.9.2

* Fix `fullWidth` is not propagated anymore ([#10827](https://github.com/marmelab/react-admin/pull/10827)) ([djhi](https://github.com/djhi))
* [Doc] Mention the codemod in `<Datagrid>` documentation ([#10823](https://github.com/marmelab/react-admin/pull/10823)) ([djhi](https://github.com/djhi))
* [Doc] Update storybook link when switching documentation page ([#10822](https://github.com/marmelab/react-admin/pull/10822)) ([jonathanarnault](https://github.com/jonathanarnault))
* [Storybook] Add `SelectInput` and `SelectArrayInput` disable choices test and story ([#10831](https://github.com/marmelab/react-admin/pull/10831)) ([WiXSL](https://github.com/WiXSL))
* [chore] Fix a failing test not showing up in useDeleteWithUndoController ([#10818](https://github.com/marmelab/react-admin/pull/10818)) ([Madeorsk](https://github.com/Madeorsk))

## 5.9.1

* Fix `<Datagrid>` empty throws error when used in standalone mode ([#10812](https://github.com/marmelab/react-admin/pull/10812)) ([fzaninotto](https://github.com/fzaninotto))
Expand Down
4 changes: 2 additions & 2 deletions examples/data-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "data-generator-retail",
"version": "5.9.1",
"version": "5.9.2",
"homepage": "https://github.com/marmelab/react-admin/tree/master/examples/data-generator",
"bugs": "https://github.com/marmelab/react-admin/issues",
"license": "MIT",
Expand All @@ -19,7 +19,7 @@
},
"devDependencies": {
"cross-env": "^5.2.0",
"ra-core": "^5.9.1",
"ra-core": "^5.9.2",
"rimraf": "^3.0.2",
"typescript": "^5.1.3"
},
Expand Down
14 changes: 7 additions & 7 deletions examples/simple/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simple",
"version": "5.9.1",
"version": "5.9.2",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -16,13 +16,13 @@
"@tanstack/react-query-devtools": "^5.21.7",
"jsonexport": "^3.2.0",
"lodash": "~4.17.5",
"ra-data-fakerest": "^5.9.1",
"ra-i18n-polyglot": "^5.9.1",
"ra-input-rich-text": "^5.9.1",
"ra-language-english": "^5.9.1",
"ra-language-french": "^5.9.1",
"ra-data-fakerest": "^5.9.2",
"ra-i18n-polyglot": "^5.9.2",
"ra-input-rich-text": "^5.9.2",
"ra-language-english": "^5.9.2",
"ra-language-french": "^5.9.2",
"react": "^18.3.1",
"react-admin": "^5.9.1",
"react-admin": "^5.9.2",
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.0",
"react-router": "^6.28.1",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "2.5.1",
"packages": ["examples/data-generator", "examples/simple", "packages/*"],
"version": "5.9.1",
"version": "5.9.2",
"npmClient": "yarn"
}
2 changes: 1 addition & 1 deletion packages/create-react-admin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "create-react-admin",
"description": "A CLI to quickly start a new react-admin project",
"version": "5.9.1",
"version": "5.9.2",
"license": "MIT",
"bin": "lib/cli.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/ra-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ra-core",
"version": "5.9.1",
"version": "5.9.2",
"description": "Core components of react-admin, a frontend Framework for building admin applications on top of REST services, using ES6, React",
"files": [
"*.md",
Expand Down
4 changes: 2 additions & 2 deletions packages/ra-data-fakerest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ra-data-fakerest",
"version": "5.9.1",
"version": "5.9.2",
"description": "JSON Server data provider for react-admin",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -43,7 +43,7 @@
"@types/jest": "^29.5.2",
"cross-env": "^5.2.0",
"expect": "^27.4.6",
"ra-core": "^5.9.1",
"ra-core": "^5.9.2",
"rimraf": "^3.0.2",
"typescript": "^5.1.3"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/ra-data-graphql-simple/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ra-data-graphql-simple",
"version": "5.9.1",
"version": "5.9.2",
"description": "A GraphQL simple data provider for react-admin",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
"graphql-ast-types-browser": "~1.0.2",
"lodash": "~4.17.5",
"pluralize": "~7.0.0",
"ra-data-graphql": "^5.9.1"
"ra-data-graphql": "^5.9.2"
},
"peerDependencies": {
"graphql": "^15.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ra-data-graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ra-data-graphql",
"version": "5.9.1",
"version": "5.9.2",
"description": "A GraphQL data provider for react-admin",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/ra-data-json-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ra-data-json-server",
"version": "5.9.1",
"version": "5.9.2",
"description": "JSON Server data provider for react-admin",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand All @@ -26,7 +26,7 @@
},
"dependencies": {
"query-string": "^7.1.3",
"ra-core": "^5.9.1"
"ra-core": "^5.9.2"
},
"devDependencies": {
"cross-env": "^5.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/ra-data-local-forage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ra-data-local-forage",
"version": "5.9.1",
"version": "5.9.2",
"description": "LocalForage data provider for react-admin",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -42,7 +42,7 @@
"dependencies": {
"localforage": "^1.7.1",
"lodash": "~4.17.5",
"ra-data-fakerest": "^5.9.1"
"ra-data-fakerest": "^5.9.2"
},
"devDependencies": {
"cross-env": "^5.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/ra-data-local-storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ra-data-local-storage",
"version": "5.9.1",
"version": "5.9.2",
"description": "Local storage data provider for react-admin",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
},
"dependencies": {
"lodash": "~4.17.5",
"ra-data-fakerest": "^5.9.1"
"ra-data-fakerest": "^5.9.2"
},
"devDependencies": {
"cross-env": "^5.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/ra-data-simple-rest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ra-data-simple-rest",
"version": "5.9.1",
"version": "5.9.2",
"description": "Simple REST data provider for react-admin",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"devDependencies": {
"cross-env": "^5.2.0",
"ra-core": "^5.9.1",
"ra-core": "^5.9.2",
"rimraf": "^3.0.2",
"typescript": "^5.1.3"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/ra-i18n-i18next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ra-i18n-i18next",
"version": "5.9.1",
"version": "5.9.2",
"description": "i18next i18n provider for react-admin",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand All @@ -27,14 +27,14 @@
"dependencies": {
"i18next": "^23.5.1",
"lodash": "^4.17.21",
"ra-core": "^5.9.1",
"ra-core": "^5.9.2",
"react-i18next": "^14.1.1"
},
"devDependencies": {
"cross-env": "^5.2.0",
"i18next-resources-to-backend": "^1.1.4",
"ra-language-english": "^5.9.1",
"ra-language-french": "^5.9.1",
"ra-language-english": "^5.9.2",
"ra-language-french": "^5.9.2",
"rimraf": "^3.0.2",
"typescript": "^5.1.3"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/ra-i18n-polyglot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ra-i18n-polyglot",
"version": "5.9.1",
"version": "5.9.2",
"description": "Polyglot i18n provider for react-admin",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand All @@ -26,7 +26,7 @@
},
"dependencies": {
"node-polyglot": "^2.2.2",
"ra-core": "^5.9.1"
"ra-core": "^5.9.2"
},
"devDependencies": {
"cross-env": "^5.2.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/ra-input-rich-text/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ra-input-rich-text",
"version": "5.9.1",
"version": "5.9.2",
"description": "<RichTextInput> component for react-admin, useful for editing HTML code in admin GUIs.",
"author": "Gildas Garcia",
"repository": "marmelab/react-admin",
Expand Down Expand Up @@ -51,10 +51,10 @@
"@testing-library/react": "^15.0.7",
"@tiptap/extension-mention": "^2.0.3",
"@tiptap/suggestion": "^2.0.3",
"data-generator-retail": "^5.9.1",
"ra-core": "^5.9.1",
"ra-data-fakerest": "^5.9.1",
"ra-ui-materialui": "^5.9.1",
"data-generator-retail": "^5.9.2",
"ra-core": "^5.9.2",
"ra-data-fakerest": "^5.9.2",
"ra-ui-materialui": "^5.9.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/ra-language-english/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ra-language-english",
"version": "5.9.1",
"version": "5.9.2",
"description": "English messages for react-admin, the frontend framework for building admin applications on top of REST/GraphQL services",
"repository": {
"type": "git",
Expand All @@ -21,7 +21,7 @@
"watch": "tsc --outDir dist/esm --module es2015 --watch"
},
"dependencies": {
"ra-core": "^5.9.1"
"ra-core": "^5.9.2"
},
"devDependencies": {
"rimraf": "^3.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/ra-language-french/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ra-language-french",
"version": "5.9.1",
"version": "5.9.2",
"description": "French messages for react-admin, the frontend framework for building admin applications on top of REST/GraphQL services",
"repository": {
"type": "git",
Expand All @@ -21,7 +21,7 @@
"watch": "tsc --outDir dist/esm --module es2015 --watch"
},
"dependencies": {
"ra-core": "^5.9.1"
"ra-core": "^5.9.2"
},
"devDependencies": {
"rimraf": "^3.0.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/ra-no-code/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ra-no-code",
"version": "5.9.1",
"version": "5.9.2",
"description": "",
"files": [
"*.md",
Expand Down Expand Up @@ -48,8 +48,8 @@
"inflection": "^3.0.0",
"lodash": "~4.17.5",
"papaparse": "^5.3.0",
"ra-data-local-storage": "^5.9.1",
"react-admin": "^5.9.1",
"ra-data-local-storage": "^5.9.2",
"react-admin": "^5.9.2",
"react-dropzone": "^14.2.3"
},
"gitHead": "587df4c27bfcec4a756df4f95e5fc14728dfc0d7"
Expand Down
8 changes: 4 additions & 4 deletions packages/ra-ui-materialui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ra-ui-materialui",
"version": "5.9.1",
"version": "5.9.2",
"description": "UI Components for react-admin with Material UI",
"files": [
"*.md",
Expand Down Expand Up @@ -41,9 +41,9 @@
"expect": "^27.4.6",
"file-api": "~0.10.4",
"ignore-styles": "~5.0.1",
"ra-core": "^5.9.1",
"ra-i18n-polyglot": "^5.9.1",
"ra-language-english": "^5.9.1",
"ra-core": "^5.9.2",
"ra-i18n-polyglot": "^5.9.2",
"ra-language-english": "^5.9.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/react-admin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-admin",
"version": "5.9.1",
"version": "5.9.2",
"description": "A frontend Framework for building admin applications on top of REST services, using ES6, React and Material UI",
"files": [
"*.md",
Expand Down Expand Up @@ -41,10 +41,10 @@
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^5.16.12 || ^6.0.0 || ^7.0.0",
"@mui/material": "^5.16.12 || ^6.0.0 || ^7.0.0",
"ra-core": "^5.9.1",
"ra-i18n-polyglot": "^5.9.1",
"ra-language-english": "^5.9.1",
"ra-ui-materialui": "^5.9.1",
"ra-core": "^5.9.2",
"ra-i18n-polyglot": "^5.9.2",
"ra-language-english": "^5.9.2",
"ra-ui-materialui": "^5.9.2",
"react-hook-form": "^7.53.0",
"react-router": "^6.28.1 || ^7.1.1",
"react-router-dom": "^6.28.1 || ^7.1.1"
Expand Down
Loading