Skip to content

v24.0.0-alpha7

Pre-release
Pre-release

Choose a tag to compare

@vaadin-bot vaadin-bot released this 23 Dec 13:15

API Documentation →

Changes Since v24.0.0-alpha6

💥 Breaking Changes

  • app-layout
    • Change logic for drawer height, update Lumo theme (#5150)
  • confirm-dialog
    • Rename cancel and reject properties of confirm dialog (#5136)
  • context-menu,menu-bar
    • Remove class names from list-box and items (#5111)
  • tooltip
    • Change default tooltip delay from 0 to 500ms (#5151)
  • vaadin-lumo-styles
    • Remove colorLegacy style module from Lumo (#5149)

🐛 Bug Fixes

  • component-base
    • Apply overflow attribute values correctly even with sub-pixel values (#5142)
  • grid
    • Check cell parent before debouncing (#5153)
  • integer-field,number-field
    • Restore correct selectors in step buttons styles (#5140)
  • number-field
    • Remove extra bracket from number field CSS selector (#5163)
  • tabsheet
    • Support appending tabs in tabsheet lazily (#5161)
  • tooltip
    • Remove whitespace from tooltip overlay content (#5152)
  • upload
    • Only modify text for default slotted elements (#5146)

💅 Polish

  • accordion,component-base,details
    • Implement ARIA attributes for details and accordion (#5109)
  • charts,component-base,confirm-dialog,context-menu,crud,date-picker,date-time-picker,field-base,grid-pro,grid,icon,polymer-legacy-adapter,tabsheet,time-picker,upload
    • Add logical-assignment-operators rule to ESLint config (#5133)
  • grid
    • Reduce grid updateFrozenColumn call count (#5130)
    • Reduce grid updateHeaderFooterRowVisibility call count (#5128)
    • Improve grid column group auto-width performance (#5122)

📝 Documentation

  • date-picker
    • Add JSDoc to DatePickerI18n interface (#5112)

🔬 Tests

  • avatar
    • Update avatar visual tests tooltip delay (#5158)
  • context-menu,date-picker,field-highlighter,grid-pro,grid,login,menu-bar,rich-text-editor,select,vaadin-themable-mixin
    • Fix no-unused-expressions rule in tests (#5132)

🏠 Internal

  • Other
    • Add grid performance dev page (#5127)
    • Add vaadin-map to Pro components in README (#5119)
    • Use nice note admonition in README (#5118)
      • Update Readme test commands (#5143)