Skip to content

v24.7.0-alpha9

Pre-release
Pre-release
Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 14 Feb 11:38
· 36 commits to main since this release

API Documentation →

Changes Since v24.7.0-alpha8

💥 Breaking Changes

  • crud,custom-field,form-layout
    • Remove FormLayout workaround for MS Edge < v16 (#8625)
  • form-layout
    • Remove unnecessary subscription to animationend (#8633)

🚀 New Features

  • app-layout
    • Support partial i18n in app layout (#8647)
  • avatar-group,avatar
    • Support partial i18n in avatar (#8648)
  • avatar-group,component-base
    • Support partial i18n in avatar group (#8646)
  • component-base
    • Add mixin for handling partial i18n objects (#8558)
  • crud
    • Support partial i18n in crud (#8658)
  • dashboard
    • Support partial i18n in dashboard (#8660)
  • form-layout
    • Add form layout row spacing, deprecate form item row spacing (#8624)
  • horizontal-layout
    • Add middle and end slots to horizontal layout (#8515)
  • upload
    • Type event target for upload events (#8627)

🐛 Bug Fixes

  • combo-box
    • Fix Material combo box overlay sizing (#8619)
  • component-base
    • Restore scroll position when virtualizer used in dialog (#8642)

💅 Polish

  • form-layout
    • Simplify isValidCSSLength by using CSS.supports (#8644)
    • Simplify observers setup, improve tests (#8622)
    • Use _onResize instead of IntersectionObserver (#8620)

📝 Documentation

  • form-layout
    • Add new variable doc and deprecate old one (#8636)

🔬 Tests

  • a11y-base
    • Switch from puppeteer to playwright chrome (#8659)
  • app-layout,confirm-dialog,context-menu,cookie-consent,crud,dialog,login,menu-bar,notification,overlay
    • Remove set-window-height command from visual tests (#8623)
  • checkbox-group
    • Cleanup outdated checkbox-group focus test (#8654)
  • form-layout
    • Add missing nextResize (#8635)
    • Refactor tests to avoid relying on implementation details (#8634)
    • Remove IntersectionObserver-related test (#8632)
  • grid
    • Add missing resetMouse to tests using sendMouse (#8655)
  • select
    • Cleanup outdated select tests for Tab keydown event (#8653)
  • Other
    • Improve coverage by using native input (#8637)

🏠 Internal

  • vaadin-material-styles
    • Add deprecation warning to Material theme (#8673)
  • Other
    • Bump koa from 2.13.4 to 2.15.4 (#8675)
    • Add check-releases script (#8670)
    • Upgrade playwright version to ^1.50 (#8652)
    • Upgrade puppeteer version in yarn.lock to 23.11.1 (#8631)