Skip to content

v4.0.0

Compare
Choose a tag to compare
@yuriy-fix yuriy-fix released this 25 Apr 11:55
· 371 commits to master since this release

Live Demo →
API Documentation →

⚠️ Breaking Changes Since v3.x:

  • The element uses Lumo theme by default. The previous default theme has been dropped. You can import the unstyled version from the src/vaadin-combo-box.html
  • <vaadin-combo-box>, as well as <vaadin-text-field>, now behaves similar to the native <input> and stretches by default when used inside a column flex container
  • The default width of the element has been dropped in order to satisfy these requirements
  • The vaadin-overlay dependency has been updated to ^3.0.0. Please make sure you are using latest versions of all Vaadin components depending on that version, to prevent possible conflicts.

Changes Since v4.0.0-beta6:

  • 6f64b55 Cleanup incorrect data-binding in test