Skip to content

v23.2.17

Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 07 Feb 11:51
· 4 commits to 23.2 since this release

API Documentation →

Note

There was no 23.2.16 release because of the broken CI build configuration.

Changes Since v23.2.15

🐛 Bug Fixes

  • combo-box
    • Allow propagating enter key event after selecting value (#5477) (#5490)
  • component-base
    • Prevent infinite loop when measuring item height (#5433) (#5483)
  • select
    • Hide placeholder item when select is readonly or disabled (#5426) (#5459)

🔬 Tests

  • component-base
    • Flush the virtualizer to avoid test flakiness (#5460) (#5480)
    • Wait for animation frame to fix flaky ResizeMixin tests (#5347) (#5487)

🏠 Internal

  • button
    • Remove usage of utf-8 character in the comment (#5439) (#5445)