Skip to content

v25.2.7

Latest

Choose a tag to compare

@vaadin-bot vaadin-bot released this 06 Aug 10:27
· 3 commits to 25.2 since this release

API Documentation →

Changes Since v25.2.6

🐛 Bug Fixes

  • aura
    • Always recompute item highlight color based on current accent color (#12326) (#12328)
    • Apply Aura MDL detail inset with inset properties (#12248) (#12249)
  • aura,crud
    • Use correct selector for crud dialog overlay in Aura (#12261) (#12265)
  • combo-box
  • component-base,grid
    • Update scroll container height on virtualizer size change (#12267) (#12268)
  • context-menu
    • Do not open context menu on short tap on touch devices (#12270) (#12311)
  • input-container,vaadin-lumo-styles
    • Keep Lumo autofill background color for invalid input fields (#12278) (#12315)
  • login
    • Prevent default action of Enter key in login form (#12273) (#12283)
    • Reset login overlay fields and disabled state on close (#12274) (#12281)
  • multi-select-combo-box,time-picker
    • Do not validate or commit on internal blur from overlay touch (#12330) (#12331)
  • virtual-list
    • Update virtual-list to set flex-basis auto on the host element (#12359) (#12360)

🏠 Internal