Skip to content

v24.3.0-beta2

Pre-release
Pre-release
Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 01 Dec 10:59
· 754 commits to main since this release

API Documentation →

Changes Since v24.3.0-beta1

💥 Breaking Changes

  • context-menu,menu-bar
    • Do not set ID attribute on the menu overlay (#6870)

🐛 Bug Fixes

  • app-layout
    • Use drawer actual size in the offset (#6880)
  • grid
    • Debounce grid sorter changes to avoid extra requests (#6868)
    • Manually load first page if grid virtualizer is empty (#6851)
  • number-field
    • Do not change value on step buttons touch scroll (#6859)
  • rich-text-editor
    • Cache pending html value for unattached rte (#6871)
  • upload
    • Announce file reject event correctly (#6881)

🔬 Tests

  • context-menu
    • Fix incorrect sub-menu reference in items theme tests (#6890)
  • context-menu,menu-bar
    • Update tests to not use context-menu overlay ID (#6869)

🏠 Internal

  • Other
    • Bump node version for github workflows (#6891)