@plone/volto 16.31.10 → 16.31.12

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 (42) hide show
  1. package/.changelog.draft +3 -2
  2. package/.python-version +1 -0
  3. package/.yarn/install-state.gz +0 -0
  4. package/CHANGELOG.md +13 -0
  5. package/README.md +3 -3
  6. package/locales/ca/LC_MESSAGES/volto.po +904 -904
  7. package/locales/ca.json +1 -1
  8. package/locales/de/LC_MESSAGES/volto.po +905 -905
  9. package/locales/de.json +1 -1
  10. package/locales/en/LC_MESSAGES/volto.po +904 -904
  11. package/locales/en.json +1 -1
  12. package/locales/es/LC_MESSAGES/volto.po +905 -905
  13. package/locales/es.json +1 -1
  14. package/locales/eu/LC_MESSAGES/volto.po +905 -905
  15. package/locales/eu.json +1 -1
  16. package/locales/fi/LC_MESSAGES/volto.po +905 -905
  17. package/locales/fi.json +1 -1
  18. package/locales/fr/LC_MESSAGES/volto.po +905 -905
  19. package/locales/fr.json +1 -1
  20. package/locales/it/LC_MESSAGES/volto.po +905 -905
  21. package/locales/it.json +1 -1
  22. package/locales/ja/LC_MESSAGES/volto.po +904 -904
  23. package/locales/ja.json +1 -1
  24. package/locales/nl/LC_MESSAGES/volto.po +905 -905
  25. package/locales/nl.json +1 -1
  26. package/locales/pt/LC_MESSAGES/volto.po +904 -904
  27. package/locales/pt.json +1 -1
  28. package/locales/pt_BR/LC_MESSAGES/volto.po +905 -905
  29. package/locales/pt_BR.json +1 -1
  30. package/locales/ro/LC_MESSAGES/volto.po +904 -904
  31. package/locales/ro.json +1 -1
  32. package/locales/volto.pot +906 -906
  33. package/locales/zh_CN/LC_MESSAGES/volto.po +905 -905
  34. package/locales/zh_CN.json +1 -1
  35. package/package.json +1 -1
  36. package/packages/README.md +7 -0
  37. package/packages/volto-slate/package.json +1 -1
  38. package/src/components/manage/Blocks/Search/components/SortOn.jsx +82 -55
  39. package/src/components/manage/Controlpanels/Aliases.jsx +3 -27
  40. package/src/components/theme/View/LinkView.jsx +4 -0
  41. package/src/components/theme/View/LinkView.test.jsx +2 -0
  42. package/theme/themes/pastanaga/extras/blocks.less +6 -0
package/.changelog.draft CHANGED
@@ -1,7 +1,8 @@
1
- ## 16.31.10 (2024-06-12)
1
+ ## 16.31.12 (2024-08-12)
2
2
 
3
3
  ### Bugfix
4
4
 
5
- - Fixed group membership control panel's check for the `plone.restapi` version. @shibbu264 [#5448](https://github.com/plone/volto/issues/5448)
5
+ - Return a 302 response for server-side rendering of the Link view for unauthenticated users. @davisagli [#6235](https://github.com/plone/volto/issues/6235)
6
+ - In the URL Management control panel, allow external URLs as targets. @davisagli [#6247](https://github.com/plone/volto/issues/6247)
6
7
 
7
8
 
@@ -0,0 +1 @@
1
+ 3.9.13
Binary file
package/CHANGELOG.md CHANGED
@@ -8,6 +8,19 @@
8
8
 
9
9
  <!-- towncrier release notes start -->
10
10
 
11
+ ## 16.31.12 (2024-08-12)
12
+
13
+ ### Bugfix
14
+
15
+ - Return a 302 response for server-side rendering of the Link view for unauthenticated users. @davisagli [#6235](https://github.com/plone/volto/issues/6235)
16
+ - In the URL Management control panel, allow external URLs as targets. @davisagli [#6247](https://github.com/plone/volto/issues/6247)
17
+
18
+ ## 16.31.11 (2024-07-31)
19
+
20
+ ### Bugfix
21
+
22
+ - Fix search block showing no option select in sort on property @iRohitSingh [#5055](https://github.com/plone/volto/issues/5055)
23
+
11
24
  ## 16.31.10 (2024-06-12)
12
25
 
13
26
  ### Bugfix
package/README.md CHANGED
@@ -37,12 +37,12 @@ You can try a Volto online demo in [https://6.demo.plone.org/](https://6.demo.pl
37
37
 
38
38
  ### Try the demo locally
39
39
 
40
- If you want to give Volto a quick try and you have [Docker](https://www.docker.com/get-started) installed in your computer, bootstrap the demo using `docker-compose`:
40
+ If you want to give Volto a quick try and you have [Docker](https://www.docker.com/get-started) installed in your computer, bootstrap the demo using `docker compose`:
41
41
 
42
42
  ```shell
43
43
  git clone https://github.com/plone/volto.git
44
44
  cd volto
45
- docker-compose up
45
+ docker compose up
46
46
  ```
47
47
 
48
48
  Go to [http://localhost:3000](http://localhost:3000) in your browser.
@@ -332,7 +332,7 @@ through it.
332
332
  *Disclaimer:* Guillotina doesn't support the full API/features that Plone provides. Contributors are welcome.
333
333
 
334
334
  ```shell
335
- docker-compose -f g-api/docker-compose.yml up -d
335
+ docker compose -f g-api/docker-compose.yml up -d
336
336
  ```
337
337
 
338
338
  or using the convenience makefile command: