Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump react-admin from 4.7.4 to 4.13.0 in /ui #214

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 14, 2023

Bumps react-admin from 4.7.4 to 4.13.0.

Release notes

Sourced from react-admin's releases.

4.13.0

  • Add <FilterListItem icon> prop to show an icon for each filter list item (#9150) (Guy-Adler)
  • Add transform prop to <DateField> and <NumberField> (#9147) (fzaninotto)
  • Add <RecordRepresentation> to streamline rendering a record as string (#9095) (djhi)
  • Add <UpdateButton> to let users update the current record (#9088) (djhi)
  • Add <CheckForApplicationUpdate> to suggest a reload when the application code has changed (#9059) (djhi)
  • Add <Datagrid rowSx> prop to customize row style for each record (#8925) (zhujinxuan)
  • Update <SimpleList> to fallback to recordRepresentation when not given primaryText (#9172) (fzaninotto)
  • Update <TitlePortal> to allow customization of the the page title style (#9171) (fzaninotto)
  • Update <List> mobile layout to display actions first (#9170) (fzaninotto)
  • Update <Input> components width on mobile to make them full width by default (#9169) (fzaninotto)
  • Update <TranslatableInputs> to allow vertical layout (#9126) (slax57)
  • Update <Confirm> to accept a React node as confirmTitle or confirmContent (#9115) (yurassic)
  • Fix <SelectInput> throws error when fetching choices manually (#9179) (fzaninotto)
  • Fix <SelectInput> translates choices even inside a <ReferenceInput> (#9176) (fzaninotto)
  • Fix <SingleFieldList> children don't use default link color (#9174) (fzaninotto)
  • Fix ra-data-provider-fakerest getMany doesn't preserve the ids order (#9168) (fzaninotto)
  • Fix Fields Record Type Parameter (#9092) (djhi)
  • [Doc] Fix tutorial misses step to link references together (#9167) (fzaninotto)

4.12.4

  • Fix <FilterLiveSearch> reset button does not reset the value (#9149) (fzaninotto)
  • Fix deprecated defaultProps warnings in React 18 (#9124) (adguernier)
  • [Doc] Add documentation about <BulkUpdateFormButton> and <InputSelectorForm> (#9145) (adguernier)
  • [Doc] Improve <TranslatableFields> chapter (#9154) (adguernier)
  • [Doc] Fix Next.js tutorial for app and pages router (#9131) (adguernier)
  • [Doc] Fix <Admin loginPage={false}> leads to an infinite loop (#9166) (fzaninotto)
  • [Doc] Fix <AutoSaveToolbar> should be used as a ReactElement (#9157) (adguernier)
  • [Doc] Fix <WizardForm> snippet to use a custom progress bar (#9163) (adguernier)
  • [Doc] Fix canAccess and <IfCanAccess> documentation about wildcard action fallback (#9144) (adguernier)
  • [Doc] Fix default perPage value in useList (#9139) (smeng9)
  • [Doc] Fix <Confirm> description of confirm and cancel icon types (#9140) (smeng9)

4.12.3

  • Fix <FileField> should not propagate click (#9133) (slax57)
  • [TypeScript] Fix TS errors with <ArrayField> and <ChipField> in stories (#9132) (slax57)
  • [Doc] Rename Architecture page to Key Concepts (#9078) (fzaninotto)
  • [Doc] Fix HowTos order and syntax in various chapters (#9123) (fzaninotto)
  • [Doc] Fix deprecated bulkActionButtons prop of List component (#9135) (smeng9)
  • [chore] Bump semver from 5.7.1 to 5.7.2 (#9091) (dependabot[bot])

4.12.2

  • Fix useUnique should allow value if the only matching record is the current one (#9118) (djhi)
  • Call checkError when getPermissions fails (#9117) (djhi)
  • Fix useGetManyReference default onSuccess throws when the query is disabled (#9116) (slax57)
  • Fix <TranslatableInputs> should support fullWitdh and sx props (#9104) (djhi)
  • Fix remove unsupported propTypes on <List> (#9101) (WiXSL)
  • Fix <SimpleFormIterator> with <FormDataConsumer> should not re-apply default values (#9094) (slax57)
  • [Demo] Improve CRM Demo Kanban code (#9114) (slax57)
  • [Demo] Replace react-beautiful-dnd by @hello-pangea/dnd to support React 18 (#9097) (slax57)

... (truncated)

Changelog

Sourced from react-admin's changelog.

v4.13.0

  • Add <FilterListItem icon> prop to show an icon for each filter list item (#9150) (Guy-Adler)
  • Add transform prop to <DateField> and <NumberField> (#9147) (fzaninotto)
  • Add <RecordRepresentation> to streamline rendering a record as string (#9095) (djhi)
  • Add <UpdateButton> to let users update the current record (#9088) (djhi)
  • Add <CheckForApplicationUpdate> to suggest a reload when the application code has changed (#9059) (djhi)
  • Add <Datagrid rowSx> prop to customize row style for each record (#8925) (zhujinxuan)
  • Update <SimpleList> to fallback to recordRepresentation when not given primaryText (#9172) (fzaninotto)
  • Update <TitlePortal> to allow customization of the the page title style (#9171) (fzaninotto)
  • Update <List> mobile layout to display actions first (#9170) (fzaninotto)
  • Update <Input> components width on mobile to make them full width by default (#9169) (fzaninotto)
  • Update <TranslatableInputs> to allow vertical layout (#9126) (slax57)
  • Update <Confirm> to accept a React node as confirmTitle or confirmContent (#9115) (yurassic)
  • Fix <SelectInput> throws error when fetching choices manually (#9179) (fzaninotto)
  • Fix <SelectInput> translates choices even inside a <ReferenceInput> (#9176) (fzaninotto)
  • Fix <SingleFieldList> children don't use default link color (#9174) (fzaninotto)
  • Fix ra-data-provider-fakerest getMany doesn't preserve the ids order (#9168) (fzaninotto)
  • Fix Fields Record Type Parameter (#9092) (djhi)
  • [Doc] Fix tutorial misses step to link references together (#9167) (fzaninotto)

v4.12.4

  • Fix <FilterLiveSearch> reset button does not reset the value (#9149) (fzaninotto)
  • Fix deprecated defaultProps warnings in React 18 (#9124) (adguernier)
  • [Doc] Add documentation about <BulkUpdateFormButton> and <InputSelectorForm> (#9145) (adguernier)
  • [Doc] Improve <TranslatableFields> chapter (#9154) (adguernier)
  • [Doc] Fix Next.js tutorial for app and pages router (#9131) (adguernier)
  • [Doc] Fix <Admin loginPage={false}> leads to an infinite loop (#9166) (fzaninotto)
  • [Doc] Fix <AutoSaveToolbar> should be used as a ReactElement (#9157) (adguernier)
  • [Doc] Fix <WizardForm> snippet to use a custom progress bar (#9163) (adguernier)
  • [Doc] Fix canAccess and <IfCanAccess> documentation about wildcard action fallback (#9144) (adguernier)
  • [Doc] Fix default perPage value in useList (#9139) (smeng9)
  • [Doc] Fix <Confirm> description of confirm and cancel icon types (#9140) (smeng9)

v4.12.3

  • Fix <FileField> should not propagate click (#9133) (slax57)
  • [TypeScript] Fix TS errors with <ArrayField> and <ChipField> in stories (#9132) (slax57)
  • [Doc] Rename Architecture page to Key Concepts (#9078) (fzaninotto)
  • [Doc] Fix HowTos order and syntax in various chapters (#9123) (fzaninotto)
  • [Doc] Fix deprecated bulkActionButtons prop of List component (#9135) (smeng9)
  • [chore] Bump semver from 5.7.1 to 5.7.2 (#9091) (dependabot[bot])

v4.12.2

  • Fix useUnique should allow value if the only matching record is the current one (#9118) (djhi)
  • Call checkError when getPermissions fails (#9117) (djhi)
  • Fix useGetManyReference default onSuccess throws when the query is disabled (#9116) (slax57)
  • Fix <TranslatableInputs> should support fullWitdh and sx props (#9104) (djhi)

... (truncated)

Commits
  • a858b4f v4.13.0
  • a80896a Update Changelog for v4.13.0
  • 6bbb309 Merge branch 'master' into next
  • 1985c5e Merge pull request #9092 from marmelab/improve-types
  • ca7decf Revert Documentation about Field Record Type Parameter
  • e24cbe7 Fix Field Record Type Parameter
  • e3975c8 Merge pull request #9179 from marmelab/fix-selectinput-isloading
  • 507dcc0 Fix documentation about Field generic parameter
  • 43a974d Fix SelectInput throws error when fetching choices manually
  • 491e23a Merge branch 'master' into next
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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.7.4 to 4.13.0.
- [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.7.4...v4.13.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 14, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 21, 2023

Superseded by #222.

@dependabot dependabot bot closed this Aug 21, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/ui/react-admin-4.13.0 branch August 21, 2023 15:55
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants