@vaadin/vaadin-list-box
Advanced tools
Comparing version 1.1.0-beta2 to 1.1.0
@@ -13,3 +13,3 @@ { | ||
"name": "@vaadin/vaadin-list-box", | ||
"version": "1.1.0-beta2", | ||
"version": "1.1.0", | ||
"main": "vaadin-list-box.js", | ||
@@ -30,7 +30,7 @@ "author": "Vaadin Ltd", | ||
"@vaadin/vaadin-themable-mixin": "^1.2.1", | ||
"@vaadin/vaadin-item": "^2.1.0-beta2", | ||
"@vaadin/vaadin-list-mixin": "^2.1.0-beta1", | ||
"@vaadin/vaadin-lumo-styles": "^1.1.0-beta1", | ||
"@vaadin/vaadin-material-styles": "^1.1.0-beta1", | ||
"@vaadin/vaadin-element-mixin": "^1.1.2" | ||
"@vaadin/vaadin-item": "^2.1.0", | ||
"@vaadin/vaadin-list-mixin": "^2.1.0", | ||
"@vaadin/vaadin-lumo-styles": "^1.1.0", | ||
"@vaadin/vaadin-material-styles": "^1.1.0", | ||
"@vaadin/vaadin-element-mixin": "^2.0.0" | ||
}, | ||
@@ -37,0 +37,0 @@ "devDependencies": { |
@@ -1,2 +0,3 @@ | ||
[![npm version](https://badge.fury.io/js/%40vaadin%2Fvaadin-list-box.svg)](https://badge.fury.io/js/%40vaadin%2Fvaadin-list-box) | ||
[![npm version](https://badgen.net/npm/v/@vaadin/vaadin-list-box)](https://www.npmjs.com/package/@vaadin/vaadin-list-box) | ||
[![Bower version](https://badgen.net/github/release/vaadin/vaadin-list-box)](https://github.com/vaadin/vaadin-list-box/releases) | ||
[![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/element/vaadin/vaadin-list-box) | ||
@@ -3,0 +4,0 @@ [![Build Status](https://travis-ci.org/vaadin/vaadin-list-box.svg?branch=master)](https://travis-ci.org/vaadin/vaadin-list-box) |
@@ -13,3 +13,3 @@ /** | ||
/** | ||
* `<vaadin-list-box>` is a Polymer 2 element for menus | ||
* `<vaadin-list-box>` is a Web Component for creating menus. | ||
* | ||
@@ -70,3 +70,3 @@ * ``` | ||
static get version() { | ||
return '1.1.0-beta2'; | ||
return '1.1.0'; | ||
} | ||
@@ -73,0 +73,0 @@ |
@@ -38,2 +38,7 @@ import '@vaadin/vaadin-lumo-styles/color.js'; | ||
/* Workaround to display checkmark in IE11 when list-box is not used in dropdown-menu */ | ||
[part="items"] ::slotted(vaadin-item)::before { | ||
display: var(--_lumo-item-selected-icon-display); | ||
} | ||
/* Hovered item */ | ||
@@ -40,0 +45,0 @@ /* TODO a workaround until we have "focus-follows-mouse". After that, use the hover style for focus-ring as well */ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
36747
286
0
137
- 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)
Updated@vaadin/vaadin-item@^2.1.0