Skip to content

v24.2.0-alpha11

Pre-release
Pre-release

Choose a tag to compare

@vaadin-bot vaadin-bot released this 25 Aug 08:07
· 3353 commits to main since this release

API Documentation →

Changes Since v24.2.0-alpha10

💥 Behavior Altering Changes

  • integer-field,number-field
    • Prevent default for wheel events on focused input element (#6362)

🚀 New Features

  • icon
    • Add char property to icon (#6398)
    • Add font property to icon (#6394)
    • Add font icons support to vaadin-icon (#6378)

🐛 Bug Fixes

  • cookie-consent
    • Remove incorrect button role from learn more link (#6377)
  • multi-select-combo-box
    • Do not clear selected items on Escape when readonly (#6373)
  • select
    • Set vaadin-select position to relative (#6388)
  • time-picker
    • Do not fire change event if the value has not changed (#6396)
    • Update time-picker value on arrow up and down key (#6387)
    • Do not fire change event for time-picker bad input (#6371)

💅 Polish

  • component-base,field-base,multi-select-combo-box,number-field,text-area,text-field
    • Move slot-styles-mixin to component-base (#6393)
  • multi-select-combo-box
    • Simplify multi-select-combo-box Enter handling (#6372)

🔬 Tests

  • combo-box
    • Update combo-box tests to close using outsideClick (#6366)
  • multi-select-combo-box
    • Add missing test for selecting with autoOpenDisabled (#6399)
  • number-field
    • Extract value control buttons tests into individual file (#6368)

🏠 Internal

  • side-nav
    • Remove side nav feature flag (#6071)