Skip to content

Commit 6682c53

Browse files
committed
Merge remote-tracking branch 'origin/main' into 3716-improve-validation-of-IdWidget
2 parents 2f38ee0 + f92880e commit 6682c53

29 files changed

+105
-29
lines changed

docs/source/release-notes/index.md

+49
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,55 @@ myst:
1717

1818
<!-- towncrier release notes start -->
1919

20+
## 18.0.0-alpha.8 (2024-01-25)
21+
22+
### Feature
23+
24+
- Add image preview in object browser widget. @robgietema [#5658](https://github.com/plone/volto/issues/5658)
25+
26+
### Bugfix
27+
28+
- Fix multilingual redirector where it doesn't take into account the stored cookie in SSR. @robgietema [#5628](https://github.com/plone/volto/issues/5628)
29+
- Fix blocks chooser index and add a bit of breath to the left in the search input @sneridagh [#5647](https://github.com/plone/volto/issues/5647)
30+
- Fix `links-to-item` should be a protected route. @iFlameing [#5666](https://github.com/plone/volto/issues/5666)
31+
- Removed git merge conflicts from french volto.po locale file. @ichim-david [#5681](https://github.com/plone/volto/issues/5681)
32+
33+
### Documentation
34+
35+
- Clarify how to create a Volto project with the frontend only when you have your own existing backend. @stevepiercy [#3723](https://github.com/plone/volto/issues/3723)
36+
- Enabled hyperlinking from narrative documentation to Storybook entries while developing, in Netlify preview builds, and when deployed to the main production Plone documentation. Documented usage and syntax in {ref}`link-to-storybook-entries-from-documentation`. @stevepiercy [#5599](https://github.com/plone/volto/issues/5599)
37+
- Update cross-reference to main documentation from `install-from-packages` to `create-project`. @stevepiercy [#5654](https://github.com/plone/volto/issues/5654)
38+
- Temporarily pin `sphinxcontrib-*help` dependencies so documentation can build. @stevepiercy [#5655](https://github.com/plone/volto/issues/5655)
39+
- Pin Vale to 2.30.0 to allow build of documentation until we can upgrade to v3.x. @stevepiercy [#5656](https://github.com/plone/volto/issues/5656)
40+
- Use correct Pygments lexer for SCSS. @stevepiercy [#5673](https://github.com/plone/volto/issues/5673)
41+
- Fixed a broken reference to create a project in documentation. @stevepiercy [#5692](https://github.com/plone/volto/issues/5692)
42+
- Align the project names in "Create a Volto project without a backend". @stevepiercy [#5694](https://github.com/plone/volto/issues/5694)
43+
44+
## 18.0.0-alpha.7 (2024-01-17)
45+
46+
### Feature
47+
48+
- Enhanced `ColorPickerWidget` with additional color definitions, saving it as an object instead of a string. @sneridagh [#5585](https://github.com/plone/volto/issues/5585)
49+
- Allow to opt out of the nested prefixed name build in the custom CSS properties style name generator if an object is found in the style wrapper object. @sneridagh [#5586](https://github.com/plone/volto/issues/5586)
50+
51+
### Bugfix
52+
53+
- In the recurrence widget, set the vertical alignment of the `edit` button to `middle`. @Ravi-kumar9347 [#5359](https://github.com/plone/volto/issues/5359)
54+
- Improve generation of type declarations. Fixes some key types propagation. @sneridagh [#5624](https://github.com/plone/volto/issues/5624)
55+
- Unify start command, trigger `build:deps` command @sneridagh [#5633](https://github.com/plone/volto/issues/5633)
56+
- Merge the StyleWrapper styles with the draggable props from b-D&D. @sneridagh
57+
This fixes the D&D bug introduced in https://github.com/plone/volto/pull/5581 [#5652](https://github.com/plone/volto/issues/5652)
58+
59+
### Internal
60+
61+
- Add cypress tests for the "links-to-item" view of content items @jackahl [#5427](https://github.com/plone/volto/issues/5427)
62+
- Polish po file handling @erral [#5542](https://github.com/plone/volto/issues/5542)
63+
- Unify variables in `Makefile`s. @sneridagh [#5637](https://github.com/plone/volto/issues/5637)
64+
65+
### Documentation
66+
67+
- Clarified how CSS properties work. @stevepiercy [#5591](https://github.com/plone/volto/issues/5591)
68+
2069
## 18.0.0-alpha.6 (2024-01-02)
2170

2271
### Feature

packages/volto/CHANGELOG.md

+49
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,55 @@ myst:
1717

1818
<!-- towncrier release notes start -->
1919

20+
## 18.0.0-alpha.8 (2024-01-25)
21+
22+
### Feature
23+
24+
- Add image preview in object browser widget. @robgietema [#5658](https://github.com/plone/volto/issues/5658)
25+
26+
### Bugfix
27+
28+
- Fix multilingual redirector where it doesn't take into account the stored cookie in SSR. @robgietema [#5628](https://github.com/plone/volto/issues/5628)
29+
- Fix blocks chooser index and add a bit of breath to the left in the search input @sneridagh [#5647](https://github.com/plone/volto/issues/5647)
30+
- Fix `links-to-item` should be a protected route. @iFlameing [#5666](https://github.com/plone/volto/issues/5666)
31+
- Removed git merge conflicts from french volto.po locale file. @ichim-david [#5681](https://github.com/plone/volto/issues/5681)
32+
33+
### Documentation
34+
35+
- Clarify how to create a Volto project with the frontend only when you have your own existing backend. @stevepiercy [#3723](https://github.com/plone/volto/issues/3723)
36+
- Enabled hyperlinking from narrative documentation to Storybook entries while developing, in Netlify preview builds, and when deployed to the main production Plone documentation. Documented usage and syntax in {ref}`link-to-storybook-entries-from-documentation`. @stevepiercy [#5599](https://github.com/plone/volto/issues/5599)
37+
- Update cross-reference to main documentation from `install-from-packages` to `create-project`. @stevepiercy [#5654](https://github.com/plone/volto/issues/5654)
38+
- Temporarily pin `sphinxcontrib-*help` dependencies so documentation can build. @stevepiercy [#5655](https://github.com/plone/volto/issues/5655)
39+
- Pin Vale to 2.30.0 to allow build of documentation until we can upgrade to v3.x. @stevepiercy [#5656](https://github.com/plone/volto/issues/5656)
40+
- Use correct Pygments lexer for SCSS. @stevepiercy [#5673](https://github.com/plone/volto/issues/5673)
41+
- Fixed a broken reference to create a project in documentation. @stevepiercy [#5692](https://github.com/plone/volto/issues/5692)
42+
- Align the project names in "Create a Volto project without a backend". @stevepiercy [#5694](https://github.com/plone/volto/issues/5694)
43+
44+
## 18.0.0-alpha.7 (2024-01-17)
45+
46+
### Feature
47+
48+
- Enhanced `ColorPickerWidget` with additional color definitions, saving it as an object instead of a string. @sneridagh [#5585](https://github.com/plone/volto/issues/5585)
49+
- Allow to opt out of the nested prefixed name build in the custom CSS properties style name generator if an object is found in the style wrapper object. @sneridagh [#5586](https://github.com/plone/volto/issues/5586)
50+
51+
### Bugfix
52+
53+
- In the recurrence widget, set the vertical alignment of the `edit` button to `middle`. @Ravi-kumar9347 [#5359](https://github.com/plone/volto/issues/5359)
54+
- Improve generation of type declarations. Fixes some key types propagation. @sneridagh [#5624](https://github.com/plone/volto/issues/5624)
55+
- Unify start command, trigger `build:deps` command @sneridagh [#5633](https://github.com/plone/volto/issues/5633)
56+
- Merge the StyleWrapper styles with the draggable props from b-D&D. @sneridagh
57+
This fixes the D&D bug introduced in https://github.com/plone/volto/pull/5581 [#5652](https://github.com/plone/volto/issues/5652)
58+
59+
### Internal
60+
61+
- Add cypress tests for the "links-to-item" view of content items @jackahl [#5427](https://github.com/plone/volto/issues/5427)
62+
- Polish po file handling @erral [#5542](https://github.com/plone/volto/issues/5542)
63+
- Unify variables in `Makefile`s. @sneridagh [#5637](https://github.com/plone/volto/issues/5637)
64+
65+
### Documentation
66+
67+
- Clarified how CSS properties work. @stevepiercy [#5591](https://github.com/plone/volto/issues/5591)
68+
2069
## 18.0.0-alpha.6 (2024-01-02)
2170

2271
### Feature

packages/volto/news/3723.documentation

-1
This file was deleted.

packages/volto/news/5359.bugfix

-1
This file was deleted.

packages/volto/news/5427.internal

-1
This file was deleted.

packages/volto/news/5542.internal

-1
This file was deleted.

packages/volto/news/5585.feature

-1
This file was deleted.

packages/volto/news/5586.feature

-1
This file was deleted.

packages/volto/news/5591.documentation

-1
This file was deleted.

packages/volto/news/5599.documentation

-1
This file was deleted.

packages/volto/news/5624.bugfix

-1
This file was deleted.

packages/volto/news/5628.bugfix

-1
This file was deleted.

packages/volto/news/5633.bugfix

-1
This file was deleted.

packages/volto/news/5637.internal

-1
This file was deleted.

packages/volto/news/5647.bugfix

Whitespace-only changes.

packages/volto/news/5652.bugfix

-2
This file was deleted.

packages/volto/news/5654.documentation

-1
This file was deleted.

packages/volto/news/5655.documentation

-1
This file was deleted.

packages/volto/news/5656.documentation

-1
This file was deleted.

packages/volto/news/5658.feature

-1
This file was deleted.

packages/volto/news/5666.bugfix

-1
This file was deleted.

packages/volto/news/5673.documentation

-1
This file was deleted.

packages/volto/news/5681.bugfix

-1
This file was deleted.

packages/volto/news/5692.documentation

-1
This file was deleted.

packages/volto/news/5694.documentation

-1
This file was deleted.

packages/volto/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}
1010
],
1111
"license": "MIT",
12-
"version": "18.0.0-alpha.6",
12+
"version": "18.0.0-alpha.8",
1313
"repository": {
1414
"type": "git",
1515
"url": "git@github.com:plone/volto.git"
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
export default LinksToItem;
2-
declare function LinksToItem(props: any): JSX.Element;
1+
export function __test__(props: any): JSX.Element;
2+
declare const _default: any;
3+
export default _default;

packages/volto/types/components/manage/Sidebar/SidebarPortal.d.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
export default SidebarPortal;
22
/**
33
* Portal that wraps Sidebar components
4-
* @param {Array} children Sidebar content
4+
* @param {React.ReactNode} children Sidebar content
55
* @param {bool} selected Sidebar needs to know when the related block is selected
66
* @param {string} tab Element id where to insert sidebar content, default: sidebar-properties
77
* @returns {string} Rendered sidebar
88
*/
9-
declare function SidebarPortal({ children, selected, tab }: any[]): string;
9+
declare function SidebarPortal({ children, selected, tab }: any): string;
1010
declare namespace SidebarPortal {
1111
namespace propTypes {
1212
let children: any;

packages/volto/types/helpers/Extensions/withBlockSchemaEnhancer.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export function addExtensionFieldToSchema({ schema, name, items, intl, title, de
1515
items: any;
1616
intl: any;
1717
title: any;
18-
description: any;
18+
description?: string;
1919
insertFieldToOrder?: typeof _addField;
2020
}): any;
2121
export function withBlockSchemaEnhancer(FormComponent: any, extensionName?: string, insertFieldToOrder?: typeof _addField): ({ ...props }: {

0 commit comments

Comments
 (0)