Skip to content

v25.3.0-alpha11

Pre-release
Pre-release

Choose a tag to compare

@vaadin-bot vaadin-bot released this 14 Aug 08:16
· 70 commits to main since this release

API Documentation →

Changes Since v25.3.0-alpha10

🚀 New Features

  • date-picker,date-time-picker
    • Support date metadata provider in date-time-picker (#12419)

🐛 Bug Fixes

  • date-picker
    • Accept a signed year of any width in a date string (#12429)
  • date-picker,date-time-picker
    • Do not parse a date string that describes no real date (#12430)
  • field-highlighter
    • Keep a value property an AI-marked field owns (#12417)
  • time-picker
    • Keep time-picker value stable with a custom time parser (#12424)

💅 Polish

  • component-base
    • Deprecate DirMixin in favor of native :dir() (#12433)
  • date-picker,date-time-picker
    • Use ISO date strings in dateMetadataProvider API (#12428)
  • field-highlighter
    • Drop redundant code in AI field marker (#12416)

📝 Documentation

  • date-picker
    • Mention dateMetadataProvider in isDateDisabled JSDoc (#12427)
    • Trim dateMetadataProvider JSDoc and metadata type docs (#12420)

🔬 Tests

  • component-base
    • Restore DirMixin unit tests with PolymerElement (#12431)

🏠 Internal

  • a11y-base,context-menu,grid-pro,grid,split-layout
    • Bump eslint to v10 and eslint-config-vaadin to beta7 (#12421)
  • Other
    • Remove no longer needed eslint-plugin-es-x (#12422)