@plone/volto 19.0.0-alpha.14 → 19.0.0-alpha.15

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
+ ## 19.0.0-alpha.15 (2025-11-19)
21
+
22
+ ### Bugfix
23
+
24
+ - Pin the sass dependency to 1.58.0 @sneridagh
25
+
20
26
  ## 19.0.0-alpha.14 (2025-11-19)
21
27
 
22
28
  ### Breaking
@@ -24,9 +30,6 @@ myst:
24
30
  - Add package `@plone/razzle`. It's a fork of `razzle`. @wesleybl [#7542](https://github.com/plone/volto/issues/7542)
25
31
  - Fork `babel-razzle-preset` from Razzle. Update dependencies. @sneridagh [#7619](https://github.com/plone/volto/issues/7619)
26
32
  - Removed Jest from build. @sneridagh [#7620](https://github.com/plone/volto/issues/7620)
27
-
28
- ### Feature
29
-
30
33
  - Forked Razzle SCSS plugin, pin the version to one that does not flood the log with useless deprecation warnings. @sneridagh [#7188](https://github.com/plone/volto/issues/7188)
31
34
 
32
35
  ### Bugfix
@@ -39,14 +42,14 @@ myst:
39
42
 
40
43
  ### Documentation
41
44
 
42
- - Added missing steps for `babel-preset-razzle` in the upgrade guide. @sneridagh
43
- - Added missing upgrade steps for 19 projects. @sneridagh
45
+ - Added missing steps for `babel-preset-razzle` in the upgrade guide. @sneridagh
46
+ - Added missing upgrade steps for 19 projects. @sneridagh
44
47
 
45
48
  ## 19.0.0-alpha.13 (2025-11-12)
46
49
 
47
50
  ### Internal
48
51
 
49
- - Release with `@plone/components` 4a3. @sneridagh
52
+ - Release with `@plone/components` 4a3. @sneridagh
50
53
 
51
54
  ## 19.0.0-alpha.12 (2025-11-10)
52
55
 
@@ -88,9 +91,9 @@ myst:
88
91
  - Move '.visually-hidden' class to 'main.less' and remove unused 'utils.less' and references @Wagner3UB [#7552](https://github.com/plone/volto/issues/7552)
89
92
  - Improve some JSDocs for better typing. @sneridagh [#7560](https://github.com/plone/volto/issues/7560)
90
93
  - Fix image upload inside `ImageWidget` component when used inside a non-folderish object. [@jnptk] [#7573](https://github.com/plone/volto/issues/7573)
91
- - Avoid re-rendering a content item view while hydrating server-side rendered components. @reebalazs
92
- - Fix failing cypress test on updating to Cypress 15 @Tishasoumya-02
93
- - Fix infinite @users requests caused by anonymous useUser hook. @iFlameing
94
+ - Avoid re-rendering a content item view while hydrating server-side rendered components. @reebalazs
95
+ - Fix failing cypress test on updating to Cypress 15 @Tishasoumya-02
96
+ - Fix infinite @users requests caused by anonymous useUser hook. @iFlameing
94
97
 
95
98
  ### Internal
96
99
 
@@ -105,13 +108,13 @@ myst:
105
108
 
106
109
  - Add Cypress for a subpath. @wesleybl [#6976](https://github.com/plone/volto/issues/6976)
107
110
  - Serve API requests from a subpath. @davisagli [#7326](https://github.com/plone/volto/issues/7326)
108
- - Add option to serve a Volto site on a subpath using the `RAZZLE_SUBPATH_PREFIX` environment variable. @nileshgulia1, @wesleybl, @davisagli
111
+ - Add option to serve a Volto site on a subpath using the `RAZZLE_SUBPATH_PREFIX` environment variable. @nileshgulia1, @wesleybl, @davisagli
109
112
 
110
113
  ### Internal
111
114
 
112
115
  - Expires the cache if the root `package.json` is changed. @wesleybl [#7536](https://github.com/plone/volto/issues/7536)
113
- - Move to `dependencies` some bad categorized dependencies in `devDependencies`. @sneridagh
114
- - Run Cookieplone acceptance test with Node 24. @davisagli
116
+ - Move to `dependencies` some bad categorized dependencies in `devDependencies`. @sneridagh
117
+ - Run Cookieplone acceptance test with Node 24. @davisagli
115
118
 
116
119
  ## 19.0.0-alpha.8 (2025-10-22)
117
120
 
@@ -141,8 +144,8 @@ myst:
141
144
  - Fix api middleware possible empty values error. @robgietema [#7433](https://github.com/plone/volto/issues/7433)
142
145
  - Escape double quotes in POT / PO files @erral [#7476](https://github.com/plone/volto/issues/7476)
143
146
  - Fixed corner case where RAZZLE_INTERNAL_API_PATH is set and id is still undefined on first SSR load. @sneridagh [#7478](https://github.com/plone/volto/issues/7478)
144
- - Reset fieldset.invisible class definition in order to prevent clashes with other CSS frameworks that might have `invisible` as utility. @sneridagh
145
- - Set type="button" for more widget buttons to prevent them from triggering when Enter is pressed elsewhere in the form. @davisagli
147
+ - Reset fieldset.invisible class definition in order to prevent clashes with other CSS frameworks that might have `invisible` as utility. @sneridagh
148
+ - Set type="button" for more widget buttons to prevent them from triggering when Enter is pressed elsewhere in the form. @davisagli
146
149
 
147
150
  ### Internal
148
151
 
@@ -151,8 +154,8 @@ myst:
151
154
  - Makes the Cypress commands `getSlateEditorAndType` and `getSlateEditorSelectorAndType` more robust. @wesleybl [#7503](https://github.com/plone/volto/issues/7503)
152
155
  - Enhance Cypress commands to trigger focus before typing in Slate editor. @wesleybl [#7506](https://github.com/plone/volto/issues/7506)
153
156
  - Fix error and rename test to "should save typed content in the Slate editor". @wesleybl [#7507](https://github.com/plone/volto/issues/7507)
154
- - Skip link check for URL which blocks traffic from GitHub. @davisagli
155
- - Use Plone 6.1.3. @sneridagh
157
+ - Skip link check for URL which blocks traffic from GitHub. @davisagli
158
+ - Use Plone 6.1.3. @sneridagh
156
159
 
157
160
  ### Documentation
158
161
 
@@ -180,7 +183,7 @@ myst:
180
183
  - Update folder content search input to announce result count for screen readers on search or input change. @Wagner3UB [#7364](https://github.com/plone/volto/issues/7364)
181
184
  - Check if we are editing a content type before rendering the Content Type control panel form. @ericof [#7396](https://github.com/plone/volto/issues/7396)
182
185
  - Added guard in API REDUX middleware. @sneridagh [#7412](https://github.com/plone/volto/issues/7412)
183
- - Ensure the Refresh Content button correctly loads the preview image when using preview_image_link for Teaser block. @iFlameing
186
+ - Ensure the Refresh Content button correctly loads the preview image when using preview_image_link for Teaser block. @iFlameing
184
187
 
185
188
  ### Internal
186
189
 
@@ -243,7 +246,7 @@ myst:
243
246
 
244
247
  - Update eslint-config-prettier past malware versions to "^9.1.2". @kittauri [#7254](https://github.com/plone/volto/issues/7254)
245
248
  - Update @testing-library/react to 14.3.1. @wesleybl [#7260](https://github.com/plone/volto/issues/7260)
246
- - Test with Plone 6.1.2. @davisagli
249
+ - Test with Plone 6.1.2. @davisagli
247
250
 
248
251
  ### Documentation
249
252
 
@@ -268,7 +271,7 @@ myst:
268
271
  - Added the `.error` class to blocks with errors, highlighting them with a red border in edit mode. @alexandreIFB [#7138](https://github.com/plone/volto/issues/7138)
269
272
  - Synchronizes versions of Volto dependencies with other packages in the monorepo. @wesleybl [#7184](https://github.com/plone/volto/issues/7184)
270
273
  - In the contents view, add a pill to indicate working copies.
271
- This only works with `plone.app.iterate` >= 6.2.0. @davisagli
274
+ This only works with `plone.app.iterate` >= 6.2.0. @davisagli
272
275
 
273
276
  ### Bugfix
274
277
 
@@ -335,7 +338,7 @@ myst:
335
338
 
336
339
  ### Internal
337
340
 
338
- - Fixed types of #6826 in build:types. @sneridagh
341
+ - Fixed types of #6826 in build:types. @sneridagh
339
342
 
340
343
  ### Documentation
341
344
 
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  }
10
10
  ],
11
11
  "license": "MIT",
12
- "version": "19.0.0-alpha.14",
12
+ "version": "19.0.0-alpha.15",
13
13
  "repository": {
14
14
  "type": "git",
15
15
  "url": "git@github.com:plone/volto.git"
@@ -188,9 +188,9 @@
188
188
  "url": "^0.11.3",
189
189
  "use-deep-compare-effect": "1.8.1",
190
190
  "uuid": "^8.3.2",
191
- "@plone/registry": "3.0.0-alpha.8",
192
- "@plone/volto-slate": "19.0.0-alpha.8",
193
191
  "@plone/scripts": "4.0.0-alpha.4",
192
+ "@plone/volto-slate": "19.0.0-alpha.8",
193
+ "@plone/registry": "3.0.0-alpha.8",
194
194
  "@plone/components": "4.0.0-alpha.4"
195
195
  },
196
196
  "devDependencies": {
@@ -283,7 +283,7 @@
283
283
  "react-is": "^18.2.0",
284
284
  "release-it": "^19.0.4",
285
285
  "resolve-url-loader": "^3.1.2",
286
- "sass": "1.32.0",
286
+ "sass": "1.58.0",
287
287
  "sass-loader": "^10.0.3",
288
288
  "semver": "^7.5.4",
289
289
  "start-server-and-test": "1.14.0",
@@ -306,10 +306,10 @@
306
306
  "webpack-bundle-analyzer": "4.10.1",
307
307
  "webpack-dev-server": "4.11.1",
308
308
  "webpack-node-externals": "3.0.0",
309
- "@plone/types": "2.0.0-alpha.11",
310
- "@plone/volto-coresandbox": "1.0.0",
309
+ "@plone/babel-preset-razzle": "^1.0.0-alpha.0",
311
310
  "@plone/razzle": "1.0.0-alpha.0",
312
- "@plone/babel-preset-razzle": "^1.0.0-alpha.0"
311
+ "@plone/volto-coresandbox": "1.0.0",
312
+ "@plone/types": "2.0.0-alpha.11"
313
313
  },
314
314
  "volta": {
315
315
  "node": "20.9.0"
@@ -59,6 +59,7 @@ module.exports = {
59
59
  includePaths: [paths.appNodeModules],
60
60
  outputStyle: 'expanded',
61
61
  silenceDeprecations: ['legacy-js-api', 'mixed-decls', 'import'],
62
+ quiet: true,
62
63
  quietDeps: true,
63
64
  },
64
65
  },
@@ -71,6 +72,7 @@ module.exports = {
71
72
  includePaths: [paths.appNodeModules],
72
73
  outputStyle: 'expanded',
73
74
  silenceDeprecations: ['legacy-js-api', 'mixed-decls', 'import'],
75
+ quiet: true,
74
76
  quietDeps: true,
75
77
  },
76
78
  },