@plone/volto 18.28.0 → 18.28.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,12 @@ myst:
|
|
|
17
17
|
|
|
18
18
|
<!-- towncrier release notes start -->
|
|
19
19
|
|
|
20
|
+
## 18.28.1 (2025-10-08)
|
|
21
|
+
|
|
22
|
+
### Bugfix
|
|
23
|
+
|
|
24
|
+
- Reverts #7419. See #7419 for more information. @sneridagh [#7466](https://github.com/plone/volto/issues/7466)
|
|
25
|
+
|
|
20
26
|
## 18.28.0 (2025-10-07)
|
|
21
27
|
|
|
22
28
|
### Feature
|
package/package.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
}
|
|
10
10
|
],
|
|
11
11
|
"license": "MIT",
|
|
12
|
-
"version": "18.28.
|
|
12
|
+
"version": "18.28.1",
|
|
13
13
|
"repository": {
|
|
14
14
|
"type": "git",
|
|
15
15
|
"url": "git@github.com:plone/volto.git"
|
|
@@ -236,9 +236,9 @@
|
|
|
236
236
|
"url": "^0.11.3",
|
|
237
237
|
"use-deep-compare-effect": "1.8.1",
|
|
238
238
|
"uuid": "^8.3.2",
|
|
239
|
-
"@plone/
|
|
240
|
-
"@plone/
|
|
241
|
-
"@plone/
|
|
239
|
+
"@plone/registry": "2.5.4",
|
|
240
|
+
"@plone/scripts": "3.10.3",
|
|
241
|
+
"@plone/volto-slate": "18.7.0"
|
|
242
242
|
},
|
|
243
243
|
"devDependencies": {
|
|
244
244
|
"@babel/core": "^7.0.0",
|
|
@@ -364,8 +364,8 @@
|
|
|
364
364
|
"webpack-dev-server": "4.11.1",
|
|
365
365
|
"webpack-node-externals": "3.0.0",
|
|
366
366
|
"why": "0.6.2",
|
|
367
|
-
"@plone/
|
|
368
|
-
"@plone/
|
|
367
|
+
"@plone/types": "1.4.5",
|
|
368
|
+
"@plone/volto-coresandbox": "1.0.0"
|
|
369
369
|
},
|
|
370
370
|
"volta": {
|
|
371
371
|
"node": "20.9.0"
|
|
@@ -442,17 +442,6 @@ fieldset.invisible {
|
|
|
442
442
|
margin: 0;
|
|
443
443
|
}
|
|
444
444
|
|
|
445
|
-
// Form tabs content types
|
|
446
|
-
.menu.formtabs {
|
|
447
|
-
.item:not(.active) {
|
|
448
|
-
text-decoration: underline;
|
|
449
|
-
|
|
450
|
-
&:hover {
|
|
451
|
-
text-decoration: none;
|
|
452
|
-
}
|
|
453
|
-
}
|
|
454
|
-
}
|
|
455
|
-
|
|
456
445
|
.vertical-form {
|
|
457
446
|
.ui.grid.stackable {
|
|
458
447
|
.stretched.nine.wide.column {
|