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-french from 4.13.3 to 4.14.1 #401

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps ra-language-french from 4.13.3 to 4.14.1.

Release notes

Sourced from ra-language-french's releases.

4.14.1

  • Fix filters not matching inputs are ignored without syncWithLocation (#9283) (djhi)
  • Fix create-react-admin does not include gitignore (#9280) (djhi)
  • Fix <RichTextInput> does not trigger onBlur (#9272) (slax57)
  • Fix <TopToolbar>: React does not recognize the hasCreate prop on a DOM element (#9267) (slax57)
  • Fix usePermissions should only log errors in development mode (#9262) (NidhiSharma63)
  • [Doc] Improve Example REST Implementation when calling create with partial data (#9276) (slax57)
  • [Doc] Improve <Breadcrumb> documentation (#9271) (fzaninotto)
  • [Doc] Improve <ReferenceManyToManyInput> documentation (#9270) (adguernier)
  • [Doc] Improve and reorder <ReferenceManyToManyField> documentation (#9269) (adguernier)
  • [Doc] Fix external link in <FileInput> and <ImageInput> (#9268) (WiXSL)
  • [Doc] Fix <SaveButton> example (#9266) (WiXSL)
  • [Doc] Explain how to lazy load <RichTextInput> (#9263) (fzaninotto)
  • [Doc] Fix typos on Admin, Architecture, EditTutorial, Features, Fields, Inputs, and Tutorial pages (#9259) (mchaffotte)
  • [Demo] Fix preferences are shared between demos (#9264) (mchaffotte)

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)
Changelog

Sourced from ra-language-french's changelog.

v4.14.1

  • Fix filters not matching inputs are ignored without syncWithLocation (#9283) (djhi)
  • Fix create-react-admin does not include gitignore (#9280) (djhi)
  • Fix <RichTextInput> does not trigger onBlur (#9272) (slax57)
  • Fix <TopToolbar>: React does not recognize the hasCreate prop on a DOM element (#9267) (slax57)
  • Fix usePermissions should only log errors in development mode (#9262) (NidhiSharma63)
  • [Doc] Improve Example REST Implementation when calling create with partial data (#9276) (slax57)
  • [Doc] Improve <Breadcrumb> documentation (#9271) (fzaninotto)
  • [Doc] Improve <ReferenceManyToManyInput> documentation (#9270) (adguernier)
  • [Doc] Improve and reorder <ReferenceManyToManyField> documentation (#9269) (adguernier)
  • [Doc] Fix external link in <FileInput> and <ImageInput> (#9268) (WiXSL)
  • [Doc] Fix <SaveButton> example (#9266) (WiXSL)
  • [Doc] Explain how to lazy load <RichTextInput> (#9263) (fzaninotto)
  • [Doc] Fix typos on Admin, Architecture, EditTutorial, Features, Fields, Inputs, and Tutorial pages (#9259) (mchaffotte)
  • [Demo] Fix preferences are shared between demos (#9264) (mchaffotte)

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)
Commits
  • ec17133 v4.14.1
  • 6963995 Update Changelog for 4.14.1
  • 144a973 Merge pull request #9283 from marmelab/fix-quick-filters-are-ignored
  • 2da18dd Merge pull request #9280 from marmelab/create-react-admin-gitignore
  • 5d8f8da [Doc] Fix link in Tutorial
  • 7b8603e Fix regression for input filters
  • 6da3cf0 Generate gitignore via code
  • e93c8b1 Fix filters not matching inputs are ignored without syncWithLocation
  • bb6fec3 Fix create-react-admin does not include gitignore
  • 60b42c3 [Doc] Explain that ReferenceManyInput allows to edit the fields of an associa...
  • 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-french](https://github.com/marmelab/react-admin) from 4.13.3 to 4.14.1.
- [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.13.3...v4.14.1)

---
updated-dependencies:
- dependency-name: ra-language-french
  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 18, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 25, 2023

Superseded by #405.

@dependabot dependabot bot closed this Sep 25, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/ra-language-french-4.14.1 branch September 25, 2023 21:13
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