mikanarr
mikanarr copied to clipboard
Bump react-admin from 3.17.0 to 3.19.12
Bumps react-admin from 3.17.0 to 3.19.12.
Release notes
Sourced from react-admin's releases.
3.19.12
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>
(#8645) (fzaninotto)- Fix
<Pagination>
cannot be used outside aListContext
(#7957) (schirrel)- Fix
<ArrayField fullWidth>
throws DOM error (#7549) (WiXSL)- Fix
useSimpleFormIterator
is not exported (#7515) (WiXSL)- [TypeScript] Fix
useRecordContext
may returnundefined
(#7495) (KoltesDigital)- [Doc] Fix Fields doc reference to
getMany
usage (#7773) (mfaywu)- Bump moment from 2.24.0 to 2.29.2 (#7512) (dependabot)
3.19.11
- Fix
history
dependency (#7481) (WiXSL)- Fix race condition due to debounced
setFilter
(#7444) (slax57)- Fix
useGetMany
loading/loaded state does not change when query updated (#6913) (WiXSL)- Fix
<BulkUpdateButton>
color (#7303) (WiXSL)- Fix
<AutocompleteInput optionText>
returning an element throws error (#7289) (WiXSL)- Bump
url-parse
from 1.5.7 to 1.5.10 dependencies(#7313) ([dependabot bot](https://github.com/dependabot bot))- Bump
url-parse
from 1.5.3 to 1.5.7 dependencies(#7263) ([dependabot bot](https://github.com/dependabot bot))- [Doc] Add missing import in Unit Testing doc (#7434) (ValentinnDimitroff)
- [Doc] Remove deprecated props and unused imports (#7413) (takayukioda)
- [Doc] Fix
<Datagrid>
example (#7375) (WiXSL)- [Doc] Fix typo in
ra-data-graphql
readme (#7347) (dijonkitchen)- [Doc] Add greek translation (#7311) (panterz)
- [TypeScript] Fix missing
<Resource options>
label property (#7422) (soullivaneuh)3.19.10
- Fix
<CheckboxGroupInput>
changes selected values type (#7248) (WiXSL)- Fix
<DateField>
shows wrong date on negative time zones (#7242) (fzaninotto)- [Doc] Fix
<DateInput>
example offormat
andparse
withDate
object as value (#7233) (WiXSL)- Bump minor dependencies
Full Changelog: https://github.com/marmelab/react-admin/compare/v3.19.8...v3.19.10
3.19.9
Failed release, do not use
3.19.8
- Fix
<FilterButton>
throws bad error if no filters are present (#7227) (WiXSL)- Fix
page
remains the same when changingperPage
in<ReferenceXXX>
Fields (#7213) (WiXSL)- Fix
useNotify
doesn't allow multi line notifications (#7188) (WiXSL)- Fix
<AutocompleteInput>
erases input while typing (#7173) (WiXSL)- Fix
resolveBrowserLocale
tests (#7194) (FernandoKGA)- Fix
<Toolbar alwaysEnableSaveButton>
doesn't acceptfalse
(#7167) (WiXSL)- Fix
<ReferenceArrayInput>
logs console warning in certain cases (#7165) (WiXSL)- Fix DOM warnings when using
<SelectArrayInput>
as child of<ReferenceArrayInput>
(#7015) (ZachSelindh)- Fix failing admin test when running all tests together (#7136) (thdk)
- Fix GraphQL data provider swallows the Apollo Error (#6956) (hlubek)
- [TypeScript] Fix
BooleanInputProps
isn't exported (#7144) (alanpoulain)- [Doc] Fix bad url in Inputs documentation (#7230) (WiXSL)
... (truncated)
Changelog
Sourced from react-admin's changelog.
v3.19.12
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>
(#8645) (fzaninotto)- Fix
<Pagination>
cannot be used outside aListContext
(#7957) (schirrel)- Fix
<ArrayField fullWidth>
throws DOM error (#7549) (WiXSL)- Fix
useSimpleFormIterator
is not exported (#7515) (WiXSL)- [TypeScript] Fix
useRecordContext
may returnundefined
(#7495) (KoltesDigital)- [Doc] Fix Fields doc reference to
getMany
usage (#7773) (mfaywu)- Bump moment from 2.24.0 to 2.29.2 (#7512) (dependabot)
v3.19.11
- Fix
history
dependency (#7481) (WiXSL)- Fix race condition due to debounced
setFilter
(#7444) (slax57)- Fix
useGetMany
loading/loaded state does not change when query updated (#6913) (WiXSL)- Fix
<BulkUpdateButton>
color (#7303) (WiXSL)- Fix
<AutocompleteInput optionText>
returning an element throws error (#7289) (WiXSL)- Bump
url-parse
from 1.5.7 to 1.5.10 dependencies(#7313) ([dependabot bot](https://github.com/dependabot bot))- Bump
url-parse
from 1.5.3 to 1.5.7 dependencies(#7263) ([dependabot bot](https://github.com/dependabot bot))- [Doc] Add missing import in Unit Testing doc (#7434) (ValentinnDimitroff)
- [Doc] Remove deprecated props and unused imports (#7413) (takayukioda)
- [Doc] Fix
<Datagrid>
example (#7375) (WiXSL)- [Doc] Fix typo in
ra-data-graphql
readme (#7347) (dijonkitchen)- [Doc] Add greek translation (#7311) (panterz)
- [TypeScript] Fix missing
<Resource options>
label property (#7422) (soullivaneuh)v3.19.10
- Fix
<CheckboxGroupInput>
changes selected values type (#7248) (WiXSL)- Fix
<DateField>
shows wrong date on negative time zones (#7242) (fzaninotto)- [Doc] Fix
<DateInput>
example offormat
andparse
withDate
object as value (#7233) (WiXSL)- Bump minor dependencies
v3.19.9
(failed release, do not use)
v3.19.8
- Fix
<FilterButton>
throws bad error if no filters are present (#7227) (WiXSL)- Fix
page
remains the same when changingperPage
in<ReferenceXXX>
Fields (#7213) (WiXSL)- Fix
useNotify
doesn't allow multi line notifications (#7188) (WiXSL)- Fix
<AutocompleteInput>
erases input while typing (#7173) (WiXSL)- Fix
resolveBrowserLocale
tests (#7194) (FernandoKGA)- Fix
<Toolbar alwaysEnableSaveButton>
doesn't acceptfalse
(#7167) (WiXSL)- Fix
<ReferenceArrayInput>
logs console warning in certain cases (#7165) (WiXSL)- Fix DOM warnings when using
<SelectArrayInput>
as child of<ReferenceArrayInput>
(#7015) (ZachSelindh)- Fix failing admin test when running all tests together (#7136) (thdk)
... (truncated)
Commits
d295fc9
v3.19.12d438070
Prepare changelog for v3.19.12a4619a8
Merge pull request #8645 from marmelab/fix-RichTextField-XSS-v31226a15
Rollback510845f
Fix security warningfcc5f9e
Try again2c88069
Upgrade CodeQLc2113b8
Fix\<RichTextField>
XSS vulnerability663435c
Change links to CodeSandbox in readme to point to 3.x32af622
Merge pull request #7957 from schirrel/fix/pagination-props- 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 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 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) -
@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestone
will 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.