v2.0.0-beta1 — First Beta version using Lumo theme by default
web-padawan
released this
07 Feb 11:42
·
181 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-button.html
- Removed the wrapping native button and the "button" styling part. The element still uses native button under the hood, but that one is now considered as implementation detail
- The CSS position is now set to
relative
on host element forced with!important
New Features Since v1.x:
- Added three new styling parts:
part="label"
: wrapper for the default slotpart="prefix"
: wrapper for the named slot withname="prefix"
part="suffix"
: wrapper for the named slot withname="suffix"