18.0.0-alpha.43
Pre-release
Pre-release
·
1018 commits
to main
since this release
18.0.0-alpha.43 (2024-09-13)
Breaking
Feature
- Add setting
unwantedControlPanelsFieldsand use it in the functionfilterControlPanelsSchema. @wesleybl #4819 - Improved URL regex to allow non-public or intranet URLs, such as
https://intranet/orfile://server/share. @mamico #6186 - The schema for the
ContentsPropertiesModalcan be enhanced using thecontentPropertiesSchemaEnhancersetting.
Also, the properties form is now prepopulated with values if all selected items share the same value. @davisagli #6248 - Pass the
user,navRootandcontentTypeobjects to therestrictedfunction 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
initialValueblock setting. @wesleybl #5971 - When user changes location, set the
userSession.tokenvalue based on cookie. This fixes the login status not being properly determined by the application. @tiberiu-ichim #6071 - Fix
Teaserblock 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 undefinedin Contents properties modal. @davisagli #6258 - Fix error in
SortOncomponent when no sort is selected. @davisagli #6273 - Remove
Generate tabs for items other than foldersfield 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
Registercomponent 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
ReferenceWidgetfrom 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
DatetimeWidgetcomponent from a class component to a functional component. @Raman-Luhach #6213 - Refactored the
SelectWidgetcomponent 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 isen. 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 i18ncommand. @Faakhir30 #6274 - Update to Plone 6.0.13 @sneridagh #6285
Documentation
- Fix redirect of link in documentation to testing Redux store blog post. @stevepiercy #6239
- Fix redirect to Docker documentation. @stevepiercy #6262
- Added upgrade guide notice about CookiePlone as the recommended way for generating projects and add-on boilerplate @sneridagh #6286
- Remove unused i18n message for SortOn component. @davisagli #6230
- Place actions storybook in correct path. @Tishasoumya-02 #6275