Skip to content

v24.3.0-beta1

Pre-release
Pre-release
Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 24 Nov 08:56
· 767 commits to main since this release

API Documentation →

Changes Since v24.3.0-alpha11

🐛 Bug Fixes

  • checkbox-group,radio-group
    • Fix label color in disabled state (#6838)
  • component-base,grid
    • Render virtualizer after size change (#6832)
  • confirm-dialog
    • Fix opened-changed listener binding in confirm-dialog (#6813)
  • grid
    • Measure grid column auto-width from column cell (#6815)
  • list-box
    • Do not reset selected items when disabled set to false (#6822)
  • multi-select-combo-box
    • Align check used to detect if the item is selected (#6836)
    • Ensure only selected items are shown when readonly (#6814)
  • rich-text-editor
    • Add missing pre and code block Material styles (#6823)
  • text-area
    • Update text-area height on resize (#6840)