Skip to content

v23.0.8

Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 13 May 10:46

API Documentation →

Changes Since v23.0.7

🐛 Bug Fixes

  • combo-box
    • Focus selected item set before filtered items (#3769) (#3784)
  • component-base
    • Manual virtual index adjustments (#3843) (CP: 23.0) (#3848)
  • grid
    • Do not throw on Tab if grid has tabindex (#3838) (#3839)
    • Prevent overriding column hidden state when attaching column group (#3805) (#3821)
    • Scope Firefox workaround to versions before 99 (#3808) (#3809)
    • Run the class name generator only for loaded rows (#3789) (#3796)
  • grid-pro
    • Update event types to use correct detail object (#3816) (#3817)
  • menu-bar
  • notification
    • Close a notification on detach (#3834)

💅 Polish

  • component-base
  • menu-bar

📝 Documentation

  • date-picker

🔬 Tests