Skip to content

v24.5.7

Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 13 Jan 08:53
· 3 commits to 24.5 since this release

API Documentation →

Changes Since v24.5.6

🐛 Bug Fixes

  • board
    • Add missing hidden attribute styles to board and board row (#8483) (#8486)
  • checkbox-group,checkbox,combo-box,custom-field,date-picker,date-time-picker,email-field,field-base,integer-field,login,multi-select-combo-box,number-field,password-field,radio-group,select,text-area,text-field,time-picker
    • Ensure error message is announced by VoiceOver (#8384) (#8395)
  • combo-box,date-picker,field-base,multi-select-combo-box
    • Do not clear on Esc with clear button visible when readonly (#8455) (#8459)
  • crud
    • Teleport CRUD form to overlay if some buttons are not set (#8372) (#8380)
  • grid,virtual-list
    • Hide scroller completely when dragging large grids (#8351) (#8358)
  • popover
    • Ignore target set while popover is detached until re-attached (#8350) (#8353)
  • select
    • Do not close select overlay when opened before attached (#8402) (#8404)
  • time-picker
    • Always strip input value to match step interval (#8421) (#8423)
  • vaadin-lumo-styles
    • Also apply focus-ring width custom property to invalid state (#8467) (#8472)

💅 Polish

  • grid-pro
  • login
    • Use div with heading role instead of h2 in form title (#8441) (#8443)
    • Replace h5 in login error message with strong (#8438) (#8440)

🔬 Tests

  • app-layout,avatar-group,board,charts,component-base,dialog,form-layout,grid,icon,menu-bar,multi-select-combo-box,tabs,text-area
  • grid
    • Replace flushGrid with nextFrame to fix local failure in Firefox (#8457) (#8464)
  • rich-text-editor
    • Fix flaky RTE test by moving Tab tests to a separate suite (#8465) (#8469)

🏠 Internal

  • All components
  • checkbox-group,checkbox,combo-box,component-base,context-menu,date-picker,field-base,field-highlighter,grid,icon,multi-select-combo-box,radio-group,rich-text-editor,select,virtual-list
  • Other