react-fontawesome
Advanced tools
Comparing version 1.3.0 to 1.3.1
# Changelog | ||
## v1.3.1 | ||
- Add documentation for overriding tag name | ||
## v1.3.0 | ||
@@ -4,0 +8,0 @@ |
@@ -33,2 +33,3 @@ 'use strict'; | ||
* @param {String} [stack] Stack an icon on top of another | ||
* @param {String} [tag=span] The HTML tag to use as a string (eg 'i' or 'em') | ||
* @module FontAwesome | ||
@@ -42,3 +43,2 @@ * @type {ReactClass} | ||
propTypes: { | ||
tag: _react2.default.PropTypes.string, | ||
border: _react2.default.PropTypes.bool, | ||
@@ -55,3 +55,4 @@ className: _react2.default.PropTypes.string, | ||
spin: _react2.default.PropTypes.bool, | ||
stack: _react2.default.PropTypes.oneOf(['1x', '2x']) | ||
stack: _react2.default.PropTypes.oneOf(['1x', '2x']), | ||
tag: _react2.default.PropTypes.string | ||
}, | ||
@@ -58,0 +59,0 @@ |
{ | ||
"name": "react-fontawesome", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "A React component for the font-awesome icon library.", | ||
@@ -5,0 +5,0 @@ "repository": { |
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
11561
94