Skip to content

18.0.0-alpha.43

Pre-release
Pre-release

Choose a tag to compare

@sneridagh sneridagh released this 13 Sep 16:26
· 1018 commits to main since this release
1e01070

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