v1.0.0
Live Demo and examples →
API Documentation →
Changes Since v2.0.0-alpha2:
-
aa5b3e5 V14 compatible depenendencies (#66)
- Downgrade dependencies to match V14 versions.
https://github.com/vaadin/platform/blob/14.6/versions.json used as source for version numbers.
- Remove version func from styling-components
input-button, input-text, and message-avatar exist so that you can theme them more easily.
Coverage test was failing because the version function was never executed.
Looking at other components, these theming-purposed components do not have version function, and are not tested.
I removed the version functions for these component to follow the pattern of other components.- message-avatar also.
-
5074415 chore: add all-imports.js as default import (#64)
Co-authored-by: Pekka Maanpää pekkamaa@vaadin.com