1 file changed
+1
-1
lines changed- .eslintrc.cjs+7
- README.md+1
- docs/source/configuration/settings-reference.md+568-534
- docs/source/contributing/accessibility-guidelines.md+5
- docs/source/release-notes/index.md+24
- docs/source/theming/create-theme-add-on.md+27-3
- docs/source/upgrade-guide/index.md+20-4
- packages/blocks/news/7538.internal+1
- packages/blocks/package.json+1-1
- packages/components/.prettierrc-2
- packages/components/news/+rsc.feature+1
- packages/components/package.json-1
- packages/components/tsup.config.ts+5
- packages/layout/7538.internal+1
- packages/layout/package.json+1-1
- packages/registry/CHANGELOG.md+10
- packages/registry/__tests__/addon-registry.test.js+41-1
- packages/registry/__tests__/fixtures/test-volto-project/addons/test-addon/package.json+2-1
- packages/registry/__tests__/fixtures/test-volto-project/node_modules/test-released-addon/package.json+2-1
- packages/registry/__tests__/fixtures/test-volto-project/node_modules/test-released-source-addon/package.json+2-1
- packages/registry/package.json+2-2
- packages/registry/src/addon-registry/addon-registry.ts+19-5
- packages/types/CHANGELOG.md+6
- packages/types/package.json+1-1
- packages/types/src/blocks/index.d.ts+1
- packages/volto/.eslintignore+1
- packages/volto/.eslintrc+26-11
- packages/volto/CHANGELOG.md+24
- packages/volto/README.md+1
- packages/volto/cypress.config.js+1
- packages/volto/cypress/support/guillotina.js+1
- packages/volto/cypress/tests/core/blocks/blocks-search.js+25-12
- packages/volto/cypress/tests/core/blocks/blocks-teaser.js+3-1
- packages/volto/cypress/tests/core/blocks/listing/blocks-listing.js+2-1
- packages/volto/cypress/tests/coresandbox/formBlockValidation.js+2-1
- packages/volto/cypress/tests/coresandbox/formFieldTypeValidation.js+5-1
- packages/volto/news/7565.documentation+1
- packages/volto/package.json+8-7
- packages/volto/src/components/manage/Controlpanels/Users/UsersControlpanel.jsx+575-630
- packages/volto/src/components/manage/Controlpanels/Users/UsersControlpanel.test.jsx+4-3
- packages/volto/src/components/manage/Multilingual/CreateTranslation.jsx+8-8
- packages/volto/src/components/manage/Sidebar/SidebarPortal.jsx-47
- packages/volto/src/components/manage/Sidebar/SidebarPortal.test.jsx-26
- packages/volto/src/components/manage/Sidebar/SidebarPortal.test.tsx+42
- packages/volto/src/components/manage/Sidebar/SidebarPortal.tsx+48
- packages/volto/src/components/manage/Sidebar/__snapshots__/SidebarPortal.test.jsx.snap-5
- packages/volto/src/components/manage/Widgets/ImageWidget.jsx+11-4
- packages/volto/src/components/theme/View/View.jsx+1-1
- packages/volto/src/helpers/Content/Content.js+23
- packages/volto/src/helpers/Content/Content.test.js+39
- packages/volto/src/helpers/Extensions/withBlockSchemaEnhancer.jsx+4-1
- packages/volto/src/hooks/user/useUser.js+1-1
- packages/volto/src/reducers/content/content.js+3-18
- packages/volto/src/reducers/diff/diff.js+5-1
- packages/volto/src/reducers/diff/diff.test.js+60-4
- packages/volto/theme/themes/pastanaga/extras/main.less+13-2
- packages/volto/theme/themes/pastanaga/extras/utils.less-63
- packages/volto/types/components/manage/Controlpanels/Users/UsersControlpanel.d.ts+6-2
- packages/volto/types/components/manage/Controlpanels/index.d.ts+1-1
- packages/volto/types/components/manage/Sidebar/SidebarPortal.d.ts+7-15
- packages/volto/types/helpers/Content/Content.d.ts+7
- packages/volto/types/helpers/Extensions/withBlockSchemaEnhancer.d.ts+4-5
- pnpm-lock.yaml+347-698
0 commit comments