Skip to content

v24.0.1

Choose a tag to compare

@vaadin-bot vaadin-bot released this 22 Mar 09:32
· 71 commits to 24.0 since this release

API Documentation →

Changes Since v24.0.0

🐛 Bug Fixes

  • app-layout
    • Use a delay in the app layout resize observer (#5575) (#5678)
  • charts
  • date-picker
  • date-picker,field-base
    • Reset _hasInputValue on programmatic input change (#5625) (#5657)
  • grid
    • Clear dragover row and cell parts on dragover change (#5624) (#5643)
  • notification
    • Close notification on detach only if not immediately reattached (#5693) (#5694)
  • time-picker
    • Update _hasInputValue on programmatic input change (#5638) (#5658)
  • tooltip
  • upload
    • Make extension patterns match the end of the file name (#5652) (#5660)

💅 Polish

  • combo-box,date-picker,field-base
    • Move input value getters and setters to InputMixin (#5586) (#5651)
  • grid
    • Use _getVisibleRows() when iterating visible rows (#5687) (#5688)

🔬 Tests

  • combo-box,date-picker,time-picker
    • Extract event tests into a separate file (#5644)