@atlaskit/avatar
Advanced tools
Comparing version 10.0.1 to 10.0.2
# @atlaskit/avatar | ||
## 10.0.2 | ||
- [patch] Fix native tooltips appearing for avatars without a src prop [6a3fb67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6a3fb67) | ||
## 10.0.1 | ||
@@ -4,0 +7,0 @@ |
@@ -70,7 +70,2 @@ 'use strict'; | ||
}, | ||
!!title && _react2.default.createElement( | ||
'title', | ||
null, | ||
title | ||
), | ||
appearance === 'circle' ? _react2.default.createElement( | ||
@@ -77,0 +72,0 @@ ShapeGroup, |
@@ -36,7 +36,2 @@ import _Object$getPrototypeOf from 'babel-runtime/core-js/object/get-prototype-of'; | ||
}, | ||
!!title && React.createElement( | ||
'title', | ||
null, | ||
title | ||
), | ||
appearance === 'circle' ? React.createElement( | ||
@@ -43,0 +38,0 @@ ShapeGroup, |
{ | ||
"name": "@atlaskit/avatar", | ||
"version": "10.0.0", | ||
"version": "10.0.1", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/avatar", | ||
"version": "10.0.1", | ||
"version": "10.0.2", | ||
"description": "A component that represents a user", | ||
@@ -41,2 +41,2 @@ "license": "Apache-2.0", | ||
] | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
290905
3489