@hig/icon-button
Advanced tools
Comparing version 2.3.2 to 2.4.0
@@ -529,3 +529,3 @@ import React, { Component } from 'react'; | ||
*/ | ||
title: PropTypes.string.isRequired, | ||
title: PropTypes.string, | ||
/** | ||
@@ -638,3 +638,3 @@ * The visual variant of the icon-button | ||
}, | ||
"required": true, | ||
"required": false, | ||
"description": "Title of the button for accessibility purposes" | ||
@@ -641,0 +641,0 @@ }, |
@@ -536,3 +536,3 @@ 'use strict'; | ||
*/ | ||
title: PropTypes.string.isRequired, | ||
title: PropTypes.string, | ||
/** | ||
@@ -645,3 +645,3 @@ * The visual variant of the icon-button | ||
}, | ||
"required": true, | ||
"required": false, | ||
"description": "Title of the button for accessibility purposes" | ||
@@ -648,0 +648,0 @@ }, |
@@ -0,1 +1,8 @@ | ||
# [@hig/icon-button-v2.4.0](https://github.com/Autodesk/hig/compare/@hig/icon-button@2.3.2...@hig/icon-button@2.4.0) (2020-04-27) | ||
### Features | ||
* title prop is no longer required ([e3240eb](https://github.com/Autodesk/hig/commit/e3240eb)) | ||
# [@hig/icon-button-v2.3.2](https://github.com/Autodesk/hig/compare/@hig/icon-button@2.3.1...@hig/icon-button@2.3.2) (2020-01-29) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@hig/icon-button", | ||
"version": "2.3.2", | ||
"version": "2.4.0", | ||
"description": "HIG IconButton component", | ||
@@ -35,3 +35,3 @@ "author": "Autodesk Inc.", | ||
"@hig/theme-context": "^3.0.0", | ||
"@hig/theme-data": "^2.13.0", | ||
"@hig/theme-data": "^2.15.1", | ||
"react": "^15.4.1 || ^16.3.2" | ||
@@ -38,0 +38,0 @@ }, |
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
53303