@plone/volto 18.0.3 → 18.1.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.md CHANGED
@@ -17,6 +17,26 @@ myst:
17
17
 
18
18
  <!-- towncrier release notes start -->
19
19
 
20
+ ## 18.1.0 (2024-11-11)
21
+
22
+ ### Feature
23
+
24
+ - Update Dutch translations. @fredvd [#6476](https://github.com/plone/volto/issues/6476)
25
+
26
+ ### Bugfix
27
+
28
+ - URL Management control panel: Show errors from a failed CSV upload. @davisagli [#6473](https://github.com/plone/volto/issues/6473)
29
+ - Added missing style Helmet serialization in the HTML component to make it work in SSR. @sneridagh
30
+ Fix deprecation notice for the usage of apple-mobile-web-app-capable. [#6480](https://github.com/plone/volto/issues/6480)
31
+
32
+ ### Internal
33
+
34
+ - Added React Router 7 experimental PoC. @sneridagh [#6472](https://github.com/plone/volto/issues/6472)
35
+
36
+ ### Documentation
37
+
38
+ - Overhaul and update of the add-ons section in documentation. @sneridagh [#6397](https://github.com/plone/volto/issues/6397)
39
+
20
40
  ## 18.0.3 (2024-11-05)
21
41
 
22
42
  ### Bugfix