@vaadin/vaadin-list-mixin
Advanced tools
Comparing version 2.1.0-alpha1 to 2.1.0-beta1
@@ -13,3 +13,3 @@ { | ||
"name": "@vaadin/vaadin-list-mixin", | ||
"version": "2.1.0-alpha1", | ||
"version": "2.1.0-beta1", | ||
"main": "vaadin-list-mixin.js", | ||
@@ -31,6 +31,6 @@ "author": "Vaadin Ltd", | ||
"devDependencies": { | ||
"@polymer/iron-test-helpers": "^3.0.0-pre.12", | ||
"@webcomponents/webcomponentsjs": "^1.0.0", | ||
"wct-browser-legacy": "0.0.1-pre.11" | ||
"@polymer/iron-test-helpers": "^3.0.0-pre.18", | ||
"wct-browser-legacy": "^1.0.1", | ||
"@webcomponents/webcomponentsjs": "^2.0.0" | ||
} | ||
} |
@@ -41,8 +41,5 @@ ![Bower version](https://img.shields.io/bower/v/vaadin-list-mixin.svg) | ||
## Creating a pull request | ||
## Contributing | ||
- Make sure your code is compliant with our code linters: `gulp lint` | ||
- Check that tests are passing: `npm test` | ||
- [Submit a pull request](https://www.digitalocean.com/community/tutorials/how-to-create-a-pull-request-on-github) with detailed title and description | ||
- Wait for response from one of Vaadin Elements team members | ||
To contribute to the component, please read [the guideline](https://github.com/vaadin/vaadin-core/blob/master/CONTRIBUTING.md) first. | ||
@@ -49,0 +46,0 @@ |
@@ -0,3 +1,13 @@ | ||
/** | ||
@license | ||
Copyright (c) 2017 Vaadin Ltd. | ||
This program is available under Apache License Version 2.0, available at https://vaadin.com/license/ | ||
*/ | ||
import { FlattenedNodesObserver } from '@polymer/polymer/lib/utils/flattened-nodes-observer.js'; | ||
/** | ||
* A mixin for `nav` elements, facilitating navigation and selection of childNodes. | ||
* | ||
* @polymerMixin | ||
*/ | ||
export const ListMixin = superClass => class VaadinListMixin extends superClass { | ||
@@ -4,0 +14,0 @@ static get properties() { |
Sorry, the diff of this file is not supported yet
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
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
195
34245
7
49