Skip to content

Releases: vaadin/vaadin-button

v3.0.0-alpha1

26 Jan 08:13
Compare
Choose a tag to compare
v3.0.0-alpha1 Pre-release
Pre-release

API Documentation →

⚠️ Breaking Changes Since v2.x:

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

Changes Since v2.4.0:

v2.4.0

20 Aug 09:39
Compare
Choose a tag to compare

v2.4.0-beta1

03 Aug 08:04
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v2.3.0:

v2.3.0

30 Apr 07:19
Compare
Choose a tag to compare

Live Demo →
API Documentation →

New Features

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

Changes Since v2.3.0-alpha1:

  • No changes.

v2.4.0-alpha1

29 Apr 11:03
Compare
Choose a tag to compare
v2.4.0-alpha1 Pre-release
Pre-release

Live Demo →
API Documentation →

New Features

  • Added TypeScript definitions for Polymer 3 version

Changes Since v2.3.0-alpha1:

v2.3.0-alpha1 with RTL support

06 Apr 11:39
Compare
Choose a tag to compare
Pre-release

Live Demo →
API Documentation →

Changes Since v2.2.2:

  • 1098bbf Add RTL specific styles (#139)

    • Add rtl specific styles and visual tests

    • Update default button styles

v2.2.2

09 Jan 07:54
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v2.2.1:

  • 9b0c1ac fix: flush to make textContent work with ShadyDOM (#138)

  • e3d19e6 update to xenial

v2.2.1

23 Jul 09:50
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Fixes

  • Lumo icon theme variant now respects tertiary-inline styles (#134)

Changes Since v2.2.0:

  • fe5feb8 fix(lumo): make icon theme respect tertiary-inline (#134)

v2.2.0

23 Apr 08:31
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v2.1.5:

v2.1.5

10 Apr 08:40
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Fixes

  • A performance regression was fixed by reverting related commits (#128)
  • VoiceOver announces the button label twice (#127)

Changes Since v2.1.4:

  • c451eaa Revert "Set aria-label to native button (#122)"

    This reverts commit a3592f5.

  • 5cc28ea Revert "refactor: use attributeChangedCallback for aria-label (#125)"

    This reverts commit 466cda2.

  • 01ad8c3 chore: align with skeleton, replace gulp with npm scripts