Skip to content

v23.1.0-alpha3

Pre-release
Pre-release
Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 21 Apr 07:00

API Documentation →

Changes Since v23.1.0-alpha2

💥 Breaking Changes

  • confirm-dialog
    • Use header and footer in confirm-dialog (#3673)

🚀 New Features

  • charts
    • Show warning when engaging turbo mode in development mode (#3705)
  • multi-select-combo-box
    • Show overflow chip if chips do not fit (#3632)

🐛 Bug Fixes

  • charts
    • Make charts respect global Highcharts no data message (#3677)
  • crud
    • Support replacing slotted elements when dialog is open (#3667)
  • form-layout
    • Enable using custom id for form-item label (#3701)
  • input-container
    • Restore missing RTL pseudo element style (#3689)
  • multi-select-combo-box
    • Clear filter when clicking matching value (#3688)
  • vaadin-themable-mixin
    • Inherit parent styles to extensions without is getter (#3710)

💅 Polish

  • combo-box
    • Cleanup no longer used code (#3685)
  • crud
    • Align naming of event handlers and observers (#3676)
  • dialog
    • Only apply no-padding theme to dialog content
    • Update dialog header alignment and sizing (#3675)
  • multi-select-combo-box
    • Do not set part on the internal wrapper (#3704)
    • Cleanup not necessary method overrides (#3691)
  • time-picker
    • Remove unused code from time-picker (#3690)

🔬 Tests

  • menu-bar

🏠 Internal

  • All components
    • Bump sinon to 13.0.2, fix sinon fake timers warnings (#3699)
  • Other
    • Update yarn lock after bumping sinon (#3703)
    • Bump async from 2.6.3 to 2.6.4 (#3700)
    • List supported browsers in the README (#3687)