Comparing version 0.0.2 to 0.0.3
@@ -37,3 +37,3 @@ 'use strict'; | ||
selector: _propTypes2["default"].string.isRequired, //选择器 | ||
offset: _propTypes2["default"].func, //偏移量 | ||
offset: _propTypes2["default"].any, //偏移量 | ||
navClass: _propTypes2["default"].string, //当前被激活锚点新增的类名 | ||
@@ -40,0 +40,0 @@ contentClass: _propTypes2["default"].string, //当前被激活的区域 |
@@ -0,1 +1,11 @@ | ||
<a name="0.0.3"></a> | ||
## [0.0.3](https://github.com/tinper-bee/bee-anchor/compare/v0.0.2...v0.0.3) (2019-04-16) | ||
### Bug Fixes | ||
* **bee-anchor:** 警告 ([3b5882a](https://github.com/tinper-bee/bee-anchor/commit/3b5882a)) | ||
<a name="0.0.2"></a> | ||
@@ -2,0 +12,0 @@ ## [0.0.2](https://github.com/tinper-bee/bee-anchor/compare/v0.0.1...v0.0.2) (2019-03-29) |
{ | ||
"name": "bee-anchor", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Anchor ui component for react", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -8,3 +8,3 @@ import React, { Component } from 'react'; | ||
selector:PropTypes.string.isRequired,//选择器 | ||
offset:PropTypes.func,//偏移量 | ||
offset:PropTypes.any,//偏移量 | ||
navClass:PropTypes.string,//当前被激活锚点新增的类名 | ||
@@ -11,0 +11,0 @@ contentClass:PropTypes.string,//当前被激活的区域 |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
1286989