Commit a96afe9
authored
3 files changed
+3
-3
lines changedSubmodule plone.restapi updated 111 files
- .github/workflows/acceptance.yml+11-1
- .github/workflows/code-analysis.yml+4-1
- .github/workflows/unit.yml+2-1
- CHANGELOG.md+55
- docs/source/cheatsheet.md+1-1
- docs/source/conf.py+1-1
- docs/source/contributing/Quanta.pdf
- docs/source/contributing/acceptance-tests.md
- docs/source/contributing/accessibility-guidelines.md
- docs/source/contributing/branch-policy.md
- docs/source/contributing/design-principles.md
- docs/source/contributing/icons.md
- docs/source/contributing/index.md+129
- docs/source/contributing/language-features.md
- docs/source/contributing/linting.md
- docs/source/contributing/react.md
- docs/source/contributing/redux.md
- docs/source/contributing/routing.md
- docs/source/contributing/style-guide.md
- docs/source/contributing/testing.md
- docs/source/contributing/typescript.md
- docs/source/contributing/volto-core-addons.md
- docs/source/developer-guidelines/contributing.md-73
- docs/source/developer-guidelines/index.md-38
- docs/source/index.md+1-1
- docs/source/upgrade-guide/index.md+5
- locales/ca/LC_MESSAGES/volto.po+3-3
- locales/de/LC_MESSAGES/volto.po+5-5
- locales/en/LC_MESSAGES/volto.po+3-3
- locales/es/LC_MESSAGES/volto.po+3-3
- locales/eu/LC_MESSAGES/volto.po+3-3
- locales/fr/LC_MESSAGES/volto.po+3-3
- locales/it/LC_MESSAGES/volto.po+3-3
- locales/ja/LC_MESSAGES/volto.po+3-3
- locales/nl/LC_MESSAGES/volto.po+3-3
- locales/pt/LC_MESSAGES/volto.po+3-3
- locales/pt_BR/LC_MESSAGES/volto.po+3-3
- locales/ro/LC_MESSAGES/volto.po+3-3
- locales/volto.pot+4-4
- locales/zh_CN/LC_MESSAGES/volto.po+3-3
- news/3092.documentation+1
- news/4159.bugfix+1
- news/4423.feature-1
- news/4523.documentation-1
- news/4526.bugfix-1
- news/4555.documentation-1
- news/4569.documentation-1
- news/4578.documentation-1
- news/4598.feature+1
- news/4601.bugfix+1
- news/4626.documentation+1
- news/4627.feature+1
- news/4629.internal+1
- news/4634.documentation+1
- news/4641.documentation+1
- news/4656.bugfix+1
- news/4658.feature+1
- news/4666.documentation+1
- package.json+1-1
- packages/generator-volto/CHANGELOG.md+7
- packages/generator-volto/generators/app/templates/package.json.tpl+1-1
- packages/generator-volto/package.json+1-1
- packages/scripts/CHANGELOG.md+11
- packages/scripts/package.json+2-3
- packages/scripts/yarn.lock+19-28
- packages/volto-slate/package.json+1-1
- requirements-docs.txt+2-1
- src/actions/language/language.js+1
- src/actions/querystringsearch/querystringsearch.js+20-14
- src/components/manage/Blocks/Listing/ListingBody.test.jsx+20
- src/components/manage/Blocks/Listing/withQuerystringResults.jsx+1-2
- src/components/manage/Blocks/Search/hocs/withSearch.jsx+8-4
- src/components/manage/Controlpanels/AddonsControlpanel.jsx+3-3
- src/components/manage/Controlpanels/__snapshots__/AddonsControlpanel.test.jsx.snap+2-2
- src/components/theme/PasswordReset/PasswordReset.jsx+1-1
- src/components/theme/PasswordReset/RequestPasswordReset.jsx+1-1
- src/components/theme/PasswordReset/__snapshots__/RequestPasswordReset.test.jsx.snap+1-1
- src/components/theme/View/DefaultView.jsx+1-1
- src/config/index.js+1
- src/helpers/FormValidation/FormValidation.js+10-1
- src/helpers/FormValidation/FormValidation.test.js+41
- src/helpers/Url/Url.js+19-3
- src/helpers/Url/Url.test.js+12
- src/helpers/Utils/usePagination.js+48-14
- src/helpers/Utils/usePagination.test.js+115
- styles/Vocab/Plone/accept.txt+2
- styles/Vocab/Plone/reject.txt+5
- yarn.lock+3-3
0 commit comments