Skip to content

v23.3.7

Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 07 Feb 12:31
· 109 commits to 23.3 since this release

API Documentation →

Changes Since v23.3.6

🐛 Bug Fixes

  • combo-box
    • Allow propagating enter key event after selecting value (#5477) (#5489)
  • combo-box,overlay
    • Add required vertical space for combo-box overlay (#5432) (#5437)
  • component-base
    • Prevent infinite loop when measuring item height (#5433) (#5482)
  • grid
    • Stop grid column reordering on contextmenu event (#5430) (#5431)
  • select
    • Hide placeholder item when select is readonly or disabled (#5426) (#5458)

💅 Polish

  • button
    • Remove usage of utf-8 character in the comment (#5439) (#5444)
  • tabs
    • Use Unicode entities for forward and back buttons (#5454) (#5455)

🔬 Tests

  • component-base
    • Flush the virtualizer to avoid test flakiness (#5460) (#5479)
    • Wait for animation frame to fix flaky ResizeMixin tests (#5347) (#5486)
  • tabs,tabsheet
    • Disable animations in tabs and tabsheet visual tests (#5449) (#5450)