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

Bump ra-language-english from 4.16.20 to 5.1.2 #603

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 19, 2024

Bumps ra-language-english from 4.16.20 to 5.1.2.

Release notes

Sourced from ra-language-english's releases.

5.1.2

  • Fix <PrevNextButtons> index when using paginated results (#10144) (slax57)
  • Fix useInput should call a custom validator with the final source in respect to the <SourceContext> (#10148) (slax57)
  • Fix ra-data-graphql incorrectly warns about deprecated override option being set (#10138) (JonasDoe)
  • Fix create-react-admin CLI to generate valid react-admin v5 apps (#10131) (djhi)
  • [Doc] Fix <ReferenceInput> usage incorrectly mentions the validate prop (#10134) (fzaninotto)
  • [Doc] Fix broken links to webm videos (#10143) (slax57)
  • [Doc] Improve types in QuickFilter doc (#10150) (slax57)
  • [Doc] Update ra-search documentation to mention disableHighlight (#10135) (djhi)
  • [Doc] Add ra-data-nestjs-query to the list of Data Providers (#10145) (mrnkr)

5.1.1

  • Fix <TranslatableInputs> throws error when used with null value (#10125) (glauff)
  • Fix ListContext.setSort ignores the sort order when the chosen field is the current one (#10114) (adguernier)
  • Fix <Datagrid rowClick> is called on mount (#10102) (djhi)
  • Fix <SimpleFormIterator> adds a left padding when there is no label (#10092) (fzaninotto)
  • Fix <DateInput> and <DateTimeInput> do not handle partial values correctly on Firefox (#9543) (arimet)

5.1.0

5.0.5

  • Fix <AutocompleteInput> clear button does not clear new choice (#10023) (adguernier)
  • Fix <FilterLiveSearch> should react to filter values change (#9996) (slax57)
  • Fix defaultDataProvider breaking change (#10001) (Nilegfx)
  • Fix TabbedForm with uri encoded identifiers (#10021) (djhi)
  • [Doc] Update ra-relationships documentation (#10018) (djhi)
  • [Doc] Verify if Beginning mode exist before add event (#10016) (arimet)

5.0.4

  • Fix warning when using <List filter>instead of filters (#9980) (djhi)
  • Fix ra-data-graphql custom context gets overwritten on queries (#9976) (jspizziri)
  • [Chore] Backport missing changes from 4.x (#9989) (slax57)
  • [Doc] Fix Remix installation instructions (#9982) (djhi)
  • [Doc] Update <Admin> doc to explain how to allow anonymous access to dashboard (#9992) (fzaninotto)
  • [Doc] Fix <Datagrid> standalone usage misses required resource prop (#9991) (fzaninotto)
  • [Doc] Update <Breadcrumb> doc according V5 upgrade (#9988) (adguernier)
  • [Doc] Update ra-rbac documentation following v5 upgrade (#9987) (slax57)
  • [Doc] Update ra-datagrid-ag doc according to V5 (#9985) (adguernier)

... (truncated)

Changelog

Sourced from ra-language-english's changelog.

v5.1.2

  • Fix <PrevNextButtons> index when using paginated results (#10144) (slax57)
  • Fix useInput should call a custom validator with the final source in respect to the <SourceContext> (#10148) (slax57)
  • Fix ra-data-graphql incorrectly warns about deprecated override option being set (#10138) (JonasDoe)
  • Fix create-react-admin CLI to generate valid react-admin v5 apps (#10131) (djhi)
  • [Doc] Fix <ReferenceInput> usage incorrectly mentions the validate prop (#10134) (fzaninotto)
  • [Doc] Fix broken links to webm videos (#10143) (slax57)
  • [Doc] Improve types in QuickFilter doc (#10150) (slax57)
  • [Doc] Update ra-search documentation to mention disableHighlight (#10135) (djhi)
  • [Doc] Add ra-data-nestjs-query to the list of Data Providers (#10145) (mrnkr)

v5.1.1

  • Fix <TranslatableInputs> throws error when used with null value (#10125) (glauff)
  • Fix ListContext.setSort ignores the sort order when the chosen field is the current one (#10114) (adguernier)
  • Fix <Datagrid rowClick> is called on mount (#10102) (djhi)
  • Fix <SimpleFormIterator> adds a left padding when there is no label (#10092) (fzaninotto)
  • Fix <DateInput> and <DateTimeInput> do not handle partial values correctly on Firefox (#9543) (arimet)

v5.1.0

v5.0.5

  • Fix <AutocompleteInput> clear button does not clear new choice (#10023) (adguernier)
  • Fix <FilterLiveSearch> should react to filter values change (#9996) (slax57)
  • Fix defaultDataProvider breaking change (#10001) (Nilegfx)
  • Fix TabbedForm with uri encoded identifiers (#10021) (djhi)
  • [Doc] Update ra-relationships documentation (#10018) (djhi)
  • [Doc] Verify if Beginning mode exist before add event (#10016) (arimet)

v5.0.4

  • Fix warning when using <List filter>instead of filters (#9980) (djhi)
  • Fix ra-data-graphql custom context gets overwritten on queries (#9976) (jspizziri)
  • [Chore] Backport missing changes from master (#9989) (slax57)
  • [Doc] Fix Remix installation instructions (#9982) (djhi)

... (truncated)

Upgrade guide

Sourced from ra-language-english's upgrade guide.


layout: default title: "Upgrading to v5"

Upgrading to v5

React-admin v5 mostly focuses on removing deprecated features and upgrading dependencies. This makes the upgrade process easier than previous versions. However, there are still some breaking changes you should be aware of.

... (truncated)

Commits
  • e9d0922 v5.1.2
  • c7d869f changelog for v5.1.2
  • 8787c4c Merge pull request #10148 from marmelab/fix-validator-SourceContext
  • 80cf026 Merge pull request #10150 from marmelab/doc-QuickFilter
  • afdc20d [no ci] Doc: Improve types in QuickFilter doc
  • a23ad3c return both source and finalSource
  • 4412735 Fix: useInput should call a custom validator with the final source in respect...
  • 4d96a3b Merge pull request #10145 from mrnkr/patch-1
  • 2d8ef95 [no ci] reorder ra-data-nestjs-query and add nestjs-query logo
  • c101592 Update DataProviderList.md
  • 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 [ra-language-english](https://github.com/marmelab/react-admin) from 4.16.20 to 5.1.2.
- [Release notes](https://github.com/marmelab/react-admin/releases)
- [Changelog](https://github.com/marmelab/react-admin/blob/master/CHANGELOG.md)
- [Upgrade guide](https://github.com/marmelab/react-admin/blob/master/docs/Upgrade.md)
- [Commits](marmelab/react-admin@v4.16.20...v5.1.2)

---
updated-dependencies:
- dependency-name: ra-language-english
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 19, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 2, 2024

Superseded by #612.

@dependabot dependabot bot closed this Sep 2, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/ra-language-english-5.1.2 branch September 2, 2024 21:19
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