Releases: plone/volto
Releases · plone/volto
18.0.0-alpha.46
18.0.0-alpha.46 (2024-10-10)
Breaking
- Added
react/jsx-key
rule for ESlint to detect missing key property in iterators. @sneridagh #6387
Bugfix
- Revert "Fix block chooser search is not focusable when clicked on add button" #5867 @sneridagh
It was causing a regression described in #6389 #6390
Internal
- Added missing improvement to the
build-deps
Makefile command. @sneridagh #6383
Documentation
- Add reference to Translate Volto in the main documentation. @stevepiercy #6386
@plone/components 2.0.0-alpha.14
17.20.0
17.20.0 (2024-10-09)
Feature
- Pass the
user
,navRoot
, andcontentType
objects to therestricted
function of the block settings. @wesleybl #6264 - improve DiffField.jsx with better support for displaying HTML elements such as images @dobri1408 #6384
Documentation
- Install Vale via pip, and pin to <3.0.0, allowing it to run locally and in CI without reconfiguration. @stevepiercy #6377
18.0.0-alpha.45
18.0.0-alpha.45 (2024-10-08)
Bugfix
- Added missing arg for
buildStyleClassNamesExtenders
@sneridagh #6381
Documentation
- Removed pin on Vale for documentation spelling, grammar, and style checks, and upgrade to v3.x configuration.
Updated CI andMakefile
to allowVALEOPTS=--no-exit
. @stevepiercy #6376
@plone/types 1.0.0-alpha.20
1.0.0-alpha.20 (2024-10-08)
Bugfix
- Fixed types for image fields and BlocksFormData @pnicolli @deodorhunter #6382
@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