Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 7, 2023

Bumps react-admin from 4.2.0 to 4.8.2.

Release notes

Sourced from react-admin's releases.

4.8.2

  • Fix <Labeled> ignores fullWidth when label is false (#8689) (slax57)
  • Fix <AutocompleteInput> when record has a different shape between getList and getMany (#8687) (slax57)
  • Fix <Configurable> elements don't allow to edit a text field (#8682) (fzaninotto)
  • Fix <DatagridConfigurable> column ordering feature does not work in Firefox (#8673) (slax57)
  • [Typescript] Fix <Datagrid rowClick> type and documentation (#8677) (djhi)
  • [TypeScript] Add type to downloadCSV function (#8686) (zhujinxuan)
  • [Doc] Add ra-auth-msal to the authProvider list (#8703) (slax57)
  • [Doc] Fix typo in Vite documentation (#8692) (djhi)
  • [Doc] Add global definition to the Vite example, and offer to install the Roboto font locally (#8680) (slax57)
  • [Doc] Fix <MenuItem> example usage in Upgrade guide (#8678) (WiXSL)
  • [Doc] Add troubleshooting section to the Routing chapter (#8669) (fzaninotto)
  • [Demo] Remove Webpack bundler in simple example (#8694) (djhi)

4.8.1

  • Fix <Notification> raises a MUI warning when message is a string (#8666) (slax57)
  • Fix <ArrayField> breaks when value is null (#8659) (slax57)
  • Fix <SimpleForm> save toolbar hides content on mobile (#8656) (fzaninotto)
  • [TypeScript] Fix bad type deprecation on onError type (#8668) (djhi)
  • [TypeScript] Fix bad casing on onError type (#8667) (djhi)
  • [Doc] Explain <ReferenceOneField> usage with one-to-many relationships (#8660) (fzaninotto)
  • [Doc] Fix Remix installation instructions to avoid react-router error (#8655) (fzaninotto)
  • [Doc] Fix typos, snippets and file extensions in Tutorial (#8607) (erikvanderwerf)
  • [Doc] Improve <CheckboxGroupInput translateChoice> code example (#8657) (WiXSL)
  • [Demo] Fix Datagrid shows gutter on last row (#8661) (slax57)

4.8.0

  • Add ability for <List> children to handle the empty state (#8585) (djhi)
  • Add ability to override available routes for a <Resource> (#8640) (slax57)
  • Add support for <ExportButton meta> and <BulkExportButton meta> (#8636) (fkowal)
  • Add ability to use a React Node as useNotify message (#8580) (fzaninotto)
  • Add ability for <Datagrid isRowSelectable> to show a disabled checkbox for unselectable rows (#8650) (WiXSL)
  • Improve performance by memoizing mutation callbacks (#8526) (rkfg)
  • Fix shouldUnregister prop used in an Input logs a DOM warning (#8653) (fzaninotto)
  • Fix <CheckboxGroupInput helperText> placement and color (#8652) (fzaninotto)
  • Fix useList filter option not working with nested objects (#8646) (WiXSL)
  • [TypeScript] Make <FormDataConsumer> generic (#8389) (Gabriel-Malenowitch)
  • [Doc] Add section in <Breadcrumb> documentation about nested resources (#8648) (fzaninotto)
  • [Doc] Fix useMutation usage examples use the wrong syntax (#8647) (WiXSL)

4.7.6

This release contains a security fix. You must upgrade to this version if you use <RichTextField> with rich text data that isn't sanitized server-side.

  • [Security] Fix XSS vulnerability in <RichTextField> (#8644) (fzaninotto)
  • Fix <FilterForm> cannot clear filter with complex object value (#8637) (slax57)
  • [Doc] Add <StackedFilters> chapter (#8631) (fzaninotto)

4.7.5

  • Fix <FileInput> label color (#8625) (fzaninotto)
  • Fix cannot override <CreateButton> and <EditButton> style with a theme (#8624) (IAmVisco)

... (truncated)

Changelog

Sourced from react-admin's changelog.

v4.8.2

  • Fix <Labeled> ignores fullWidth when label is false (#8689) (slax57)
  • Fix <AutocompleteInput> when record has a different shape between getList and getMany (#8687) (slax57)
  • Fix <Configurable> elements don't allow to edit a text field (#8682) (fzaninotto)
  • Fix <DatagridConfigurable> column ordering feature does not work in Firefox (#8673) (slax57)
  • [Typescript] Fix <Datagrid rowClick> type and documentation (#8677) (djhi)
  • [TypeScript] Add type to downloadCSV function (#8686) (zhujinxuan)
  • [Doc] Add ra-auth-msal to the authProvider list (#8703) (slax57)
  • [Doc] Fix typo in Vite documentation (#8692) (djhi)
  • [Doc] Add global definition to the Vite example, and offer to install the Roboto font locally (#8680) (slax57)
  • [Doc] Fix <MenuItem> example usage in Upgrade guide (#8678) (WiXSL)
  • [Doc] Add troubleshooting section to the Routing chapter (#8669) (fzaninotto)
  • [Demo] Remove Webpack bundler in simple example (#8694) (djhi)

v4.8.1

  • Fix <Notification> raises a MUI warning when message is a string (#8666) (slax57)
  • Fix <ArrayField> breaks when value is null (#8659) (slax57)
  • Fix <SimpleForm> save toolbar hides content on mobile (#8656) (fzaninotto)
  • [TypeScript] Fix bad type deprecation on onError type (#8668) (djhi)
  • [TypeScript] Fix bad casing on onError type (#8667) (djhi)
  • [Doc] Explain <ReferenceOneField> usage with one-to-many relationships (#8660) (fzaninotto)
  • [Doc] Fix Remix installation instructions to avoid react-router error (#8655) (fzaninotto)
  • [Doc] Fix typos, snippets and file extensions in Tutorial (#8607) (erikvanderwerf)
  • [Doc] Improve <CheckboxGroupInput translateChoice> code example (#8657) (WiXSL)
  • [Demo] Fix Datagrid shows gutter on last row (#8661) (slax57)

v4.8.0

  • Add ability for <List> children to handle the empty state (#8585) (djhi)
  • Add ability to override available routes for a <Resource> (#8640) (slax57)
  • Add support for <ExportButton meta> and <BulkExportButton meta> (#8636) (fkowal)
  • Add ability to use a React Node as useNotify message (#8580) (fzaninotto)
  • Add ability for <Datagrid isRowSelectable> to show a disabled checkbox for unselectable rows (#8650) (WiXSL)
  • Improve performance by memoizing mutation callbacks (#8526) (rkfg)
  • Fix shouldUnregister prop used in an Input logs a DOM warning (#8653) (fzaninotto)
  • Fix <CheckboxGroupInput helperText> placement and color (#8652) (fzaninotto)
  • Fix useList filter option not working with nested objects (#8646) (WiXSL)
  • [TypeScript] Make <FormDataConsumer> generic (#8389) (Gabriel-Malenowitch)
  • [Doc] Add section in <Breadcrumb> documentation about nested resources (#8648) (fzaninotto)
  • [Doc] Fix useMutation usage examples use the wrong syntax (#8647) (WiXSL)

v4.7.6

This release contains a security fix. You must upgrade to this version if you use <RichTextField> with rich text data that isn't sanitized server-side.

  • [Security] Fix XSS vulnerability in <RichTextField> (#8644) (fzaninotto)
  • Fix <FilterForm> cannot clear filter with complex object value (#8637) (slax57)
  • [Doc] Add <StackedFilters> chapter (#8631) (fzaninotto)

... (truncated)

Commits
  • d30c18e v4.8.2
  • d5f193d Prepare Changelog for v4.8.2
  • 5aa27d5 Merge pull request #8703 from marmelab/add-msal-to-authProvider-list
  • 2d14105 [Doc] Add ra-auth-msal to the authProvider list
  • 2e2d6e3 Merge pull request #8701 from marmelab/doc-fix-algolia-popup-style
  • f30c703 [Doc] Fix Algolia popup style
  • 1f9d452 Merge pull request #8692 from marmelab/update-vite-doc
  • 879411f Merge pull request #8694 from marmelab/simplify-simple-example-codesandbox
  • 3e142e1 Revert sidebar style change
  • 5218dd6 [doc] fix sidebar style regression
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [react-admin](https://github.com/marmelab/react-admin) from 4.2.0 to 4.8.2.
- [Release notes](https://github.com/marmelab/react-admin/releases)
- [Changelog](https://github.com/marmelab/react-admin/blob/master/CHANGELOG.md)
- [Commits](marmelab/react-admin@v4.2.0...v4.8.2)

---
updated-dependencies:
- dependency-name: react-admin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 7, 2023
@nx-cloud
Copy link

nx-cloud bot commented Mar 7, 2023

☁️ Nx Cloud Report

CI is running/has finished running commands for commit d2ee473. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this branch


✅ Successfully ran 1 target

Sent with 💌 from NxCloud.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant