Skip to content

v24.4.0-alpha23

Pre-release
Pre-release
Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 24 Apr 12:36
· 572 commits to main since this release

API Documentation →

Changes Since v24.4.0-alpha22

🐛 Bug Fixes

  • checkbox
    • Use correct required indicator color when disabled (#7357)
  • checkbox-group
    • Do not modify readonly group label color on hover (#7358)
  • crud
    • Hide crud editor focus ring from pointer events (#7339)
  • grid
    • Update all rendered rows on flat size change from page response (#7101)
  • menu-bar
    • Detect overflow correctly when used in a dialog (#7347)
  • notification
    • Share animationend listener reference in notification (#7342)
  • select
    • Do not throw when opened is set before adding to DOM (#7335)

💅 Polish

  • combo-box
    • Use flag to avoid relying on loading property (#7350)

🚧 Experiments

  • checkbox-group
    • Add LitElement based version of checkbox-group (#7260)
  • icon
    • Add LitElement based version of icon (#7263)
  • integer-field
    • Add LitElement based version of integer-field (#7351)

📝 Documentation

  • crud
    • Add a note about crud size only updating with items (#7343)

🔬 Tests

  • combo-box
    • Add missing data provider tests (#7349)
  • grid
    • Reduce flakiness in grid element tabbing tests (#7348)
    • Add a test case for tree grid lit renderer child content (#7346)
  • notification
    • Clean up notification animation tests (#7341)

🏠 Internal

  • Other
    • Update Chrome version in Lumo visual tests (#7354)