Skip to content

v25.1.10

Choose a tag to compare

@vaadin-bot vaadin-bot released this 06 Aug 10:24
· 2 commits to 25.1 since this release

API Documentation →

Changes Since v25.1.9

🐛 Bug Fixes

  • combo-box
  • component-base,grid
    • Update scroll container height on virtualizer size change (#12267) (#12269)
  • context-menu
    • Do not open context menu on short tap on touch devices (#12270) (#12312)
  • input-container,vaadin-lumo-styles
    • Keep Lumo autofill background color for invalid input fields (#12278) (#12316)
  • login
    • Prevent default action of Enter key in login form (#12273) (#12284)
    • Reset login overlay fields and disabled state on close (#12274) (#12282)
  • multi-select-combo-box,time-picker
    • Do not validate or commit on internal blur from overlay touch (#12330) (#12332)
  • virtual-list
    • Update virtual-list to set flex-basis auto on the host element (#12359) (#12361)

🏠 Internal