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.14.0 in /ui #237

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 11, 2023

Bumps react-admin from 4.7.4 to 4.14.0.

Release notes

Sourced from react-admin's releases.

4.14.0

  • Add support for lazy-loaded React components (#9260) (fzaninotto)
  • Add <SortButton sx> prop to customize button style (#9223) (fzaninotto)
  • Add <ResourceMenuItems> to facilitate custom menus (#9212) (fzaninotto)
  • Add <PrevNextButtons> for <Show> and <Edit> views (#9165) (adguernier)
  • Add full record to <AutocompleteInput> and <AutocompleteArrayInput>'s onChange parameters (#9245) (slax57)
  • Fix top margin of <TopToolbar> to move content up when there is no filter (#9232) (fzaninotto)
  • Fix Filter Form to show remove button after the input (#9224) (fzaninotto)
  • Fix <PrevNextButtons> to fetch less aggressively (#9209) (fzaninotto)
  • [TypeScript] Change the definition of sort order to ASC|DESC (#8466) (zhujinxuan)

4.13.4

  • Fix <AutocompleteInput>'s onInputChange is never called (#9240) (tdnl)
  • Fix typo in deprecated <Datagrid> rowStyle message (#9252) (onefifth)
  • [Demo] Add lazy loading to CRM demo to illustrate code splitting (#9255) (fzaninotto)
  • [Doc] Fix typo double text (#9253) (oxwazz)
  • [Doc] Fix typo in <RichTextInput> documentation (#9244) (mhfortuna)
  • [Doc] Fix typos and invalid code fences languages (#9238) (djhi)

4.13.3

  • Fix <NumberInput> and <BooleanInput> programmatic focus (#9221) (fzaninotto)
  • Fix useReferenceManyFieldController fails with error when the record is not yet present (#9236) (djhi)
  • Fix bulk actions toolbar styling issue on mobile (#9222) (fzaninotto)
  • [TypeScript] Add inline documentation for most common components (#9234) (fzaninotto)
  • [Doc] Update sx sections to point to the new SX documentation (#9233) (fzaninotto)
  • [Doc] Fix docs anchors and typos (#9235) (WiXSL)
  • [Doc] Fix explanations context in <ReferenceManyToManyInput> documentation (#9228) (adguernier)
  • [Doc] Fix <List actions> example throws an error (#9220) (fzaninotto)
  • [Doc] Fix startup command in project Readme file (#9231) (azizChebbi)

4.13.2

  • Fix Guessers should not log in CI by default (#9218) (fzaninotto)
  • Fix package.json should mention peer dependency on react-is (#9201) (kamiyo)
  • Fix validation errors from resolvers are not translated (#9191) (djhi)
  • [Doc] WizardForm: document ability to pass progress={false} (#9216) (slax57)
  • [Doc] Fix typo in useInfiniteGetList doc (#9210) (codyavila)
  • [Doc] Convert <Datagrid> documentation to TS (#9207) (djhi)
  • [Doc] Convert <Admin> documentation to TS (#9206) (djhi)
  • [Doc] display a comment inviting to switch to TS if transpiled code is empty (#9205) (adguernier)
  • [Doc] Add screenshot and screencast for <ReferenceManyToManyInput> and <ReferenceManyToManyField> (#9204) (adguernier)
  • [Doc] Update the Data Fetching documentation (#9200) (fzaninotto)
  • [TypeScript] Fix withLifecycleCallbacks beforeSave return type (#9199) (djhi)

4.13.1

  • Fix <ArrayInput> does not apply default values set on inputs (#9198) (djhi)
  • Fix <ReferenceInput queryOptions> does not apply to getMany query (#9197) (fzaninotto)
  • Fix <UpdateButton> with custom notification doesn't close the confirmation dialog (#9196) (fzaninotto)
  • Fix <FilterLiveSearch> uses label as placeholder by default (#9185) (fzaninotto)
  • [TypeScript] Fix missing types for TranslationMessages (#9187) (bicstone)
  • [Doc] Refactor Theming documentation (#9193) (fzaninotto)

... (truncated)

Changelog

Sourced from react-admin's changelog.

v4.14.0

  • Add support for lazy-loaded React components (#9260) (fzaninotto)
  • Include full record in <AutocompleteInput> and <AutocompleteArrayInput>'s onChange (#9245) (slax57)
  • Fix top margin of <TopToolbar> to move content up when there is no filter (#9232) (fzaninotto)
  • Add <SortButton sx> prop to customize button style (#9223) (fzaninotto)
  • Add <ResourceMenuItems> to facilitate custom menus (#9212) (fzaninotto)
  • Add <PrevNextButtons> for <Show> and <Edit> views (#9165) (adguernier)
  • Fix Filter Form to show remove button after the input (#9224) (fzaninotto)
  • Fix <PrevNextButtons> to fetch less aggressively (#9209) (fzaninotto)
  • Change the definition of sort order to ASC|DESC (#8466) (zhujinxuan)

v4.13.4

  • Fix <AutocompleteInput>'s onInputChange is never called (#9240) (tdnl)
  • Fix typo in deprecated <Datagrid> rowStyle message (#9252) (onefifth)
  • [Demo] Add lazy loading to CRM demo to illustrate code splitting (#9255) (fzaninotto)
  • [Doc] Fix typo double text (#9253) (oxwazz)
  • [Doc] Fix typo in <RichTextInput> documentation (#9244) (mhfortuna)
  • [Doc] Fix typos and invalid code fences languages (#9238) (djhi)

v4.13.3

  • Fix <NumberInput> and <BooleanInput> programmatic focus (#9221) (fzaninotto)
  • Fix useReferenceManyFieldController fails with error when the record is not yet present (#9236) (djhi)
  • Fix bulk actions toolbar styling issue on mobile (#9222) (fzaninotto)
  • [TypeScript] Add inline documentation for most common components (#9234) (fzaninotto)
  • [Doc] Update sx sections to point to the new SX documentation (#9233) (fzaninotto)
  • [Doc] Fix docs anchors and typos (#9235) (WiXSL)
  • [Doc] Fix explanations context in <ReferenceManyToManyInput> documentation (#9228) (adguernier)
  • [Doc] Fix <List actions> example throws an error (#9220) (fzaninotto)
  • [Doc] Fix startup command in project Readme file (#9231) (azizChebbi)

v4.13.2

  • Fix Guessers should not log in CI by default (#9218) (fzaninotto)
  • Fix package.json should mention peer dependency on react-is (#9201) (kamiyo)
  • Fix validation errors from resolvers are not translated (#9191) (djhi)
  • [Doc] WizardForm: document ability to pass progress={false} (#9216) (slax57)
  • [Doc] Fix typo in useInfiniteGetList doc (#9210) (codyavila)
  • [Doc] Convert <Datagrid> documentation to TS (#9207) (djhi)
  • [Doc] Convert <Admin> documentation to TS (#9206) (djhi)
  • [Doc] display a comment inviting to switch to TS if transpiled code is empty (#9205) (adguernier)
  • [Doc] Add screenshot and screencast for <ReferenceManyToManyInput> and <ReferenceManyToManyField> (#9204) (adguernier)
  • [Doc] Update the Data Fetching documentation (#9200) (fzaninotto)
  • [TypeScript] Fix withLifecycleCallbacks beforeSave return type (#9199) (djhi)

v4.13.1

  • Fix <ArrayInput> does not apply default values set on inputs (#9198) (djhi)

... (truncated)

Commits

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.14.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.14.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 Sep 11, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 18, 2023

Superseded by #245.

@dependabot dependabot bot closed this Sep 18, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/ui/react-admin-4.14.0 branch September 18, 2023 15:37
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