Skip to content

Releases: plone/volto

@plone/generator-volto 9.0.0-alpha.18

04 Oct 11:49
e83d9a3
Compare
Choose a tag to compare
Pre-release

9.0.0-alpha.18 (2024-10-04)

Breaking

  • Updated razzle.config.js to accommodate new argument paths passed down to customModifyWebpackConfig. @sneridagh #6368

18.0.0-alpha.44

03 Oct 10:36
2e03204
Compare
Choose a tag to compare
18.0.0-alpha.44 Pre-release
Pre-release

18.0.0-alpha.44 (2024-10-03)

Feature

  • Added config.settings.nonContentRoutesPublic to avoid isCmsUi issues in these public routes. @giuliaghisini #6173
  • Add language independent field icon. @iRohitSingh #6297
  • Improve DiffField.jsx to render only the blocks on the page with better support for displaying HTML elements such as images. @dobri1408 #6309
  • Updated Italian Italian translations. @gianniftp #6342
  • Update Brazilian Portuguese translations. @ericof

Bugfix

  • Increase specificity of table header style selector to properly override colors for better contrast @jackahl #2487
  • Change Form input:focus text color to the textColor value for a11y.
    Add Cypress test for contact form inputs. @ThomasKindermann @tedw87 #2570
  • Add missing for attribute to checkbox label to improve accessibility. @Gomez #6249
    • Fixed build style classnames in edit mode. Also use buildStyleClassNamesExtenders. @giuliaghisini #6259
  • Fetch user before pass it to the restricted function of the block settings. @wesleybl #6293
    • Join validation errors in one single toast and update errors from response. @cekk
    • Toast content now has a
      wrapper instead of a

      . @cekk #6295

  • Fixed findBlocks when no blocks are passed. @giuliaghisini #6299
  • Fixed toolbar buttons not having a focus outline. @JeffersonBledsoe #6313
  • fix: SidebarPopup close on ESC keypress @nileshgulia1 #6315
  • Changed sidebar accordion text colour from @Teal to @textcolor. @JeffersonBledsoe #6330
  • Labels accessibility for ArrayWidget, SelectWidget, TokenWidget. @folix-01 #6332
  • Use lighter blue as link color in inverted tables to improve contrast for a11y @jackahl #6334

Internal

  • Added a pull request template as a checklist before submitting a PR. @stevepiercy #6365

Documentation

17.19.0

03 Oct 10:39
b511084
Compare
Choose a tag to compare

17.19.0 (2024-10-03)

Feature

  • The schema for the ContentsPropertiesModal can be enhanced using the contentPropertiesSchemaEnhancer setting.
    Also, the properties form is now prepopulated with values if all selected items share the same value. @davisagli #6248
  • Pass errors property to BlocksForm and Form. @sneridagh @tedw87 #6331

Bugfix

Internal

@plone/components 2.0.0-alpha.12

03 Oct 10:34
8ad447d
Compare
Choose a tag to compare
Pre-release

2.0.0-alpha.12 (2024-10-03)

Feature

  • Update RAC to 1.4.0 - Added new Disclosure component and new Color widgets @sneridagh #6364

@plone/client 1.0.0-alpha.18

03 Oct 10:15
4d92786
Compare
Choose a tag to compare
Pre-release

1.0.0-alpha.18 (2024-10-03)

Bugfix

  • Fixed client copy mutation, cleanup up move mutation for consistency @pnicolli #6349

18.0.0-alpha.43

13 Sep 16:26
1e01070
Compare
Choose a tag to compare
18.0.0-alpha.43 Pre-release
Pre-release

18.0.0-alpha.43 (2024-09-13)

Breaking

Feature

  • Add setting unwantedControlPanelsFields and use it in the function filterControlPanelsSchema. @wesleybl #4819
  • Improved URL regex to allow non-public or intranet URLs, such as https://intranet/ or file://server/share. @mamico #6186
  • The schema for the ContentsPropertiesModal can be enhanced using the contentPropertiesSchemaEnhancer setting.
    Also, the properties form is now prepopulated with values if all selected items share the same value. @davisagli #6248
  • Pass the user, navRoot and contentType objects to the restricted function of the block settings. @wesleybl #6264

Bugfix

  • Fix search block showing no option select in sort on property @iRohitSingh #5055
  • Displays validation error messages on control panel forms. @wesleybl #5274
  • Fix initialValue block setting. @wesleybl #5971
  • When user changes location, set the userSession.token value based on cookie. This fixes the login status not being properly determined by the application. @tiberiu-ichim #6071
  • Fix Teaser block image override option to render external images and internal images pointing to image scales. @Tishasoumya-02 #6147
  • Return a 302 response for server-side rendering of the Link view for unauthenticated users. @davisagli #6235
  • Fix loading of .cjs in webpack. @davisagli #6237
  • fixed change of form.ui.hovered when editing blocks, because if you have a FormBlock component inside another one,
    onMouseOver fires for all stacked blocks and you cannot use the nested form. @giuliaghisini #6240
  • Changed imports from relative to absolute to avoid type errors in add-on tests. @wesleybl #6244
  • In the URL Management control panel, allow external URLs as targets. @davisagli #6247
  • Disable save button when loading POST query @sabrina-bongiovanni #6252
  • Fix TypeError: values[0] is undefined in Contents properties modal. @davisagli #6258
  • Fix error in SortOn component when no sort is selected. @davisagli #6273
  • Remove Generate tabs for items other than folders field from navigation control panel. @wesleybl #6278
  • Fix error rendering empty grid blocks. @MAX-786 #6279
  • Fixed instant error on click on an item of the "Order" tab @sneridagh #6284

Internal

  • Refactor AlbumView from class to functional component. @Tishasoumya-02 #4077
  • Refactor the Register component from class-based to functional. @Tishasoumya-02 #4861
  • Refactor Toolbar/More component from class to functional component. @Tishasoumya-02 #4955
  • Refactor Blocks/LeadImage/Edit component from class to functional component. @Tishasoumya-02 #4959
  • Refactor Blocks/Video/Edit component from class to functional component. @Tishasoumya-02 #4960
  • Refactor ControlPanel/Users/Aliases component , replacing class component lifecycle methods with functional hooks. @Tishasoumya-02 #4985
  • Refactor Controlpanel databaseInformation from class component to functional component. @Tishasoumya-02 #4986
  • Refactor ControlPanels/Groups RenderGroups from class components to functional component. @Tishasoumya-02 #4993
  • Refactor AddonsControlpanel from class to functional components. @Tishasoumya #4995
  • Refactor Preference/Change Password from class to functional component. @Tishasoumya-02 #5044
  • Refactor Preference/PersonalPreferences from class to functional component. @Tishasoumya-02 #5045
  • Refactor Preference/PersonalInformation from Class to Functional component. @Tishasoumya-02 #5046
  • Refactor Contents/ContentsUploadModal & Storybook-@Tishasoumya-02 #5047
  • Storybook test for ContentBreadcrumbs component. @Tishasoumya #5048
  • Storybook Actions component test. @Tishasoumya-02 #5049
  • Refactor Display from class to functional component. @Tishasoumya-02 #5066
  • Refactor ReferenceWidget from class-based to functional component. @Tishasoumya #5093
  • Refactor the table of contents block component from a class component to a functional component. @Prince0906 #6167
  • Refactor the DatetimeWidget component from a class component to a functional component. @Raman-Luhach #6213
  • Refactored the SelectWidget component to a functional component. @lorstenoplo #5570
  • Add Cypress test for search block sort on property. @iRohitSingh #6226
  • Allow setting the language for make backend-docker-start. Default is en. Added usage documentation in Contributing > Develop Volto core, and reorganized it. Cleaned up Configuration > Multilingual. @stevepiercy #6231
  • Revert rename of .gitkeep. @stevepiercy #6232
  • Upgrade Cypress to 13.13.2. @wesleybl #6241
  • Complete upgrade Cypress to 13.13.2. Bump actions/upload-artifact@v1 to v4. @stevepiercy #6242
  • Add make i18n command. @Faakhir30 #6274
  • Update to Plone 6.0.13 @sneridagh #6285

Documentation

@plone/slate 18.0.0-alpha.18

13 Sep 16:19
6584d62
Compare
Choose a tag to compare
Pre-release

18.0.0-alpha.18 (2024-09-13)

Feature

  • Pass user, navRoot and contentType objects to the restricted function of the block settings. @wesleybl #6264

@plone/client 1.0.0-alpha.17

13 Sep 16:18
88eb9d8
Compare
Choose a tag to compare
Pre-release

1.0.0-alpha.17 (2024-09-13)

Documentation

  • Add documentation about optional token parameter for ploneClient initialization. @MAX-786 #6076

16.32.1

28 Aug 19:06
79f23e4
Compare
Choose a tag to compare

16.32.1 (2024-08-28)

Bugfix

16.32.0

16 Aug 17:14
2d38132
Compare
Choose a tag to compare

16.32.0 (2024-08-16)

Feature

  • The schema for the ContentsPropertiesModal can be enhanced using the contentPropertiesSchemaEnhancer setting.
    Also, the properties form is now prepopulated with values if all selected items share the same value. @davisagli #6248