Skip to content

v25.1.3

Latest

Choose a tag to compare

@vaadin-bot vaadin-bot released this 11 May 09:31
· 2 commits to 25.1 since this release

API Documentation →

Changes Since v25.1.2

🐛 Bug Fixes

  • component-base
    • Walk slot boundaries to find focused virtualizer row (#11653) (#11657)
  • dashboard
    • Prevent dashboard from losing focus on re-render in Firefox (#11659) (#11665)
  • grid
  • master-detail-layout
    • Only set z-index: 0 for MDL with layout containment (#11640)
  • overlay
    • Invalidate overlay content size cache on positionTarget change (#11661) (#11663)
  • scroller
    • Contain scroller overflow-indicators within the scroller stacking context (#11678) (#11679)
    • Prevent overflow override on scroller in split-layout (#11651) (#11654)
  • side-nav
    • Avoid spurious expanded-changed event on side-nav item click (#11632) (#11681)
  • slider
    • Correct slider input event type to extend InputEvent (#11558) (#11562)
  • text-area
    • Update text area height with 1 px tolerance on explicit height (#11643) (#11691)

💅 Polish

  • popover

📝 Documentation

  • grid

🔬 Tests

  • button
    • Stabilize button visual tests by disabling hover transitions (#11599) (#11617)
  • combo-box,date-picker,login,message-input,side-nav
    • Update Lumo screenshots drifted by Chromium rasterization changes (#11615) (#11616)
  • confirm-dialog,dialog,overlay
    • Stabilize Lumo visual tests by disabling backdrop animation (#11591) (#11596)
  • crud
    • Stabilize crud lumo visual tests by disabling backdrop animation (#11587) (#11589)
  • dashboard
  • multi-select-combo-box
    • Stabilize multi-select-combo-box focused chip visual tests (#11582) (#11584)
  • rich-text-editor
    • Stabilize RTE visual tests by disabling toolbar-button transitions (#11600) (#11601)
  • tabs
    • Stabilize tabs scroll-button visual tests by disabling opacity transition (#11595) (#11597)
  • text-area
    • Stabilize text-area visual tests by disabling input-field transition (#11588) (#11590)
  • upload
    • Stabilize upload-button visual tests by disabling hover transitions (#11598) (#11618)
  • Other
    • Skip baseline rewrite on sub-threshold drift in update mode (#11628) (#11634)

🏠 Internal