Skip to content

v23.0.0-alpha5

Pre-release
Pre-release
Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 20 Jan 08:33

API Documentation →

Changes Since v23.0.0-alpha4

🐛 Bug Fixes

  • combo-box
    • Update items on clear button click (#3307)
    • Consider a value matching selected item label a known value (#3302)
  • combo-box,time-picker
    • Set correct index when autoOpenDisabled (#3316)
  • date-picker
    • Disable autocomplete for date-picker (#3315)
  • date-time-picker
    • Restore missing logic for focused state (#3310)
  • grid
    • Flush virtualizer before measuring column auto-width (#3285)
    • Ensure cell is connected before rendering (#3283)
  • menu-bar
    • Make overflow work in column flex (#3311)
  • radio-group
    • Disable new buttons in readonly radio group (#3298)
  • select
    • Prevent long value from overflowing select (#3305)
    • Add value property to select item type (#3294)
  • vaadin-lumo-styles
    • Remove unnecessary [has-label] selectors (#3318)

🔬 Tests

  • date-time-picker
    • Add CSS to hide caret when focused (#3314)