Skip to content

v24.3.12

Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 06 May 06:17
· 8 commits to 24.3 since this release

API Documentation →

Changes Since v24.3.11

🐛 Bug Fixes

  • crud
    • Hide crud editor focus ring from pointer events (#7339) (#7340)
  • date-time-picker
    • Do not throw on focus before adding to the DOM (#7365) (#7366)
  • menu-bar
    • Detect overflow correctly when used in a dialog (#7347) (#7356)
  • notification
    • Share animationend listener reference in notification (#7342) (CP: 24.3) (#7344)
  • select
    • Detect item correctly when clicking item content (#7371) (#7373)
    • Do not throw when opened is set before adding to DOM (#7335) (#7336)
  • split-layout
    • Clear reference to element removed from split-layout (#7367) (#7368)

🏠 Internal

  • Other