Skip to content

Commit

Permalink
Release 18.0.0-alpha.8
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed Jan 25, 2024
1 parent c370778 commit f92880e
Show file tree
Hide file tree
Showing 19 changed files with 80 additions and 19 deletions.
49 changes: 49 additions & 0 deletions docs/source/release-notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,55 @@ myst:

<!-- towncrier release notes start -->

## 18.0.0-alpha.8 (2024-01-25)

### Feature

- Add image preview in object browser widget. @robgietema [#5658](https://github.com/plone/volto/issues/5658)

### Bugfix

- Fix multilingual redirector where it doesn't take into account the stored cookie in SSR. @robgietema [#5628](https://github.com/plone/volto/issues/5628)
- 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)
- Fix `links-to-item` should be a protected route. @iFlameing [#5666](https://github.com/plone/volto/issues/5666)
- Removed git merge conflicts from french volto.po locale file. @ichim-david [#5681](https://github.com/plone/volto/issues/5681)

### Documentation

- 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)
- 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)
- Update cross-reference to main documentation from `install-from-packages` to `create-project`. @stevepiercy [#5654](https://github.com/plone/volto/issues/5654)
- Temporarily pin `sphinxcontrib-*help` dependencies so documentation can build. @stevepiercy [#5655](https://github.com/plone/volto/issues/5655)
- 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)
- Use correct Pygments lexer for SCSS. @stevepiercy [#5673](https://github.com/plone/volto/issues/5673)
- Fixed a broken reference to create a project in documentation. @stevepiercy [#5692](https://github.com/plone/volto/issues/5692)
- Align the project names in "Create a Volto project without a backend". @stevepiercy [#5694](https://github.com/plone/volto/issues/5694)

## 18.0.0-alpha.7 (2024-01-17)

### Feature

- Enhanced `ColorPickerWidget` with additional color definitions, saving it as an object instead of a string. @sneridagh [#5585](https://github.com/plone/volto/issues/5585)
- 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)

### Bugfix

- In the recurrence widget, set the vertical alignment of the `edit` button to `middle`. @Ravi-kumar9347 [#5359](https://github.com/plone/volto/issues/5359)
- Improve generation of type declarations. Fixes some key types propagation. @sneridagh [#5624](https://github.com/plone/volto/issues/5624)
- Unify start command, trigger `build:deps` command @sneridagh [#5633](https://github.com/plone/volto/issues/5633)
- Merge the StyleWrapper styles with the draggable props from b-D&D. @sneridagh
This fixes the D&D bug introduced in https://github.com/plone/volto/pull/5581 [#5652](https://github.com/plone/volto/issues/5652)

### Internal

- Add cypress tests for the "links-to-item" view of content items @jackahl [#5427](https://github.com/plone/volto/issues/5427)
- Polish po file handling @erral [#5542](https://github.com/plone/volto/issues/5542)
- Unify variables in `Makefile`s. @sneridagh [#5637](https://github.com/plone/volto/issues/5637)

### Documentation

- Clarified how CSS properties work. @stevepiercy [#5591](https://github.com/plone/volto/issues/5591)

## 18.0.0-alpha.6 (2024-01-02)

### Feature
Expand Down
24 changes: 24 additions & 0 deletions packages/volto/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,30 @@ myst:

<!-- towncrier release notes start -->

## 18.0.0-alpha.8 (2024-01-25)

### Feature

- Add image preview in object browser widget. @robgietema [#5658](https://github.com/plone/volto/issues/5658)

### Bugfix

- Fix multilingual redirector where it doesn't take into account the stored cookie in SSR. @robgietema [#5628](https://github.com/plone/volto/issues/5628)
- 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)
- Fix `links-to-item` should be a protected route. @iFlameing [#5666](https://github.com/plone/volto/issues/5666)
- Removed git merge conflicts from french volto.po locale file. @ichim-david [#5681](https://github.com/plone/volto/issues/5681)

### Documentation

- 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)
- 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)
- Update cross-reference to main documentation from `install-from-packages` to `create-project`. @stevepiercy [#5654](https://github.com/plone/volto/issues/5654)
- Temporarily pin `sphinxcontrib-*help` dependencies so documentation can build. @stevepiercy [#5655](https://github.com/plone/volto/issues/5655)
- 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)
- Use correct Pygments lexer for SCSS. @stevepiercy [#5673](https://github.com/plone/volto/issues/5673)
- Fixed a broken reference to create a project in documentation. @stevepiercy [#5692](https://github.com/plone/volto/issues/5692)
- Align the project names in "Create a Volto project without a backend". @stevepiercy [#5694](https://github.com/plone/volto/issues/5694)

## 18.0.0-alpha.7 (2024-01-17)

### Feature
Expand Down
1 change: 0 additions & 1 deletion packages/volto/news/3723.documentation

This file was deleted.

1 change: 0 additions & 1 deletion packages/volto/news/5599.documentation

This file was deleted.

1 change: 0 additions & 1 deletion packages/volto/news/5628.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion packages/volto/news/5647.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion packages/volto/news/5654.documentation

This file was deleted.

1 change: 0 additions & 1 deletion packages/volto/news/5655.documentation

This file was deleted.

1 change: 0 additions & 1 deletion packages/volto/news/5656.documentation

This file was deleted.

1 change: 0 additions & 1 deletion packages/volto/news/5658.feature

This file was deleted.

1 change: 0 additions & 1 deletion packages/volto/news/5666.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion packages/volto/news/5673.documentation

This file was deleted.

1 change: 0 additions & 1 deletion packages/volto/news/5681.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion packages/volto/news/5692.documentation

This file was deleted.

1 change: 0 additions & 1 deletion packages/volto/news/5694.documentation

This file was deleted.

2 changes: 1 addition & 1 deletion packages/volto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}
],
"license": "MIT",
"version": "18.0.0-alpha.7",
"version": "18.0.0-alpha.8",
"repository": {
"type": "git",
"url": "[email protected]:plone/volto.git"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export default LinksToItem;
declare function LinksToItem(props: any): JSX.Element;
export function __test__(props: any): JSX.Element;
declare const _default: any;
export default _default;
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
export default SidebarPortal;
/**
* Portal that wraps Sidebar components
* @param {Array} children Sidebar content
* @param {React.ReactNode} children Sidebar content
* @param {bool} selected Sidebar needs to know when the related block is selected
* @param {string} tab Element id where to insert sidebar content, default: sidebar-properties
* @returns {string} Rendered sidebar
*/
declare function SidebarPortal({ children, selected, tab }: any[]): string;
declare function SidebarPortal({ children, selected, tab }: any): string;
declare namespace SidebarPortal {
namespace propTypes {
let children: any;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export function addExtensionFieldToSchema({ schema, name, items, intl, title, de
items: any;
intl: any;
title: any;
description: any;
description?: string;
insertFieldToOrder?: typeof _addField;
}): any;
export function withBlockSchemaEnhancer(FormComponent: any, extensionName?: string, insertFieldToOrder?: typeof _addField): ({ ...props }: {
Expand Down

0 comments on commit f92880e

Please sign in to comment.