cf-component-link
Advanced tools
Comparing version 5.1.3 to 5.1.4
@@ -6,3 +6,15 @@ # Change Log | ||
<a name="5.1.3"></a> | ||
<a name="5.1.4"></a> | ||
## [5.1.4](http://stash.cfops.it:7999/www/cf-ux/compare/cf-component-link@5.1.3...cf-component-link@5.1.4) (2017-11-17) | ||
### Bug Fixes | ||
* **cf-component-link:** UI-173 ([9597a57](http://stash.cfops.it:7999/www/cf-ux/commits/9597a57)) | ||
* **cf-component-link:** UI-173 remove console.log statement. and fix prettier ([312b292](http://stash.cfops.it:7999/www/cf-ux/commits/312b292)) | ||
<a name="5.1.3"></a> | ||
## [5.1.3](http://stash.cfops.it:7999/www/cf-ux/compare/cf-component-link@5.1.2...cf-component-link@5.1.3) (2017-11-14) | ||
@@ -15,3 +27,3 @@ | ||
<a name="5.1.2"></a> | ||
<a name="5.1.2"></a> | ||
## [5.1.2](http://stash.cfops.it:7999/www/cf-ux/compare/cf-component-link@5.1.1...cf-component-link@5.1.2) (2017-11-08) | ||
@@ -18,0 +30,0 @@ |
@@ -132,3 +132,3 @@ 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; }; }(); | ||
children, | ||
expandable && React.createElement(ArrowSwivel, { isActive: isActive, onClick: props.onClick }) | ||
expandable && React.createElement(ArrowSwivel, { isActive: isActive }) | ||
); | ||
@@ -135,0 +135,0 @@ } |
@@ -124,3 +124,3 @@ 'use strict'; | ||
children, | ||
expandable && _react2.default.createElement(_cfComponentArrowSwivel.ArrowSwivel, { isActive: isActive, onClick: props.onClick }) | ||
expandable && _react2.default.createElement(_cfComponentArrowSwivel.ArrowSwivel, { isActive: isActive }) | ||
); | ||
@@ -127,0 +127,0 @@ } |
{ | ||
"name": "cf-component-link", | ||
"description": "Cloudflare Link Component", | ||
"version": "5.1.3", | ||
"version": "5.1.4", | ||
"main": "lib/index.js", | ||
@@ -6,0 +6,0 @@ "module": "es/index.js", |
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
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
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
16800
10
1