Skip to content

v4.0.0-beta1 — First Beta version using Lumo theme by default

Compare
Choose a tag to compare
@web-padawan web-padawan released this 08 Feb 07:28
· 425 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

Changes Since v4.0.0-alpha6:

  • eab42e4 Use workaround to hide internal API
  • 0fcbb3f Rename internal element class name
  • 8d78a1c Do not expose dropdown-wrapper and item elements globally
  • b4a5f68 Do not expose private element. Align class names with other elements
  • 5e96e72 Align with skeleton: bump polymer-cli to 1.6.0
  • 85dc70b Align mixins, add missing annotations [skip ci]
  • 9204520 Fix typos in docs [skip ci]
  • 0585608 Use node 8.9 in CI
  • bfc5b56 Remove iron-form observer no longer guaranteed to exist
  • dbe691f Update eslint and stylelint to check ./src and ./theme
  • 7f65e76 Cleanup tests: remove 1.x and hybrid stuff
  • b78d4e1 Use default cursor for dropdown items [skip ci]