Skip to content

v1.0.0

Compare
Choose a tag to compare
@Peppe Peppe released this 25 Mar 07:34
· 10 commits to master since this release

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.
  • fc2b5ba Add all-imports.d.ts (#65)

  • 5074415 chore: add all-imports.js as default import (#64)

    Co-authored-by: Pekka Maanpää pekkamaa@vaadin.com

  • 6213f0b chore: update versions to '2.0.0-alpha2' (#56)