Skip to content

Commit

Permalink
Release 18.0.0-alpha.41
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed Jul 5, 2024
1 parent 38aee90 commit b9ebf67
Show file tree
Hide file tree
Showing 7 changed files with 40 additions and 13 deletions.
19 changes: 19 additions & 0 deletions docs/source/release-notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,25 @@ myst:

<!-- towncrier release notes start -->

## 18.0.0-alpha.41 (2024-07-05)

### Breaking

- Fixed image widget position and look and feel in sidebar. @ichim-david

Breaking:
- Updated the markup of the widget in the sidebar to render the widget on a single column bellow the label.
- AddLink Pop-up of the widget is now rendered inside `toolbar-inner` instead of the document body, this fixes the positioning of the toolbar when scrolling. [#6159](https://github.com/plone/volto/issues/6159)

### Bugfix

- Revisit login/logout process, better catching of edge cases @sneridagh [#6155](https://github.com/plone/volto/issues/6155)
- Restored browse link in `Slate` `AddLink` Pop-up. @ichim-david
Fixed recursive error when uploading an image using the `Image` widget. @sneridagh
Fixed image display when using an external URL. @sneridagh
Fixed the position of the `Image` widget toolbar when scrolling by changing the position of the toolbar to be within the widget area instead of the body. @ichim-david
Improved display of `AddLink` Pop-up when using it inside the `Image` widget where we don't have a link picker. @ichim-david [#6159](https://github.com/plone/volto/issues/6159)

## 18.0.0-alpha.40 (2024-07-03)

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

<!-- towncrier release notes start -->

## 18.0.0-alpha.41 (2024-07-05)

### Breaking

- Fixed image widget position and look and feel in sidebar. @ichim-david

Breaking:
- Updated the markup of the widget in the sidebar to render the widget on a single column bellow the label.
- AddLink Pop-up of the widget is now rendered inside `toolbar-inner` instead of the document body, this fixes the positioning of the toolbar when scrolling. [#6159](https://github.com/plone/volto/issues/6159)

### Bugfix

- Revisit login/logout process, better catching of edge cases @sneridagh [#6155](https://github.com/plone/volto/issues/6155)
- Restored browse link in `Slate` `AddLink` Pop-up. @ichim-david
Fixed recursive error when uploading an image using the `Image` widget. @sneridagh
Fixed image display when using an external URL. @sneridagh
Fixed the position of the `Image` widget toolbar when scrolling by changing the position of the toolbar to be within the widget area instead of the body. @ichim-david
Improved display of `AddLink` Pop-up when using it inside the `Image` widget where we don't have a link picker. @ichim-david [#6159](https://github.com/plone/volto/issues/6159)

## 18.0.0-alpha.40 (2024-07-03)

### Bugfix
Expand Down
1 change: 0 additions & 1 deletion packages/volto/news/6155.bugfix

This file was deleted.

5 changes: 0 additions & 5 deletions packages/volto/news/6159.breaking

This file was deleted.

5 changes: 0 additions & 5 deletions packages/volto/news/6159.bugfix

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.40",
"version": "18.0.0-alpha.41",
"repository": {
"type": "git",
"url": "git@github.com:plone/volto.git"
Expand Down
2 changes: 1 addition & 1 deletion packages/volto/types/components/theme/Logout/Logout.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export default Logout;
declare function Logout({ location }: {
location: any;
}): import("react/jsx-runtime").JSX.Element;
}): string;

0 comments on commit b9ebf67

Please sign in to comment.