Bump react-admin from 4.2.7 to 4.7.6
Bumps react-admin from 4.2.7 to 4.7.6.
Release notes
Sourced from react-admin's releases.
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)- Fix
ra-input-rich-textdependencies on tiptap (#8622) (slax57)- [Doc] Fix
useListwithuseGetListexample (#8634) (slax57)- Bump http-cache-semantics from 4.1.0 to 4.1.1 (#8620) (dependabot)
4.7.4
- [Doc] Improve the community page (#8617) (fzaninotto)
- [Doc] Fix nested routes explanation and add more examples (#8616) (fzaninotto)
- [Demo] Fix useless
useEffectin CRM demo (#8614) (fzaninotto)4.7.3
- Fix
<AutocompleteArrayInput>when value is not an array (#8608) (djhi)- Fix
<NumberInput>should support entering a decimal number with a transitory invalid value (#8610) (slax57)4.7.2
- Fix
useGetManyAggregateerror when ids is not an array (#8603) (djhi)- Fix
<AutocompleteInput>when multiple is true and value is not an array (#8602) (djhi)- Fix
<SelectArrayInput>error when value is not an array (#8601) (djhi)- Fix
<AutocompleteInput>flickers inside<ReferenceInput>(#8599) (djhi)- [Doc] Fix typo in
<Search>example (#8579) (AdamMcquiff)- [Doc] Add Features chapter (#8598) (fzaninotto)
- [Doc] Add illustration to list and edit tutorials (#8588) (fzaninotto)
- [Doc] Add HelpDesk demo (#8583) (fzaninotto)
- Bump ua-parser-js from 0.7.31 to 0.7.33 (#8600) (dependabot)
4.7.1
- Fix
<LoginForm>logs a warning in latest Chrome (#8559) (fayazpn)- [Doc] Add new authProviders (auth0, cognito) (#8558) (djhi)
- [Doc] Fix typos in v4 Upgrade instructions (#8577) (harryghgim)
- [Doc] Fix
<AutoCompleteArrayInput>doc aboutdisableCloseOnSelect(#8569) (TurtIeSocks)- [Doc] Fix various typos (#8568) (WiXSL)
- [Doc] Fix missing
<Show disableAuthentication>prop description (#8565) (septentrion-730n)- [Doc] Fix Data Providers doc about typed
fetchJsonutility (#8563) (slax57)- [TypeScript] Fix
<DatagridRowR rowClick>type (#8561) (stesie)- Bump json5 from 1.0.1 to 1.0.2 dependenciesPull requests that update a dependency(#8552) (dependabot)
4.7.0
- Add lifecycle callbacks (
beforeDelete,afterUpdate, etc.) to facilitate dataProvider customization (#8511) (fzaninotto)- Add
<Count>and<ReferenceManyCount>components (#8492) (fzaninotto)- Add
/auth-callbackroute and new optionalauthProvider.handleLoginCalback()method (#8457) (djhi)- Add ability to set
anchorOrigininuseNotify(#8541) (fzaninotto)
... (truncated)
Changelog
Sourced from react-admin's changelog.
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)v4.7.5
- Fix
<FileInput>label color (#8625) (fzaninotto)- Fix cannot override
<CreateButton>and<EditButton>style with a theme (#8624) (IAmVisco)- Fix
ra-input-rich-textdependencies on tiptap (#8622) (slax57)- [Doc] Fix
useListwithuseGetListexample (#8634) (slax57)- Bump http-cache-semantics from 4.1.0 to 4.1.1 (#8620) (dependabot)
v4.7.4
- [Doc] Improve the community page (#8617) (fzaninotto)
- [Doc] Fix nested routes explanation and add more examples (#8616) (fzaninotto)
- [Demo] Fix useless
useEffectin CRM demo (#8614) (fzaninotto)v4.7.3
- Fix
<AutocompleteArrayInput>when value is not an array (#8608) (djhi)- Fix
<NumberInput>should support entering a decimal number with a transitory invalid value (#8610) (slax57)v4.7.2
- Fix
useGetManyAggregateerror when ids is not an array (#8603) (djhi)- Fix
<AutocompleteInput>when multiple is true and value is not an array (#8602) (djhi)- Fix
<SelectArrayInput>error when value is not an array (#8601) (djhi)- Fix
<AutocompleteInput>flickers inside<ReferenceInput>(#8599) (djhi)- [Doc] Fix typo in
<Search>example (#8579) (AdamMcquiff)- [Doc] Add Features chapter (#8598) (fzaninotto)
- [Doc] Add illustration to list and edit tutorials (#8588) (fzaninotto)
- [Doc] Add HelpDesk demo (#8583) (fzaninotto)
- Bump ua-parser-js from 0.7.31 to 0.7.33 (#8600) (dependabot)
v4.7.1
- Fix
<LoginForm>logs a warning in latest Chrome (#8559) (fayazpn)- [Doc] Add new authProviders (auth0, cognito) (#8558) (djhi)
- [Doc] Fix typos in v4 Upgrade instructions (#8577) (harryghgim)
- [Doc] Fix
<AutoCompleteArrayInput>doc aboutdisableCloseOnSelect(#8569) (TurtIeSocks)- [Doc] Fix various typos (#8568) (WiXSL)
- [Doc] Fix missing
<Show disableAuthentication>prop description (#8565) (septentrion-730n)- [Doc] Fix Data Providers doc about typed
fetchJsonutility (#8563) (slax57)- [TypeScript] Fix
<DatagridRowR rowClick>type (#8561) (stesie)- Bump json5 from 1.0.1 to 1.0.2 dependenciesPull requests that update a dependency(#8552) (dependabot)
... (truncated)
Commits
ebe2e35v4.7.6bfc333aPrepare changelog for v4.7.6c1891afMerge pull request #8644 from marmelab/fix-RichTextField-XSS9b3eed2Fix unused importe1c0b12Rollback1dd037cFix security warninge5bfbe2Fix\<RichTextField>XSS vulnerability450635dAdd story to demonstrate SimpmleFormIterator theming supportc047222Merge pull request #8631 from marmelab/doc-stacked-filters31b242dMerge pull request #8637 from marmelab/fix-filterform-with-objects- Additional commits viewable in compare view
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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -
@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.