Skip to content

v25.2.5

Choose a tag to compare

@vaadin-bot vaadin-bot released this 17 Jul 12:09

API Documentation →

Changes Since v25.2.4

🐛 Bug Fixes

  • accordion,details
    • Initialize empty details summary and accordion heading (#12157) (#12174)
  • breadcrumbs
    • Apply breadcrumbs font-size var to overlay items in base styles (#12085) (CP: 25.2) (#12090)
  • checkbox,field-base
    • Do not make checkbox active when clicking empty space (#12152) (#12170)
  • combo-box,multi-select-combo-box
    • Keep combo-box overlay visible during closing animation (#12115) (#12121)
  • component-base,grid
    • Render all rows on deep expand with all-rows-visible (#12146) (#12150)
  • date-picker
  • grid,vaadin-lumo-styles
    • Keep draggable grid cells announced by screen readers (#12135) (#12143)
  • master-detail-layout
    • Use correct CSS selector for MDL containment isolation (#12159) (#12162)

📝 Documentation

  • checkbox,radio-group
    • Mark tabindex and value property defaults as internal (#12086) (#12092)
  • field-base
    • Cleanup clearButtonVisible property JSDoc, mention Esc (#12093) (#12097)

🔬 Tests

  • breadcrumbs
  • field-base
    • Remove duplicate clear button tests from InputControlMixin (#12095) (#12096)

🏠 Internal