Skip to content

Releases: vaadin/vaadin-notification

v1.0.0-alpha2

16 Nov 06:47
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v1.0.0-alpha1:

  • ba256a0 Include a static getter for the element version
  • 6302e39 Replace polymer test with wct in travis build
  • ad6a57f Remove package-lock
  • f922305 Document public methods. Add links to styling docs

v1.0.0-alpha1 - First Alpha Version

14 Nov 06:16
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Features

  • Polymer 2.0 support

  • <vaadin-notification> The notification main element

    • Support for Multiple notifications
    • Properties: opened, duration, vertical-align and horizontal-align
  • <vaadin-notification-overlay> The overlay element where notifications are added/removed

    • A singleton instance for all notifications
    • 9 regions for positioning notifications top-stretch top-start top-center top-end middle bottom-start bottom-center bottom-end bottom-stretch.
    • Themable
  • <vaadin-notification-card> The notification container

    • Has the alert role
    • Themable

Usage

<vaadin-notification opened duration="4000" vertical-align="top" horizontal-align="end">
   <template>
     This notification is shown in the top left corner
   </template>
</vaadin-notification