Skip to content

v24.1.0-alpha9

Pre-release
Pre-release

Choose a tag to compare

@vaadin-bot vaadin-bot released this 05 May 08:12
· 3686 commits to main since this release

API Documentation →

Changes Since v24.1.0-alpha8

🚀 New Features

  • a11y-base,field-base,select
    • Allow setting accessibleName and accesibleNameRef in select (#5781)
  • date-time-picker
    • Add dateLabel/timeLabel props to i18n object (#5790)
  • side-nav

🐛 Bug Fixes

  • a11y-base
    • Keyboard navigation when using position fixed (#5792)
  • a11y-base,field-base
    • Store generated labelledby when adding to the DOM (#5779)
    • Allow setting accessibleNameRef before attaching (#5770)
  • app-layout
    • Hide bottom navbar when it's empty (#5762)
  • combo-box
    • Add required vertical space for multi-select combo box (#5806)
  • context-menu
    • Restore context menu opened state when moving within DOM (#5785)
  • crud
    • Create grid columns only after the grid header is configured (#5773)
  • list-box
    • Add missing dedupe-mixin dependency (#5804)
  • number-field,text-area,text-field
    • TypeScript typings for clearButtonVisible prop in field components (#5754)
  • vaadin-lumo-styles
    • Prevent diacritics from being cut off (#5797)

💅 Polish

  • app-layout
    • [app-layout] use CSS logical props (#4053)

🔬 Tests

  • a11y-base
    • Make children a proper array before iterating (#5775)
  • menu-bar
    • Add test for menu items keeping custom class name (#5788)

🏠 Internal

  • details
    • Fix a typo in the vaadin-details component README.md (#5803)
  • vaadin-lumo-styles,vaadin-material-styles,vaadin-themable-mixin
    • Load material styles the same way as Lumo styles (#5752)
  • vaadin-material-styles
    • Add global imports for Material (#5756)
  • Other
    • Ignore IntelliJ Idea module files (#5759)