Skip to content

v24.7.0-alpha5

Pre-release
Pre-release
Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 13 Jan 09:20
· 75 commits to main since this release

API Documentation →

Changes Since v24.7.0-alpha4

🚀 New Features

  • charts
    • Add support for Gantt task progress indication (#8426)
    • Add support for Highcharts Gantt charts (#8424)

🐛 Bug Fixes

  • board
    • Add missing hidden attribute styles to board and board row (#8483)
  • field-base
    • Enable reflectToAttribute for autocorrect property (#8475)
  • vaadin-lumo-styles
    • Also apply focus-ring width custom property to invalid state (#8467)

💅 Polish

  • board
    • Extract board row logic into reusable mixin (#8482)
  • cookie-consent
    • Remove legacy flex vendor prefixes from cookie-consent CSS (#8493)
    • Extract cookie consent logic into reusable mixin (#8491)
  • dashboard
    • Remove global dashboard widget styles (#8477)
  • field-highlighter
    • Extract field highlighter styles into reusable css literals (#8490)
  • map
    • Extract map logic into reusable mixin (#8484)
    • Extract map styles into reusable css literal (#8481)

🚧 Experiments

  • board
    • Add LitElement based version of vaadin-board (#8489)
  • cookie-consent
    • Add LitElement based version of vaadin-cookie-consent (#8492)
  • map
    • Add LitElement based version of vaadin-map (#8487)

🔬 Tests

  • dashboard
    • Add dashboard visual tests (#8470)
  • dialog,field-base
    • Fix local test failures in Firefox (#8461)
  • rich-text-editor
    • Fix flaky RTE test by moving Tab tests to a separate suite (#8465)

🏠 Internal

  • Other
    • Document testing Tab with Playwright WebKit on Mac OS (#8474)