@vaadin/vaadin-login 1.2.0 → 1.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,20 +1,16 @@
1
- [![npm version](https://badgen.net/npm/v/@vaadin/vaadin-login)](https://www.npmjs.com/package/@vaadin/vaadin-login)
2
- [![Bower version](https://badgen.net/github/release/vaadin/vaadin-login)](https://github.com/vaadin/vaadin-login/releases)
3
- [![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/element/vaadin/vaadin-login)
4
- [![Build Status](https://travis-ci.org/vaadin/vaadin-login.svg?branch=master)](https://travis-ci.org/vaadin/vaadin-login)
5
- [![Coverage Status](https://coveralls.io/repos/github/vaadin/vaadin-login/badge.svg?branch=master)](https://coveralls.io/github/vaadin/vaadin-login?branch=master)
6
- [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/vaadin/web-components?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
7
-
8
- [![Published on Vaadin Directory](https://img.shields.io/badge/Vaadin%20Directory-published-00b4f0.svg)](https://vaadin.com/directory/component/vaadinvaadin-login)
9
- [![Stars on vaadin.com/directory](https://img.shields.io/vaadin-directory/star/vaadin-login-directory-urlidentifier.svg)](https://vaadin.com/directory/component/vaadinvaadin-login)
10
-
11
-
12
1
  # <vaadin-login>
13
2
 
3
+ > ⚠️ Starting from Vaadin 20, the source code and issues for this component are migrated to the [`vaadin/web-components`](https://github.com/vaadin/web-components/tree/master/packages/vaadin-login) monorepository.
4
+ > This repository contains the source code and releases of `<vaadin-login>` for the Vaadin versions 10 to 19.
5
+
14
6
  [Live Demo ↗](https://vaadin.com/components/vaadin-login/html-examples)
15
7
  |
16
8
  [API documentation ↗](https://vaadin.com/components/vaadin-login/html-api)
17
9
 
10
+ [![npm version](https://badgen.net/npm/v/@vaadin/vaadin-login)](https://www.npmjs.com/package/@vaadin/vaadin-login)
11
+ [![Published on Vaadin Directory](https://img.shields.io/badge/Vaadin%20Directory-published-00b4f0.svg)](https://vaadin.com/directory/component/vaadinvaadin-login)
12
+ [![Discord](https://img.shields.io/discord/732335336448852018?label=discord)](https://discord.gg/PHmkCKC)
13
+
18
14
  [Vaadin Login](https://vaadin.com/components/vaadin-login) consists of two components:
19
15
 
20
16
  &lt;vaadin-login-overlay&gt; is a Web Component providing a painless login experience, part of the [Vaadin components](https://vaadin.com/components). Component shows the &lt;vaadin-login-form&gt; inside of an overlay.
package/package.json CHANGED
@@ -10,7 +10,7 @@
10
10
  "repository": "vaadin/vaadin-login",
11
11
  "homepage": "https://vaadin.com/components",
12
12
  "name": "@vaadin/vaadin-login",
13
- "version": "1.2.0",
13
+ "version": "1.3.0",
14
14
  "main": "vaadin-login-overlay.js",
15
15
  "author": "Vaadin Ltd",
16
16
  "license": "Apache-2.0",
@@ -36,14 +36,13 @@
36
36
  "@vaadin/vaadin-element-mixin": "^2.4.1",
37
37
  "@vaadin/vaadin-lumo-styles": "^1.6.0",
38
38
  "@vaadin/vaadin-material-styles": "^1.3.2",
39
- "@vaadin/vaadin-text-field": "^2.7.0",
39
+ "@vaadin/vaadin-text-field": "^2.10.0",
40
40
  "@vaadin/vaadin-button": "^2.4.0",
41
41
  "@vaadin/vaadin-overlay": "^3.5.0"
42
42
  },
43
- "scripts": {
44
- "generate-typings": "gen-typescript-declarations --outDir . --verify"
45
- },
46
43
  "devDependencies": {
44
+ "@web-padawan/gen-typescript-declarations": "^1.6.2",
45
+ "web-component-tester": "6.9.2",
47
46
  "@polymer/iron-component-page": "^4.0.0",
48
47
  "@polymer/iron-demo-helpers": "^3.0.0",
49
48
  "@webcomponents/webcomponentsjs": "^2.0.0",
@@ -52,5 +51,9 @@
52
51
  "@vaadin/vaadin-demo-helpers": "^3.1.0",
53
52
  "@vaadin/vaadin-icons": "^4.2.1",
54
53
  "@vaadin/vaadin-dialog": "^2.5.0"
54
+ },
55
+ "scripts": {
56
+ "generate-typings": "gen-typescript-declarations --outDir . --verify",
57
+ "test": "wct --npm"
55
58
  }
56
59
  }
@@ -59,7 +59,7 @@ class LoginFormElement extends LoginMixin(ElementMixin(ThemableMixin(PolymerElem
59
59
  }
60
60
 
61
61
  static get version() {
62
- return '1.2.0';
62
+ return '1.3.0';
63
63
  }
64
64
 
65
65
  /** @protected */