nuke-refresh-control
Advanced tools
Comparing version 1.0.0 to 1.0.1
# Changelog | ||
## 1.0.1 / 2017-11-23 | ||
* [[f6a4454](http://gitlab.alibaba-inc.com/nuke/refresh-control/commit/f6a44543bcf35da0e39dfc670baad3cd1b8c50e9)] - `feat` add refreshTag & displayName | ||
## 1.0.0 / 2017-11-04 | ||
@@ -5,0 +9,0 @@ |
@@ -7,2 +7,4 @@ 'use strict'; | ||
var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; | ||
var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }(); | ||
@@ -51,3 +53,3 @@ | ||
} else { | ||
return (0, _rax.createElement)(_nukeView2.default, this.props); | ||
return (0, _rax.createElement)(_nukeView2.default, _extends({}, this.props, { refreshTag: 'webRefesh' })); | ||
} | ||
@@ -60,3 +62,5 @@ } | ||
RefreshControl.displayName = 'RefreshControl'; | ||
exports.default = RefreshControl; | ||
module.exports = exports['default']; |
{ | ||
"name": "nuke-refresh-control", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "含 h5 版本的下拉刷新组件", | ||
@@ -5,0 +5,0 @@ "main": "lib/index", |
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
7645
55
1