@vaadin/vaadin-checkbox
Advanced tools
Comparing version 22.0.0-alpha1 to 22.0.0-alpha2
{ | ||
"name": "@vaadin/vaadin-checkbox", | ||
"version": "22.0.0-alpha1", | ||
"version": "22.0.0-alpha2", | ||
"description": "vaadin-checkbox", | ||
@@ -29,10 +29,10 @@ "main": "vaadin-checkbox.js", | ||
"@polymer/polymer": "^3.0.0", | ||
"@vaadin/vaadin-control-state-mixin": "^22.0.0-alpha1", | ||
"@vaadin/vaadin-element-mixin": "^22.0.0-alpha1", | ||
"@vaadin/vaadin-lumo-styles": "^22.0.0-alpha1", | ||
"@vaadin/vaadin-material-styles": "^22.0.0-alpha1", | ||
"@vaadin/vaadin-themable-mixin": "^22.0.0-alpha1" | ||
"@vaadin/vaadin-control-state-mixin": "^22.0.0-alpha2", | ||
"@vaadin/vaadin-element-mixin": "^22.0.0-alpha2", | ||
"@vaadin/vaadin-lumo-styles": "^22.0.0-alpha2", | ||
"@vaadin/vaadin-material-styles": "^22.0.0-alpha2", | ||
"@vaadin/vaadin-themable-mixin": "^22.0.0-alpha2" | ||
}, | ||
"devDependencies": { | ||
"@esm-bundle/chai": "^4.1.5", | ||
"@esm-bundle/chai": "^4.3.4", | ||
"@vaadin/testing-helpers": "^0.2.1", | ||
@@ -44,3 +44,3 @@ "sinon": "^9.2.0" | ||
}, | ||
"gitHead": "c9694d6549bff1f7fffb9ece26178e57fc228a51" | ||
"gitHead": "179d38f5146be752853ea4b7997b1446a2ab1fd4" | ||
} |
@@ -10,6 +10,3 @@ # <vaadin-checkbox> | ||
[](https://www.npmjs.com/package/@vaadin/vaadin-checkbox) | ||
[](https://travis-ci.org/vaadin/vaadin-checkbox) | ||
[](https://www.webcomponents.org/element/vaadin/vaadin-checkbox) | ||
[](https://vaadin.com/directory/component/vaadinvaadin-checkbox) | ||
[](https://vaadin.com/directory/component/vaadinvaadin-checkbox) | ||
[](https://discord.gg/PHmkCKC) | ||
@@ -59,41 +56,6 @@ | ||
## Running API docs and tests in a browser | ||
1. Fork the `vaadin-checkbox` repository and clone it locally. | ||
1. Make sure you have [node.js](https://nodejs.org/) 12.x installed. | ||
1. Make sure you have [npm](https://www.npmjs.com/) installed. | ||
1. When in the `vaadin-checkbox` directory, run `npm install` to install dependencies. | ||
1. Run `npm start`, browser will automatically open the component API documentation. | ||
1. You can also open visual tests, for example: | ||
- http://127.0.0.1:3000/test/visual/checkbox.html | ||
## Running tests from the command line | ||
1. When in the `vaadin-checkbox` directory, run `npm test` | ||
## Debugging tests in the browser | ||
1. Run `npm run debug`, then choose manual mode (M) and open the link in browser. | ||
## Following the coding style | ||
We are using [ESLint](http://eslint.org/) for linting JavaScript code. You can check if your code is following our standards by running `npm run lint`, which will automatically lint all `.js` files. | ||
## Big Thanks | ||
Cross-browser Testing Platform and Open Source <3 Provided by [Sauce Labs](https://saucelabs.com). | ||
## Contributing | ||
To contribute to the component, please read [the guideline](https://github.com/vaadin/vaadin-core/blob/master/CONTRIBUTING.md) first. | ||
Read the [contributing guide](https://vaadin.com/docs/latest/guide/contributing/overview) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components. | ||
## License | ||
@@ -100,0 +62,0 @@ |
@@ -118,6 +118,2 @@ /** | ||
static get version() { | ||
return '22.0.0-alpha1'; | ||
} | ||
static get properties() { | ||
@@ -124,0 +120,0 @@ return { |
55292
1273
64