@react-md/avatar
Advanced tools
Comparing version 2.6.0 to 2.7.0
@@ -6,2 +6,21 @@ # Change Log | ||
# [2.7.0](https://github.com/mlaursen/react-md/compare/v2.6.0...v2.7.0) (2021-02-28) | ||
### Documentation | ||
* **tsdoc:** fixed remaining tsdoc syntax warnings ([946f4dd](https://github.com/mlaursen/react-md/commit/946f4dddf380b9f2313fb76d54d969aa2adbff53)) | ||
* **tsdoc:** fixed some tsdoc annotations and styling ([0449b86](https://github.com/mlaursen/react-md/commit/0449b86e4e51793710b35a452b7ebcbb6e7b5b2e)) | ||
* **tsdoc:** updated \@since annotations ([c62027e](https://github.com/mlaursen/react-md/commit/c62027ebf2223167a2fde0378882e4b934d61971)) | ||
### Other Internal Changes | ||
* updated test coverage to not include conditional component PropTypes ([24e5df1](https://github.com/mlaursen/react-md/commit/24e5df14c731411d7691253383435036326407b5)) | ||
# [2.6.0](https://github.com/mlaursen/react-md/compare/v2.5.5...v2.6.0) (2021-02-13) | ||
@@ -8,0 +27,0 @@ |
@@ -1,5 +0,1 @@ | ||
/** | ||
* This file was generated from @react-md/dev-utils and should not be updated | ||
* manually. | ||
*/ | ||
declare const _default: { | ||
@@ -6,0 +2,0 @@ "rmd-avatar-color": string; |
"use strict"; | ||
/** | ||
/* | ||
* This file was generated from @react-md/dev-utils and should not be updated | ||
@@ -4,0 +4,0 @@ * manually. |
@@ -44,2 +44,3 @@ var __assign = (this && this.__assign) || function () { | ||
}); | ||
/* istanbul ignore next */ | ||
if (process.env.NODE_ENV !== "production") { | ||
@@ -46,0 +47,0 @@ try { |
@@ -25,5 +25,5 @@ import React, { HTMLAttributes, ImgHTMLAttributes } from "react"; | ||
* | ||
* @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#attr-referrerpolicy | ||
* @see {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#attr-referrerpolicy|Referrer Policy} | ||
* | ||
* @since 2.2.0 | ||
* @remarks \@since 2.2.0 | ||
*/ | ||
@@ -40,3 +40,3 @@ referrerPolicy?: ImgAttributes["referrerPolicy"]; | ||
* | ||
* @since 2.2.0 | ||
* @remarks \@since 2.2.0 | ||
*/ | ||
@@ -43,0 +43,0 @@ imgProps?: PropsWithRef<ImgAttributes, HTMLImageElement>; |
@@ -69,2 +69,3 @@ "use strict"; | ||
}); | ||
/* istanbul ignore next */ | ||
if (process.env.NODE_ENV !== "production") { | ||
@@ -71,0 +72,0 @@ try { |
{ | ||
"name": "@react-md/avatar", | ||
"version": "2.6.0", | ||
"version": "2.7.0", | ||
"description": "This package is used to avatars which are used to symbolize people or objects.", | ||
@@ -39,5 +39,5 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@react-md/icon": "^2.6.0", | ||
"@react-md/theme": "^2.6.0", | ||
"@react-md/utils": "^2.6.0", | ||
"@react-md/icon": "^2.7.0", | ||
"@react-md/theme": "^2.7.0", | ||
"@react-md/utils": "^2.7.0", | ||
"classnames": "^2.2.6" | ||
@@ -58,3 +58,3 @@ }, | ||
}, | ||
"gitHead": "fe442494d054126c0ba9ee40260d234668e2ba18" | ||
"gitHead": "931e81f628b580837df3a97267a42c9880b13815" | ||
} |
@@ -1,2 +0,2 @@ | ||
/** | ||
/* | ||
* This file was generated from @react-md/dev-utils and should not be updated | ||
@@ -3,0 +3,0 @@ * manually. |
@@ -25,5 +25,5 @@ import React, { HTMLAttributes, ImgHTMLAttributes } from "react"; | ||
* | ||
* @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#attr-referrerpolicy | ||
* @see {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#attr-referrerpolicy|Referrer Policy} | ||
* | ||
* @since 2.2.0 | ||
* @remarks \@since 2.2.0 | ||
*/ | ||
@@ -40,3 +40,3 @@ referrerPolicy?: ImgAttributes["referrerPolicy"]; | ||
* | ||
* @since 2.2.0 | ||
* @remarks \@since 2.2.0 | ||
*/ | ||
@@ -43,0 +43,0 @@ imgProps?: PropsWithRef<ImgAttributes, HTMLImageElement>; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
68680
629
Updated@react-md/icon@^2.7.0
Updated@react-md/theme@^2.7.0
Updated@react-md/utils@^2.7.0