Releases: plone/volto
Releases · plone/volto
@plone/components 2.0.0-alpha.13
2.0.0-alpha.13 (2024-10-08)
Bugfix
- Fixed flattenToAppURL types @pnicolli @deodorhunter #6382
Internal
- Update Vite and vitest versions @sneridagh #6373
@plone/generator-volto 9.0.0-alpha.18
9.0.0-alpha.18 (2024-10-04)
Breaking
- Updated
razzle.config.js
to accommodate new argumentpaths
passed down tocustomModifyWebpackConfig
. @sneridagh #6368
18.0.0-alpha.44
18.0.0-alpha.44 (2024-10-03)
Feature
- Added
config.settings.nonContentRoutesPublic
to avoidisCmsUi
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 therestricted
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
- 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
- Update references to cookiecutter-plone-starter in docs. @davisagli #6289
-
- Revised Cookieplone section in the Upgrade Guide. @stevepiercy #6290
-
- Fix the MyST syntax for the label
upgrade-18-cookieplone-label
. @stevepiercy #6360
- Fix the MyST syntax for the label
- Fixed spelling of prerequisites. @stevepiercy #6362
- Fix links to Vite website. @stevepiercy #6366
17.19.0
17.19.0 (2024-10-03)
Feature
- The schema for the
ContentsPropertiesModal
can be enhanced using thecontentPropertiesSchemaEnhancer
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
- Fix search block showing no option select in sort on property @iRohitSingh #5055
- Disable save button when loading POST query @sabrina-bongiovanni #6250
- Fix error in
SortOn
component when no sort is selected. @davisagli #6273 - Fix the toolbar handler color for the homepage to match its "published" state. @sabrina-bongiovanni #6294
- Fix internalUrl Widget to Reflect Prop Changes via onChangeBlock @dobri1408 @ichim-david @tedw87 #6305
Internal
- Bump actions/upload-artifact to v4 and replace
docker-compose
withdocker compose
. @stevepiercy, @davisagli #6253
@plone/components 2.0.0-alpha.12
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
18.0.0-alpha.43
18.0.0-alpha.43 (2024-09-13)
Breaking
Feature
- Add setting
unwantedControlPanelsFields
and 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
ContentsPropertiesModal
can be enhanced using thecontentPropertiesSchemaEnhancer
setting.
Also, the properties form is now prepopulated with values if all selected items share the same value. @davisagli #6248 - Pass the
user
,navRoot
andcontentType
objects to therestricted
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 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 i18n
command. @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