@vaadin/vaadin-checkbox
Advanced tools
Comparing version 2.2.5 to 2.2.6
@@ -13,3 +13,3 @@ { | ||
"name": "@vaadin/vaadin-checkbox", | ||
"version": "2.2.5", | ||
"version": "2.2.6", | ||
"main": "vaadin-checkbox.js", | ||
@@ -41,10 +41,10 @@ "author": "Vaadin Ltd", | ||
"devDependencies": { | ||
"@polymer/iron-component-page": "^3.0.0-pre.18", | ||
"@polymer/iron-test-helpers": "^3.0.0-pre.18", | ||
"@polymer/iron-component-page": "^4.0.0", | ||
"@polymer/iron-test-helpers": "^3.0.0", | ||
"@webcomponents/webcomponentsjs": "^2.0.0", | ||
"wct-browser-legacy": "^1.0.1", | ||
"@vaadin/vaadin-demo-helpers": "^2.2.0", | ||
"@polymer/iron-form": "^3.0.0-pre.18", | ||
"@polymer/iron-form": "^3.0.0", | ||
"@vaadin/vaadin-button": "^2.1.0" | ||
} | ||
} |
@@ -94,16 +94,16 @@ [![npm version](https://badgen.net/npm/v/@vaadin/vaadin-checkbox)](https://www.npmjs.com/package/@vaadin/vaadin-checkbox) | ||
## Running demos and tests in browser | ||
## Running demos and tests in a browser | ||
1. Fork the `vaadin-checkbox` repository and clone it locally. | ||
1. Make sure you have [npm](https://www.npmjs.com/) installed. | ||
1. Make sure you have [npm](https://www.npmjs.com/) and [Bower](https://bower.io) installed. | ||
1. When in the `vaadin-checkbox` directory, run `npm install` and then `bower install` to install dependencies. | ||
1. Run `polymer serve --open`, browser will automatically open the component API documentation. | ||
1. Run `npm start`, browser will automatically open the component API documentation. | ||
1. You can also open demo or in-browser tests by adding **demo** or **test** to the URL, for example: | ||
- http://127.0.0.1:8080/components/vaadin-checkbox/demo | ||
- http://127.0.0.1:8080/components/vaadin-checkbox/test | ||
- http://127.0.0.1:3000/components/vaadin-checkbox/demo | ||
- http://127.0.0.1:3000/components/vaadin-checkbox/test | ||
@@ -110,0 +110,0 @@ |
@@ -113,3 +113,3 @@ /** | ||
static get version() { | ||
return '2.2.5'; | ||
return '2.2.6'; | ||
} | ||
@@ -262,4 +262,5 @@ | ||
/** @protected */ | ||
get focusElement() { | ||
return this.shadowRoot.querySelector('label'); | ||
return this.shadowRoot.querySelector('input'); | ||
} | ||
@@ -266,0 +267,0 @@ |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
44662
882
0