@vaadin/vaadin-button
Advanced tools
Comparing version 2.1.0-beta2 to 2.1.0
@@ -13,3 +13,3 @@ { | ||
"name": "@vaadin/vaadin-button", | ||
"version": "2.1.0-beta2", | ||
"version": "2.1.0", | ||
"main": "vaadin-button.js", | ||
@@ -33,3 +33,3 @@ "author": "Vaadin Ltd", | ||
"@vaadin/vaadin-material-styles": "^1.1.0-beta1", | ||
"@vaadin/vaadin-element-mixin": "^1.1.2" | ||
"@vaadin/vaadin-element-mixin": "^2.0.0" | ||
}, | ||
@@ -36,0 +36,0 @@ "devDependencies": { |
@@ -1,2 +0,3 @@ | ||
[![npm version](https://badge.fury.io/js/%40vaadin%2Fvaadin-button.svg)](https://badge.fury.io/js/%40vaadin%2Fvaadin-button) | ||
[![npm version](https://badgen.net/npm/v/@vaadin/vaadin-button)](https://www.npmjs.com/package/@vaadin/vaadin-button) | ||
[![Bower version](https://badgen.net/github/release/vaadin/vaadin-button)](https://github.com/vaadin/vaadin-button/releases) | ||
[![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/element/vaadin/vaadin-button) | ||
@@ -3,0 +4,0 @@ [![Build Status](https://travis-ci.org/vaadin/vaadin-button.svg?branch=master)](https://travis-ci.org/vaadin/vaadin-button) |
@@ -15,3 +15,3 @@ /** | ||
/** | ||
* `<vaadin-button>` is a Polymer 2 element providing an accessible and customizable button. | ||
* `<vaadin-button>` is a Web Component providing an accessible and customizable button. | ||
* | ||
@@ -137,3 +137,3 @@ * ```html | ||
static get version() { | ||
return '2.1.0-beta2'; | ||
return '2.1.0'; | ||
} | ||
@@ -175,2 +175,5 @@ | ||
/** | ||
* @protected | ||
*/ | ||
get focusElement() { | ||
@@ -177,0 +180,0 @@ return this.$.button; |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
37482
508
0
131
+ Added@vaadin/vaadin-development-mode-detector@2.0.7(transitive)
+ Added@vaadin/vaadin-element-mixin@2.4.2(transitive)
+ Added@vaadin/vaadin-usage-statistics@2.1.3(transitive)
- Removed@vaadin/vaadin-development-mode-detector@1.1.0(transitive)
- Removed@vaadin/vaadin-element-mixin@1.1.2(transitive)
- Removed@vaadin/vaadin-usage-statistics@1.1.0(transitive)