Skip to content

Releases: vaadin/vaadin-login

v1.3.0

31 May 08:54
Compare
Choose a tag to compare

Changes Since v1.2.0:

  • 7ace589 chore: update vaadin-text-field version to 2.10.0 (#146)

v2.0.0

04 Feb 11:21
Compare
Choose a tag to compare

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 v2.0.0-alpha1:

  • ade9828 chore: bump deps, update test-runner config

  • 01e46d4 chore: bump text-field version to stable

v2.0.0-alpha1

23 Dec 15:40
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.2.0:

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

v1.2.0

20 Aug 12:54
Compare
Choose a tag to compare

v1.2.0-beta1

03 Aug 13:33
Compare
Choose a tag to compare

v1.2.0-alpha2

27 May 13:47
Compare
Choose a tag to compare
v1.2.0-alpha2 Pre-release
Pre-release

Live Demo →
API Documentation →

Fixes

  • Added missing TypeScript definitions files

Changes Since v1.2.0-alpha1:

  • 64f8b51 fix: add missing TS defs to files section

v1.2.0-alpha1

27 May 13:28
Compare
Choose a tag to compare
v1.2.0-alpha1 Pre-release
Pre-release

Live Demo →
API Documentation →

New Features

  • Added TypeScript definitions for Polymer 3 version

Changes Since v1.1.0:

v1.1.0

05 May 12:07
Compare
Choose a tag to compare

Live Demo →
API Documentation →

New Features

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

Changes Since v1.1.0-alpha1:

  • 2b6d915 Bump components dependencies (#103)

  • 62a9203 chore: remove Android Emulator from CRON

v1.1.0-alpha1

08 Apr 07:42
Compare
Choose a tag to compare
v1.1.0-alpha1 Pre-release
Pre-release

Live Demo →
API Documentation →

Changes Since v1.0.1:

v1.0.1

22 May 07:36
Compare
Choose a tag to compare

Vaadin Login provides a painless login experience for both developers and users.

Live Demo →
API Documentation →

Features

  • Internationalization: easy way to localize the component
  • Forgot password: add an event listener so you can provide instructions for password recovery for your users
  • Error message: shows/hides an error message to provide feedback for the user when a failed login attempt occurs
  • Login: Developer can listen to login event and/or define and action for which a POST request will be fired. From the event, developer is able to prevent the POST request.

Changes Since v1.0.0:

  • d4d8580 Remove material-color-light from included style list (#92)

    This causes the color definition to be placed inside element's
    shadow root, preventing the user from changing CSS properties values
    from the body level.

    Also change from rem to em in size definition so it will react to
    changes in the body level.

    Fixes #89

  • 33f525d Added autoselect on keyboard navigation