@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.
- package/.changelog.draft +3 -2
- package/.python-version +1 -0
- package/.yarn/install-state.gz +0 -0
- package/CHANGELOG.md +13 -0
- package/README.md +3 -3
- package/locales/ca/LC_MESSAGES/volto.po +904 -904
- package/locales/ca.json +1 -1
- package/locales/de/LC_MESSAGES/volto.po +905 -905
- package/locales/de.json +1 -1
- package/locales/en/LC_MESSAGES/volto.po +904 -904
- package/locales/en.json +1 -1
- package/locales/es/LC_MESSAGES/volto.po +905 -905
- package/locales/es.json +1 -1
- package/locales/eu/LC_MESSAGES/volto.po +905 -905
- package/locales/eu.json +1 -1
- package/locales/fi/LC_MESSAGES/volto.po +905 -905
- package/locales/fi.json +1 -1
- package/locales/fr/LC_MESSAGES/volto.po +905 -905
- package/locales/fr.json +1 -1
- package/locales/it/LC_MESSAGES/volto.po +905 -905
- package/locales/it.json +1 -1
- package/locales/ja/LC_MESSAGES/volto.po +904 -904
- package/locales/ja.json +1 -1
- package/locales/nl/LC_MESSAGES/volto.po +905 -905
- package/locales/nl.json +1 -1
- package/locales/pt/LC_MESSAGES/volto.po +904 -904
- package/locales/pt.json +1 -1
- package/locales/pt_BR/LC_MESSAGES/volto.po +905 -905
- package/locales/pt_BR.json +1 -1
- package/locales/ro/LC_MESSAGES/volto.po +904 -904
- package/locales/ro.json +1 -1
- package/locales/volto.pot +906 -906
- package/locales/zh_CN/LC_MESSAGES/volto.po +905 -905
- package/locales/zh_CN.json +1 -1
- package/package.json +1 -1
- package/packages/README.md +7 -0
- package/packages/volto-slate/package.json +1 -1
- package/src/components/manage/Blocks/Search/components/SortOn.jsx +82 -55
- package/src/components/manage/Controlpanels/Aliases.jsx +3 -27
- package/src/components/theme/View/LinkView.jsx +4 -0
- package/src/components/theme/View/LinkView.test.jsx +2 -0
- package/theme/themes/pastanaga/extras/blocks.less +6 -0
package/.changelog.draft
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
## 16.31.
|
|
1
|
+
## 16.31.12 (2024-08-12)
|
|
2
2
|
|
|
3
3
|
### Bugfix
|
|
4
4
|
|
|
5
|
-
-
|
|
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
|
|
package/.python-version
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
3.9.13
|
package/.yarn/install-state.gz
CHANGED
|
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
|
|
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
|
|
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
|
|
335
|
+
docker compose -f g-api/docker-compose.yml up -d
|
|
336
336
|
```
|
|
337
337
|
|
|
338
338
|
or using the convenience makefile command:
|