Skip to content

Releases: plone/volto

18.0.0-alpha.41

05 Jul 13:27
b9ebf67
Compare
Choose a tag to compare
18.0.0-alpha.41 Pre-release
Pre-release

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

Bugfix

  • Revisit login/logout process, better catching of edge cases @sneridagh #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

@plone/slate 18.0.0-alpha.17

05 Jul 13:27
38aee90
Compare
Choose a tag to compare
Pre-release

18.0.0-alpha.17 (2024-07-05)

Feature

  • Use the unused toggleButton prop in PositionedToolbar to render the toolbar in a different portal target falling back to document.body if toggleButton is not provided. @ichim-david

    When toggleButton is provided as a portal target, allow negative left positioning except when the target is document.body to prevent the toolbar going off-screen and avoid breaking changes. @ichim-david #6159

18.0.0-alpha.40

03 Jul 12:44
7137bd4
Compare
Choose a tag to compare
18.0.0-alpha.40 Pre-release
Pre-release

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

Bugfix

  • Fix aria-label of items that are folderish in ObjectBrowserNav component when performing item search. Previously it said Select item.title now Browse item.title. This brings it in line with the aria-label when not performing an item search. @sneridagh #6150

Internal

Documentation

@plone/slate 18.0.0-alpha.16

03 Jul 12:43
e352d82
Compare
Choose a tag to compare
Pre-release

18.0.0-alpha.16 (2024-07-03)

Internal

17.18.1

29 Jun 07:59
c449e14
Compare
Choose a tag to compare

17.18.1 (2024-06-29)

Bugfix

  • In the Slate text block, the markup shortcuts for heading and blockquote work again. @kHAPPY2004 #5452

18.0.0-alpha.39

28 Jun 10:17
ca3c293
Compare
Choose a tag to compare
18.0.0-alpha.39 Pre-release
Pre-release

18.0.0-alpha.39 (2024-06-28)

Bugfix

  • Cleanup Image widget and pass down onSelectItem prop if any @sneridagh #6132
  • Whitelist some dynamic imports to suppress vite warnings in storybook @tomschall #6133

18.0.0-alpha.38

28 Jun 08:15
c50c1b3
Compare
Choose a tag to compare
18.0.0-alpha.38 Pre-release
Pre-release

18.0.0-alpha.38 (2024-06-28)

Internal

  • Renamed constants/Languages.js to constants/Languages.cjs @sneridagh #6130

17.18.0

28 Jun 16:41
08e1c6a
Compare
Choose a tag to compare

17.18.0 (2024-06-28)

Feature

@plone/slate 18.0.0-alpha.15

28 Jun 08:14
577a240
Compare
Choose a tag to compare
Pre-release

18.0.0-alpha.15 (2024-06-28)

Internal

@plone/generator-volto 9.0.0-alpha.17

28 Jun 10:16
07bb1dc
Compare
Choose a tag to compare
Pre-release

9.0.0-alpha.17 (2024-06-28)

Bugfix

  • Rename test-setup-config.js to test-setup-config.jsx, otherwise jest tests will eventually fail @tomschall #6133