Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@hig/icon-button

Package Overview
Dependencies
Maintainers
4
Versions
269
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hig/icon-button - npm Package Compare versions

Comparing version 2.3.2 to 2.4.0

4

build/index.es.js

@@ -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 @@ },

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc