Skip to content

v24.6.0-alpha3

Pre-release
Pre-release

Choose a tag to compare

@vaadin-bot vaadin-bot released this 25 Oct 09:26
· 2495 commits to main since this release

API Documentation →

Changes Since v24.6.0-alpha2

💥 Breaking Changes

  • component-base,grid
    • Add a default min-height to grid (#7964)
  • dialog
    • Only set top and left properties on drag (#7970)

🚀 New Features

  • grid
    • Add part names to non-selectable rows / cells (#8015)
    • Conditional selectability of grid items (#7974)

🐛 Bug Fixes

  • component-base
    • Preserve large items when new items are added (#7987)
  • custom-field
    • Prevent possible errors when inputs property is not set (#8012)
    • Clear input values when setting value property to null (#8017)
  • dashboard
    • Hide non-editable dashboard widget mode controls (#7967)
    • Scroll focused dashboard widget into view (#7965)
  • form-layout
    • Update form-layout when its parent becomes visible (#7988)
  • grid
    • Ensure no focus outline when item is scrolled out of view (#7980)
    • Use item id provider when comparing selected items (#7984)
  • grid-pro,grid
    • Scroll to correct focused row on keyboard navigation (#8003)

💅 Polish

  • grid
    • Simplify focus logic in Tab keydown handler (#7989)
    • Clean up keyboard navigation mixin (#7977)
    • Convert class property to local variable (#7975)

🔬 Tests

  • grid
    • Extract keyboard interaction mode tests (#7992)
  • menu-bar
    • Update menu-bar visual tests to not capture full body (#7841)

🏠 Internal

  • Other
    • Document glob pattern for filtering test files (#8022)
    • Add support for specifying test files glob (#7990)