@plone/volto 18.0.3 → 18.1.1

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.md CHANGED
@@ -17,6 +17,44 @@ myst:
17
17
 
18
18
  <!-- towncrier release notes start -->
19
19
 
20
+ ## 18.1.1 (2024-11-21)
21
+
22
+ ### Bugfix
23
+
24
+ - Do not break toolbar if layout id is not registered in layoutViewsNamesMapping. @cekk [#6485](https://github.com/plone/volto/issues/6485)
25
+ - Replace _all_ spaces with `-` in `BodyClass` classes, instead of with `-` or `` depending on the content type or section. @giuliaghisini [#6487](https://github.com/plone/volto/issues/6487)
26
+
27
+ ### Internal
28
+
29
+ - Update instructions to install `pipx` in `RELEASING.md`. @stevepiercy [#6496](https://github.com/plone/volto/issues/6496)
30
+
31
+ ### Documentation
32
+
33
+ - More privacy concerning youtube links and fixing link check warnings for youtube playlist links. @stevepiercy @ksuess [#4203](https://github.com/plone/volto/issues/4203)
34
+ - Remove conflicting `searchtools.js` file from documentation to allow default Sphinx search in main Plone documentation. @stevepiercy [#6482](https://github.com/plone/volto/issues/6482)
35
+ - Add support for sphinxcontrib-youtube. @stevepiercy [#6486](https://github.com/plone/volto/issues/6486)
36
+ - Refactor documentation includes to align with main documentation pattern. @stevepiercy [#6495](https://github.com/plone/volto/issues/6495)
37
+
38
+ ## 18.1.0 (2024-11-11)
39
+
40
+ ### Feature
41
+
42
+ - Update Dutch translations. @fredvd [#6476](https://github.com/plone/volto/issues/6476)
43
+
44
+ ### Bugfix
45
+
46
+ - URL Management control panel: Show errors from a failed CSV upload. @davisagli [#6473](https://github.com/plone/volto/issues/6473)
47
+ - Added missing style Helmet serialization in the HTML component to make it work in SSR. @sneridagh
48
+ Fix deprecation notice for the usage of apple-mobile-web-app-capable. [#6480](https://github.com/plone/volto/issues/6480)
49
+
50
+ ### Internal
51
+
52
+ - Added React Router 7 experimental PoC. @sneridagh [#6472](https://github.com/plone/volto/issues/6472)
53
+
54
+ ### Documentation
55
+
56
+ - Overhaul and update of the add-ons section in documentation. @sneridagh [#6397](https://github.com/plone/volto/issues/6397)
57
+
20
58
  ## 18.0.3 (2024-11-05)
21
59
 
22
60
  ### Bugfix