Skip to content

v23.1.7

Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 05 Sep 07:37
· 76 commits to 23.1 since this release

API Documentation →

Changes Since v23.1.6

💥 Behavior Altering Changes

All components now use ~ semver range specifier to pin transitive dependencies within a fixed major and minor pair.
This prevents potential compatibility issues coming from accidentally mixing different versions of internal packages.

🐛 Bug Fixes

  • grid
    • Handle visibility change when recalculating column widths (#4454) (#4458)

📝 Documentation

  • avatar
  • avatar-group
  • tabs

🏠 Internal

  • map
  • multi-select-combo-box
    • Add vaadin-multi-select-combo-box screenshot (#4455) (#4460)
  • Other