Skip to content

Releases: plone/volto

16.31.12

12 Aug 19:03
afd01c2
Compare
Choose a tag to compare

16.31.12 (2024-08-12)

Bugfix

  • Return a 302 response for server-side rendering of the Link view for unauthenticated users. @davisagli #6235
  • In the URL Management control panel, allow external URLs as targets. @davisagli #6247

16.31.11

31 Jul 06:56
aa0fb9e
Compare
Choose a tag to compare

16.31.11 (2024-07-31)

Bugfix

18.0.0-alpha.42

30 Jul 16:53
d056fcc
Compare
Choose a tag to compare
18.0.0-alpha.42 Pre-release
Pre-release

18.0.0-alpha.42 (2024-07-30)

Breaking

  • Add foundations for extensible validation in forms. @sneridagh

    Breaking:
    packages/volto/src/helpers/FormValidation/FormValidation.jsx has been heavily refactored.
    If you shadowed this component in your project or add-on, you should review it and update it accordingly. #6161

  • Remove react-share library and SocialSharing component @sneridagh #6162

  • In the widget mapping, moved the SchemaWidget registration from the id object to the widget object, and added the widget key to the schema object in the properties object for makeSchemaList. @sneridagh #6189

Bugfix

  • Fixed UTC problems in RecurrenceWidget. @giuliaghisini #5002
  • Do not send sorting information in the search block if no sort_on setting is configured @erral #5338
  • Fixed pagination in search results by passing pageSize explicitly to all search API calls. @EshaanAgg #5464
  • Fix the toolbar handler color for the homepage to match its "published" state. @sabrina-bongiovanni #6126
  • Allow ImageWidget value to be an object and use the @id to get the value if present.
    This is useful for fields that were using the object_browser widget previously to set values. @ichim-david #6156
  • Persist data for the backend-docker-start Docker container in a Docker volume named volto-backend-data.
    This way the data is persisted between runs of the container.
    You can also delete the data volume to start fresh.
    @ichim-david #6157
  • Improve CSS for the SchemaWidget widget. @robgietema @sneridagh #6189

Internal

  • Debounced searching for users and groups in the User Group Membership Control Panel. @pnicolli #6153
  • Update the link in the PLIP issue template to the new Plone 6 Documentation PLIP page. @stevepiercy #6175
  • Added Cypress test for field types in example content - @Tishasoumya-02 #6217

Documentation

  • Changed a few typos within documentation, README's and comments. @FritzHoing #6109
  • Use relative links to ensure static files get copied during documentation build. @stevepiercy #6174
  • Clean up upgrade guide for react-share library and SocialSharing component. @stevepiercy #6175
  • Add references for contributing to latest and earlier versions of Volto. @stevepiercy #6184
  • Improved i18n docs regarding new translated messages not being picked up by the i18n translation mechanism when added in shadowed components. @pnicolli #6188
  • Add a label and minor grammar fixes to i18n documentation. @stevepiercy #6192
  • Polish upgrade docs and news items for SchemaWidget. @stevepiercy #6193

@plone/registry 1.8.0

30 Jul 16:41
47dc368
Compare
Choose a tag to compare

1.8.0 (2024-07-30)

Feature

  • Added Utilities registry for registerUtility, getUtility, and getUtilities. @sneridagh #6161

Documentation

  • Changed a few typos within documentation, README's and comments. @FritzHoing #6109

@plone/types 1.0.0-alpha.19

30 Jul 16:40
9ec1cf8
Compare
Choose a tag to compare
Pre-release

1.0.0-alpha.19 (2024-07-30)

Feature

  • Added errors shape to the BlockEditProps.
    Added typings for Utilities registry. @sneridagh #6161

@plone/types 1.0.0-alpha.18

26 Jul 13:36
2c53ebf
Compare
Choose a tag to compare
Pre-release

1.0.0-alpha.18 (2024-07-26)

Feature

  • Change the types in common.d.ts to interfaces, to make them extendable. @tomschall #6191

@plone/blocks 1.0.0-alpha.1

26 Jul 10:12
ef4331c
Compare
Choose a tag to compare
Pre-release

1.0.0-alpha.1 (2024-07-26)

Internal

17.18.2

10 Jul 12:35
a294573
Compare
Choose a tag to compare

17.18.2 (2024-07-10)

Bugfix

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