@plone/volto 16.26.1 → 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.
Files changed (49) hide show
  1. package/.changelog.draft +3 -8
  2. package/.yarn/install-state.gz +0 -0
  3. package/.yarn/releases/yarn-4.0.2.cjs +893 -0
  4. package/CHANGELOG.md +6 -0
  5. package/apps/plone/node_modules/.bin/acorn +17 -0
  6. package/apps/plone/node_modules/.bin/addon +17 -0
  7. package/apps/plone/node_modules/.bin/autoprefixer +17 -0
  8. package/apps/plone/node_modules/.bin/browserslist +17 -0
  9. package/apps/plone/node_modules/.bin/build-storybook +17 -0
  10. package/apps/plone/node_modules/.bin/changelogupdater +17 -0
  11. package/apps/plone/node_modules/.bin/eslint +17 -0
  12. package/apps/plone/node_modules/.bin/eslint-config-prettier +17 -0
  13. package/apps/plone/node_modules/.bin/i18n +17 -0
  14. package/apps/plone/node_modules/.bin/jest +17 -0
  15. package/apps/plone/node_modules/.bin/lessc +17 -0
  16. package/apps/plone/node_modules/.bin/missdev +17 -0
  17. package/apps/plone/node_modules/.bin/prettier +17 -0
  18. package/apps/plone/node_modules/.bin/razzle +17 -0
  19. package/apps/plone/node_modules/.bin/server-test +17 -0
  20. package/apps/plone/node_modules/.bin/start-server-and-test +17 -0
  21. package/apps/plone/node_modules/.bin/start-storybook +17 -0
  22. package/apps/plone/node_modules/.bin/start-test +17 -0
  23. package/apps/plone/node_modules/.bin/storybook-server +17 -0
  24. package/apps/plone/node_modules/.bin/stylelint +17 -0
  25. package/apps/plone/node_modules/.bin/tlds +17 -0
  26. package/apps/plone/node_modules/.bin/ts-jest +17 -0
  27. package/apps/plone/node_modules/.bin/tsc +17 -0
  28. package/apps/plone/node_modules/.bin/tsserver +17 -0
  29. package/apps/plone/node_modules/.bin/uuid +17 -0
  30. package/apps/plone/node_modules/.bin/webpack +17 -0
  31. package/apps/plone/node_modules/.bin/webpack-dev-server +17 -0
  32. package/apps/plone/src/addons/volto-volto-project/node_modules/.bin/acorn +17 -0
  33. package/apps/plone/src/addons/volto-volto-project/node_modules/.bin/addon +17 -0
  34. package/apps/plone/src/addons/volto-volto-project/node_modules/.bin/browserslist +17 -0
  35. package/apps/plone/src/addons/volto-volto-project/node_modules/.bin/changelogupdater +17 -0
  36. package/apps/plone/src/addons/volto-volto-project/node_modules/.bin/eslint +17 -0
  37. package/apps/plone/src/addons/volto-volto-project/node_modules/.bin/eslint-config-prettier +17 -0
  38. package/apps/plone/src/addons/volto-volto-project/node_modules/.bin/i18n +17 -0
  39. package/apps/plone/src/addons/volto-volto-project/node_modules/.bin/prettier +17 -0
  40. package/apps/plone/src/addons/volto-volto-project/node_modules/.bin/release-it +17 -0
  41. package/apps/plone/src/addons/volto-volto-project/node_modules/.bin/stylelint +17 -0
  42. package/apps/plone/src/addons/volto-volto-project/node_modules/.bin/tsc +17 -0
  43. package/apps/plone/src/addons/volto-volto-project/node_modules/.bin/tsserver +17 -0
  44. package/package.json +1 -1
  45. package/packages/volto-slate/package.json +1 -1
  46. package/pyvenv.cfg +5 -0
  47. package/src/components/theme/ContentMetadataTags/ContentMetadataTags.jsx +37 -6
  48. package/.yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs +0 -541
  49. package/.yarn/releases/yarn-3.6.3.cjs +0 -874
package/.changelog.draft CHANGED
@@ -1,12 +1,7 @@
1
- ## 16.26.1 (2023-11-10)
1
+ ## 16.27.0 (2023-11-27)
2
2
 
3
- ### Bugfix
3
+ ### Feature
4
4
 
5
- - Fix empty link element left hanging when hit enter at end of link. @iFlameing @tiberiuichim [#5291](https://github.com/plone/volto/issues/5291)
6
-
7
- ### Internal
8
-
9
- - Added shim to keep working with value instead of initialValue in upgraded Slate @davisagli [#5291](https://github.com/plone/volto/issues/5291)
10
- - Update internal Plone version to 6.0.8 @sneridagh [#5384](https://github.com/plone/volto/issues/5384)
5
+ - Improvements and completeness of the ContentMetadataTags component @ericof @sneridagh [#5433](https://github.com/plone/volto/issues/5433)
11
6
 
12
7
 
Binary file