Skip to content

v2.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 06:42
· 358 commits to master since this release

Live Demo →
API Documentation →

⚠️ Breaking Changes Since v1.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-text-field.html

New Features Since v1.x:

  • Added has-label state attribute for styling. The attribute is set on the host element, when it's label property is not undefined, null or empty string.
  • Added autocapitalize attribute allowing to disable or configure browser-specific behavior

Changes Since v2.0.0-alpha10:

  • d4d678a Align with skeleton: use node 8.9 in CI, bump polymer-cli to 1.6.0
  • 500d74b Update eslint and stylelint to check ./src and ./theme
  • 848d5cf Fix prefix and suffix icon color for polyfilled browsers
  • 660cfa1 Minor Lumo update [skip ci]