Skip to content

v24.4.0-alpha20

Pre-release
Pre-release
Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 10 Apr 11:08
· 754 commits to main since this release

API Documentation →

Changes Since v24.4.0-alpha19

🚀 New Features

  • checkbox-group,checkbox
    • Add readonly property to checkbox and checkbox-group (#7199)
    • Add required, error message and helper text to checkbox (#7285)

🐛 Bug Fixes

  • date-picker
    • Revert input on overlay close by escape (#7293)
  • grid
    • Check if sizer cells are assigned for lazy column rendering (#7292)
    • Do not count columns with path and null header in a11y headers (#7302)
  • overlay
    • Only clear overlay root when assigning a renderer if needed (#7313)
    • Listen to document scroll in addition to the visual viewport (#7298)
    • Update position on visual viewport scroll and resize (#7279)
  • select
    • Show placeholder item when an empty item is selected (#7303)
    • Make Lumo font custom properties work for vaadin-select (#7296)

🔬 Tests

  • date-picker
    • Use formatter from date picker in value commit tests (#7306)
  • input-container
    • Add visual tests for input containers with values (#7295)

🏠 Internal

  • Other
    • Update GitHub Actions to latest, use Node 20 (#7301)