Skip to content

v25.3.0-beta2

Pre-release
Pre-release

Choose a tag to compare

@vaadin-bot vaadin-bot released this 07 Sep 14:15
· 17 commits to 25.3 since this release

API Documentation →

Changes Since v25.3.0-beta1

🐛 Bug Fixes

  • aura,charts
    • Keep chart contrast colors opaque when background is transparent (#12600) (#12639)
  • aura,checkbox,field-base,radio-group
    • Apply custom marker color to checked checkbox and radio button (#12567) (CP: 25.3) (#12651)
  • charts
    • Style tooltips rendered outside the shadow root (#12608) (#12644)
    • Re-measure organization data labels without resizing the chart (#12609) (#12636)
  • combo-box
    • Add type declaration for combo box placeholder module (#12622) (CP: 25.3) (#12623)
  • dashboard,vaadin-lumo-styles
  • date-picker
    • Disable month calendar tap highlight and user select (#12586) (#12592)
  • message-input
  • overlay
    • Hold closed overlay styles until the closing state ends (#12656) (#12659)
  • popover
    • Focus popover content on Tab when popover host has focus (#12652) (#12657)

💅 Polish

  • breadcrumbs
    • Remove experimental feature flag from breadcrumbs component (#12634) (CP: 25.3) (#12642)
  • switch
    • Remove experimental feature flag from switch component (#12628) (#12630)

📝 Documentation

  • grid-pro,grid

🔬 Tests

  • charts
    • Add charts coverage for a11y, events, exporting and layout (#12597) (#12617)
    • Add chart visual coverage for Highcharts 12.2.0 (#12585) (#12587)
  • date-picker
    • Add visual tests for disabled and keyboard focused dates (#12603) (#12614)
    • Improve date-picker metadata provider tests readability (#12602) (#12613)
  • field-base
    • Add group field visual tests and baseline reference to field-base (#12579) (#12581)
  • number-field
  • slider
    • Add baseline visual tests for slider and range slider (#12654) (#12655)

🏠 Internal