Skip to content

v25.3.0-alpha13

Pre-release
Pre-release

Choose a tag to compare

@vaadin-bot vaadin-bot released this 26 Aug 08:28
· 39 commits to main since this release

API Documentation →

Changes Since v25.3.0-alpha12

🚀 New Features

  • date-time-picker
    • Add defaultTime property to date-time-picker (#12451)
  • field-highlighter
    • Support custom content in AI field marker popover (#12439)
  • icon
    • Resolve icon aliases defined with use element in iconset (#12473)
  • markdown
    • Add option to enable hard line breaks in markdown (#12459)

🐛 Bug Fixes

  • a11y-base
    • Delegate preventScroll focus option to focusElement (#12449)
  • date-picker
    • Re-measure item height when date picker overlay reopens (#12447)
    • Do not validate fullscreen date-picker on internal blur while opening (#12434)
  • grid
    • Avoid NaN aria-rowindex on footer rows without data (#12462)
  • overlay,vaadin-lumo-styles
    • Suppress pointer-events on overlays slotted content (#12471)

💅 Polish

  • accordion,checkbox-group,radio-group
    • Replace tag name checks with instanceof class checks (#12454)
  • date-picker
    • Set infinite scroller item height with CSS (#12446)
  • grid
    • Remove redundant calls from grid row rendering (#12466)
    • Remove redundant _frozenCellsChanged call in grid (#12461)
    • Remove obsolete rAF deferral for grid scrolling attribute (#12460)
    • Remove unused _scrollTop accessors from grid scroll mixin (#12456)
    • Remove template renderer marker properties from grid (#12457)
  • icons
    • Deprecate certain icons in vaadin-icons, add new aliases (#12452)
  • overlay
    • Deprecate vaadin-overlay element for removal in V26 (#12463)
  • time-picker
    • Rewrite time-picker value formatting logic to use updated (#12468)

🔬 Tests

  • grid
    • Cover grid mixin gaps found by mutation testing (#12464)
  • notification
    • Cover notification card pointer events while closing (#12475)

🏠 Internal

  • Other
    • Move code-review concurrency check to job level (#12474)
    • Clarify components mixin detection convention (#12455)
    • Update PR description rules to align with the template (#12453)
    • Add date-time-picker playground dev page (#12443)