@plone/volto 17.11.2 → 17.11.4

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 (44) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/locales/ca/LC_MESSAGES/volto.po +930 -933
  3. package/locales/ca.json +1 -1
  4. package/locales/de/LC_MESSAGES/volto.po +930 -931
  5. package/locales/de.json +1 -1
  6. package/locales/en/LC_MESSAGES/volto.po +930 -930
  7. package/locales/en.json +1 -1
  8. package/locales/es/LC_MESSAGES/volto.po +932 -936
  9. package/locales/es.json +1 -1
  10. package/locales/eu/LC_MESSAGES/volto.po +930 -930
  11. package/locales/eu.json +1 -1
  12. package/locales/fi/LC_MESSAGES/volto.po +930 -936
  13. package/locales/fi.json +1 -1
  14. package/locales/fr/LC_MESSAGES/volto.po +933 -943
  15. package/locales/fr.json +1 -1
  16. package/locales/it/LC_MESSAGES/volto.po +930 -930
  17. package/locales/it.json +1 -1
  18. package/locales/ja/LC_MESSAGES/volto.po +930 -933
  19. package/locales/ja.json +1 -1
  20. package/locales/nl/LC_MESSAGES/volto.po +930 -945
  21. package/locales/nl.json +1 -1
  22. package/locales/pt/LC_MESSAGES/volto.po +930 -933
  23. package/locales/pt.json +1 -1
  24. package/locales/pt_BR/LC_MESSAGES/volto.po +930 -934
  25. package/locales/pt_BR.json +1 -1
  26. package/locales/ro/LC_MESSAGES/volto.po +930 -930
  27. package/locales/ro.json +1 -1
  28. package/locales/volto.pot +932 -936
  29. package/locales/zh_CN/LC_MESSAGES/volto.po +930 -930
  30. package/locales/zh_CN.json +1 -1
  31. package/package.json +2 -2
  32. package/packages/volto-slate/news/5668.bugfix +1 -0
  33. package/packages/volto-slate/package.json +1 -1
  34. package/packages/volto-slate/src/editor/config.jsx +1 -2
  35. package/src/components/manage/Contents/Contents.jsx +4 -8
  36. package/src/components/manage/LinksToItem/LinksToItem.jsx +22 -2
  37. package/src/components/manage/LinksToItem/LinksToItem.test.jsx +13 -1
  38. package/src/components/manage/Widgets/RecurrenceWidget/RecurrenceWidget.jsx +1 -1
  39. package/src/components/manage/Widgets/RecurrenceWidget/RecurrenceWidget.test.jsx +1 -1
  40. package/src/config/Blocks.jsx +1 -1
  41. package/src/server.jsx +1 -1
  42. package/theme/themes/pastanaga/extras/blocks.less +7 -0
  43. package/types/components/manage/LinksToItem/LinksToItem.d.ts +3 -2
  44. package/news/5652.bugfix +0 -2
package/CHANGELOG.md CHANGED
@@ -17,6 +17,30 @@ myst:
17
17
 
18
18
  <!-- towncrier release notes start -->
19
19
 
20
+ ## 17.11.4 (2024-01-25)
21
+
22
+ ### Bugfix
23
+
24
+ - In the recurrence widget, set the vertical alignment of the `edit` button to `middle`. @Ravi-kumar9347 [#5359](https://github.com/plone/volto/issues/5359)
25
+ - Fix multilingual redirector where it doesn't take into account the stored cookie in SSR. @robgietema [#5628](https://github.com/plone/volto/issues/5628)
26
+ - [#5647](https://github.com/plone/volto/issues/5647)
27
+ - Fix `links-to-item` should be a protected route. @iFlameing [#5666](https://github.com/plone/volto/issues/5666)
28
+ - Removed git merge conflicts from french volto.po locale file. @ichim-david [#5681](https://github.com/plone/volto/issues/5681)
29
+
30
+ ### Internal
31
+
32
+ - Add cypress tests for the "links-to-item" view of content items @jackahl [#5427](https://github.com/plone/volto/issues/5427)
33
+
34
+ ## 17.11.3 (2024-01-25)
35
+
36
+ ### Bugfix
37
+
38
+ - Removed git merge conflicts from french volto.po locale file. @ichim-david [#5681](https://github.com/plone/volto/issues/5681)
39
+
40
+ ### Internal
41
+
42
+ - Polish po file handling @erral [#5542](https://github.com/plone/volto/issues/5542)
43
+
20
44
  ## 17.11.2 (2024-01-17)
21
45
 
22
46
  ### Bugfix