Skip to content

v4.0.0-alpha2 — Valo dependency update

Compare
Choose a tag to compare
@web-padawan web-padawan released this 27 Dec 09:35
· 490 commits to master since this release

Live Demo →
API Documentation →

⚠️ Breaking Changes:

  • The element now uses vaadin-valo-styles dependency instead of vaadin-valo-theme. When using with other Vaadin Elements, installing latest alpha versions is strongly recommended, to avoid having both packages installed and imported.
  • vaadin-combo-box, as well as vaadin-text-field, now behaves similar to 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
  • Toggle button is no longer hidden in readonly state

Changes Since v4.0.0-alpha1:

  • 1af3862 Update tests
  • 39bee19 Add Getting Started and File Structure docs sections
  • 27fb3da Update Valo dependency
  • ee5173d Cleanup inline demo: remove unused imports and style
  • 1f325b5 Update screenshot and fix screenshot path
  • 969b3ab Fix width behavior
  • e4950a1 Update theme and demos
    • Use shared styles from vaadin-demo-helpers
    • Move ”Allow custom values” demo from advanced to basic
    • Fix HTML quotes
    • Bind to text-field label attribute instead of property. The text-field
      theme relies on the presence of the label attribute to ensure proper
      vertical alignment.
    • Depend on the latest text-field and valo theme updates
  • 18fe330 Update dependencies
  • 39b9207 Fix ElementMixin route