Releases: vaadin/vaadin-login
Releases · vaadin/vaadin-login
v1.3.0
v2.0.0
⚠️ 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:
v2.0.0-alpha1
⚠️ 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:
v1.2.0
v1.2.0-beta1
v1.2.0-alpha2
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
Live Demo →
API Documentation →
New Features
- Added TypeScript definitions for Polymer 3 version
Changes Since v1.1.0:
v1.1.0
Live Demo →
API Documentation →
New Features
- Added right-to-left (RTL) support.
Changes Since v1.1.0-alpha1:
v1.1.0-alpha1
Live Demo →
API Documentation →
Changes Since v1.0.1:
v1.0.1
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
toem
in size definition so it will react to
changes in the body level.Fixes #89
-
33f525d Added autoselect on keyboard navigation