Skip to content

v24.5.0-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 27 Sep 10:28
· 112 commits to 24.5 since this release

API Documentation →

Changes Since v24.5.0-beta1

💥 Behavior Altering Changes

  • combo-box
    • Prevent focusout when closing combo-box on outside click (#7846) (#7859)
  • date-picker
    • Prevent focusout when closing date-picker on outside click (#7855) (#7863)

🐛 Bug Fixes

  • charts
    • Reset title, subtitle and type when removing attribute (#7816) (#7819)
  • component-base
    • Always define custom element class version getter (#7813) (#7814)
  • grid-pro
    • Wait for editor focusout on Tab to get updated value (#7822) (#7853)
  • input-container,vaadin-lumo-styles
    • Do not apply disabled value color to prefix and suffix (#7772)
  • select
    • Prevent opening select on click or keydown when disabled (#7874) (#7876)

💅 Polish

  • grid-pro
    • Remove no longer needed internal-tab event workaround (#7870) (#7872)
    • Replace global focusin listener with focusout check (#7858) (#7867)

🔬 Tests

  • checkbox-group,checkbox,combo-box,custom-field,date-picker,date-time-picker,multi-select-combo-box,number-field,radio-group,select,text-area,text-field,time-picker
    • Disable error-message transition in visual tests (#7830) (#7835)
  • confirm-dialog,crud
    • Disable animation in confirm-dialog and CRUD tests (#7824) (#7833)
  • field-highlighter
    • Disable user tag opacity transition in visual tests (#7831) (#7837)
  • Other
    • Add date-time-picker editor to grid-pro integration test (#7864) (#7865)

🏠 Internal

  • Other
    • Update retry GitHub action to v3 using Node 20 (#7832) (#7843)
    • Update change detection branch to 24.5 (#7809)