Skip to content

Releases: vaadin/vaadin-notification

v1.6.2

14 Jan 09:54
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v1.6.1:

  • c38ecae fix: prevent closing overlays when interacting with notifications (#135)

  • f0b5571 Update README.md

  • e877fab chore: move CI builds from travis-ci.org to GitHub actions (#133)

  • 966e713 chore: disable issues and direct ppl to web-components repo [skip ci] (#132)

  • 1b85839 chore: add monorepo notice to README [skip ci]

v2.0.0-alpha1

19 Jan 18:07
Compare
Choose a tag to compare
v2.0.0-alpha1 Pre-release
Pre-release

API Documentation →

⚠️ Breaking Changes Since v1.x:

  • The component is updated to be based on Polymer 3
  • IE11 and legacy Edge are no longer supported

Changes Since v1.6.1:

  • e936815 feat!: convert to Polymer 3, add events type definitions (#131)

v1.6.1

18 Jan 09:34
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v1.6.0:

  • 56b4c0b fix: remove outer border from theme variants (#124)

  • 385cb84 chore: bump Node.js version in Travis to 10.23

  • 67a6f58 fix: move pointer-events from card host to overlay

v1.6.0

20 Aug 11:59
Compare
Choose a tag to compare

v1.6.0-beta1

03 Aug 08:52
Compare
Choose a tag to compare

v1.6.0-alpha2

17 Jun 08:13
Compare
Choose a tag to compare
v1.6.0-alpha2 Pre-release
Pre-release

Live Demo →
API Documentation →

Changes Since v1.6.0-alpha1:

  • dd29710 fix: make renderer owner optional [skip ci] (#112)

v1.6.0-alpha1

15 May 10:41
Compare
Choose a tag to compare
v1.6.0-alpha1 Pre-release
Pre-release

Live Demo →
API Documentation →

New Features

  • Added TypeScript definitions for Polymer 3 version

Changes Since v1.5.0:

v1.5.0

30 Apr 11:38
Compare
Choose a tag to compare

Live Demo →
API Documentation →

New Features

  • Added right-to-left (RTL) support.

Changes Since v1.5.0-alpha1:

  • 4b0ec82 chore: bump dependencies to stable versions

v1.5.0-alpha1

09 Apr 11:55
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v1.4.0:

v1.4.0

26 Apr 10:19
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v1.3.0:

  • 449e262 Use CSS variables to set vaadin-button lumo colors (#105)

    This enables vaadin-button styles to be applied for buttons that are
    not direct children of the vaadin-notification-card.

    Fixes #104

    Add workaround for IE11 CSS properties

  • 41e349b docs: remove template from README code example [skip ci] (#102)