Skip to content

v25.2.9

Choose a tag to compare

@vaadin-bot vaadin-bot released this 26 Aug 08:28
· 21 commits to 25.2 since this release

API Documentation →

Changes Since v25.2.8

🚀 New Features

  • charts,component-base
    • Add shared deepMerge helper to component-base (#12483) (CP: 25.2) (#12492)

🐛 Bug Fixes

  • combo-box
  • date-picker
    • Do not validate fullscreen date-picker on internal blur while opening (#12434) (#12444)
  • overlay,vaadin-lumo-styles
    • Suppress pointer-events on overlays slotted content (#12471) (#12478)
  • time-picker
    • Do not fire change for time-picker value set programmatically (#12470) (#12480)

💅 Polish

  • time-picker
    • Rewrite time-picker value formatting logic to use updated (#12468) (#12476)

🔬 Tests

  • time-picker