@plone/volto 16.26.0 → 16.27.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.changelog.draft +2 -15
- package/.yarn/install-state.gz +0 -0
- package/.yarn/releases/yarn-4.0.2.cjs +893 -0
- package/CHANGELOG.md +17 -0
- package/apps/plone/node_modules/.bin/acorn +17 -0
- package/apps/plone/node_modules/.bin/addon +17 -0
- package/apps/plone/node_modules/.bin/autoprefixer +17 -0
- package/apps/plone/node_modules/.bin/browserslist +17 -0
- package/apps/plone/node_modules/.bin/build-storybook +17 -0
- package/apps/plone/node_modules/.bin/changelogupdater +17 -0
- package/apps/plone/node_modules/.bin/eslint +17 -0
- package/apps/plone/node_modules/.bin/eslint-config-prettier +17 -0
- package/apps/plone/node_modules/.bin/i18n +17 -0
- package/apps/plone/node_modules/.bin/jest +17 -0
- package/apps/plone/node_modules/.bin/lessc +17 -0
- package/apps/plone/node_modules/.bin/missdev +17 -0
- package/apps/plone/node_modules/.bin/prettier +17 -0
- package/apps/plone/node_modules/.bin/razzle +17 -0
- package/apps/plone/node_modules/.bin/server-test +17 -0
- package/apps/plone/node_modules/.bin/start-server-and-test +17 -0
- package/apps/plone/node_modules/.bin/start-storybook +17 -0
- package/apps/plone/node_modules/.bin/start-test +17 -0
- package/apps/plone/node_modules/.bin/storybook-server +17 -0
- package/apps/plone/node_modules/.bin/stylelint +17 -0
- package/apps/plone/node_modules/.bin/tlds +17 -0
- package/apps/plone/node_modules/.bin/ts-jest +17 -0
- package/apps/plone/node_modules/.bin/tsc +17 -0
- package/apps/plone/node_modules/.bin/tsserver +17 -0
- package/apps/plone/node_modules/.bin/uuid +17 -0
- package/apps/plone/node_modules/.bin/webpack +17 -0
- package/apps/plone/node_modules/.bin/webpack-dev-server +17 -0
- package/apps/plone/src/addons/volto-volto-project/node_modules/.bin/acorn +17 -0
- package/apps/plone/src/addons/volto-volto-project/node_modules/.bin/addon +17 -0
- package/apps/plone/src/addons/volto-volto-project/node_modules/.bin/browserslist +17 -0
- package/apps/plone/src/addons/volto-volto-project/node_modules/.bin/changelogupdater +17 -0
- package/apps/plone/src/addons/volto-volto-project/node_modules/.bin/eslint +17 -0
- package/apps/plone/src/addons/volto-volto-project/node_modules/.bin/eslint-config-prettier +17 -0
- package/apps/plone/src/addons/volto-volto-project/node_modules/.bin/i18n +17 -0
- package/apps/plone/src/addons/volto-volto-project/node_modules/.bin/prettier +17 -0
- package/apps/plone/src/addons/volto-volto-project/node_modules/.bin/release-it +17 -0
- package/apps/plone/src/addons/volto-volto-project/node_modules/.bin/stylelint +17 -0
- package/apps/plone/src/addons/volto-volto-project/node_modules/.bin/tsc +17 -0
- package/apps/plone/src/addons/volto-volto-project/node_modules/.bin/tsserver +17 -0
- package/package.json +4 -4
- package/packages/volto-slate/package.json +5 -5
- package/packages/volto-slate/src/blocks/Text/keyboard/joinBlocks.js +6 -3
- package/packages/volto-slate/src/editor/SlateEditor.jsx +3 -1
- package/packages/volto-slate/src/editor/plugins/Link/extensions.js +25 -20
- package/packages/volto-slate/src/slate-react.js +26 -0
- package/packages/volto-slate/src/utils/selection.js +7 -4
- package/pyvenv.cfg +4 -2
- package/razzle.config.js +3 -0
- package/src/components/manage/Blocks/Description/Edit.jsx +1 -1
- package/src/components/manage/Blocks/Title/Edit.jsx +1 -1
- package/src/components/manage/TextLineEdit/TextLineEdit.jsx +1 -1
- package/src/components/theme/ContentMetadataTags/ContentMetadataTags.jsx +37 -6
- package/theme/themes/pastanaga/extras/blocks.less +9 -0
- package/.yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs +0 -541
- package/.yarn/releases/yarn-3.6.3.cjs +0 -874
package/.changelog.draft
CHANGED
|
@@ -1,20 +1,7 @@
|
|
|
1
|
-
## 16.
|
|
1
|
+
## 16.27.0 (2023-11-27)
|
|
2
2
|
|
|
3
3
|
### Feature
|
|
4
4
|
|
|
5
|
-
-
|
|
6
|
-
Added landmark on sidebar @ichim-david
|
|
7
|
-
Added Pluggable section for skiplinks @ichim-david [#5290](https://github.com/plone/volto/issues/5290)
|
|
8
|
-
|
|
9
|
-
### Bugfix
|
|
10
|
-
|
|
11
|
-
- (FIX): put padding so the text is not clipped #5305 @dobri1408 [#5305](https://github.com/plone/volto/issues/5305)
|
|
12
|
-
- Fix compare translations view @sneridagh [#5327](https://github.com/plone/volto/issues/5327)
|
|
13
|
-
- Fix DatetimeWidget on FF, the button default if no type is set is sending the form. @sneridagh
|
|
14
|
-
See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#formmethod [#5343](https://github.com/plone/volto/issues/5343)
|
|
15
|
-
|
|
16
|
-
### Internal
|
|
17
|
-
|
|
18
|
-
- Add a new set of acceptance tests with the multilingual fixture using seamless mode. @sneridagh [#5332](https://github.com/plone/volto/issues/5332)
|
|
5
|
+
- Improvements and completeness of the ContentMetadataTags component @ericof @sneridagh [#5433](https://github.com/plone/volto/issues/5433)
|
|
19
6
|
|
|
20
7
|
|
package/.yarn/install-state.gz
CHANGED
|
Binary file
|