Skip to content

v25.0.0-beta4

Pre-release
Pre-release

Choose a tag to compare

@vaadin-bot vaadin-bot released this 07 Nov 10:43
· 35 commits to main since this release

API Documentation →

Changes Since v25.0.0-beta3

💥 Breaking Changes

  • grid
    • Mark A11yMixin methods as private (#9718)
  • rich-text-editor
    • Remove rich-text-editor base styles custom properties (#10419)
  • upload
    • Change default uploadFormat to 'raw' (#10424)
    • Remove upload buttons base styles custom properties (#10420)

🚀 New Features

  • date-time-picker,vaadin-lumo-styles
    • Add input-fields stylable part to date-time-picker (#10441)
  • grid
    • Add dedicated CSS parts for header and footer rows (#10449)
  • upload
    • Add uploadFormat property for raw binary uploads (#10423)

🐛 Bug Fixes

  • combo-box,date-picker,email-field,integer-field,multi-select-combo-box,number-field,password-field,text-area,text-field,time-picker
    • Move tooltip slot to field container (#10410)
  • grid
    • Ensure row cell parts are in place after setting rowDetailsRenderer (#10443)
  • item
    • Add missing pointer-events: none to disabled item base styles (#10413)
  • map
    • Add missing styles for map scale bar control (#10414)
  • multi-select-combo-box
    • Sync multi-select-combo-box top group on data change (#10445)
  • password-field
    • Use correct color for readonly password-field reveal button (#10429)
  • upload
    • Encode X-Filename header for files with special characters (#10451)
  • upload,vaadin-lumo-styles
    • Align Lumo upload icon to the center (#10446)

💅 Polish

  • aura
    • Remove app-layout CSS that hides drawer-toggle in certain cases (#10453)
  • avatar,tooltip
    • Use border instead of box-shadow in tooltip base styles (#10434)
  • combo-box,date-picker,date-time-picker,multi-select-combo-box,select,time-picker
    • Hide toggle button for readonly fields in base styles (#10432)
  • field-base
    • Use --vaadin-clickable-cursor in checkbox and radio-button (#10426)
  • grid
    • Make grid scroller inherit border radius in base styles (#10442)
    • Make vaadin-grid-tree-toggle an inline-flex (#10440)
    • Set flex to 1 on the grid tree toggle slot element (#10436)
    • Add has-header and has-footer attrs to avoid :has selector (#10428)
  • horizontal-layout,vaadin-lumo-styles,vertical-layout
    • Add layouts padding property, use base styles in Lumo (#10422)
  • multi-select-combo-box
    • Remove base styles CSS properties for chip min-width (#10431)
  • notification
    • Rename notification gap custom CSS property (#10430)
  • overlay
    • Update overlay base styles reset to inherit font-family (#10435)
  • scroller,tabsheet,vaadin-lumo-styles,virtual-list
    • Update scroller and virtual-list overflow-indicators (#10433)
  • vaadin-lumo-styles
    • Override base styles properties with Lumo colors (#10450)