Skip to content

v24.3.9

Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 15 Mar 12:22
· 46 commits to 24.3 since this release

API Documentation →

Changes Since v24.3.8

🐛 Bug Fixes

  • context-menu,menu-bar
    • Reset tabindex to -1 when initializing menu item (#7203) (#7208)
  • crud
    • Do not override theme attribute set on slotted buttons (#7215) (#7218)
    • Allow to prevent creating default slotted buttons (#7181) (#7189)
  • email-field
    • Disallow email local part to start or end with a dot (#7179) (#7191)
  • grid
    • Add click listener in constructor to ensure listener order (#7184) (#7206)
    • Toggle checkbox on selection column cell Space key (#7178) (#7194)
  • input-container
    • Improve readonly invalid input container styles (#7204) (#7209)

📝 Documentation

  • checkbox
    • Update vaadin-checkbox typings to use correct mixin (#7195) (#7196)