@fortawesome/react-fontawesome
Advanced tools
Comparing version 0.0.16 to 0.0.17
@@ -8,2 +8,11 @@ # Change Log | ||
## [0.0.17](https://github.com/FortAwesome/react-fontawesome/releases/tag/0.0.17) - 2017-12-19 | ||
### Changed | ||
* Documentation and example improvements | ||
* Use cross-env to support Windows | ||
* Support for @fortawesome/fontawesome 1.1.0 | ||
--- | ||
## [0.0.16](https://github.com/FortAwesome/react-fontawesome/releases/tag/0.0.16) - 2017-12-09 | ||
@@ -10,0 +19,0 @@ |
@@ -6,5 +6,5 @@ { | ||
"dependencies": { | ||
"@fortawesome/fontawesome": "0.0.20", | ||
"@fortawesome/fontawesome-free-solid": "^0.0.17", | ||
"@fortawesome/react-fontawesome": "0.0.11", | ||
"@fortawesome/fontawesome": "^1.0.1", | ||
"@fortawesome/fontawesome-free-solid": "^5.0.1", | ||
"@fortawesome/react-fontawesome": "^0.0.15", | ||
"react": "^16.0.0", | ||
@@ -11,0 +11,0 @@ "react-dom": "^16.0.0", |
@@ -6,4 +6,4 @@ { | ||
"dependencies": { | ||
"@fortawesome/fontawesome": "0.0.20", | ||
"@fortawesome/react-fontawesome": "0.0.12", | ||
"@fortawesome/fontawesome": "^1.0.1", | ||
"@fortawesome/react-fontawesome": "^0.0.15", | ||
"react": "^16.0.0", | ||
@@ -10,0 +10,0 @@ "react-dom": "^16.0.0", |
@@ -6,6 +6,6 @@ { | ||
"dependencies": { | ||
"@fortawesome/fontawesome": "0.0.20", | ||
"@fortawesome/fontawesome-free-brands": "^0.0.18", | ||
"@fortawesome/fontawesome-free-solid": "^0.0.17", | ||
"@fortawesome/react-fontawesome": "0.0.12", | ||
"@fortawesome/fontawesome": "^1.0.1", | ||
"@fortawesome/fontawesome-free-brands": "^5.0.1", | ||
"@fortawesome/fontawesome-free-solid": "^5.0.1", | ||
"@fortawesome/react-fontawesome": "^0.0.15", | ||
"react": "^16.0.0", | ||
@@ -12,0 +12,0 @@ "react-dom": "^16.0.0", |
@@ -579,4 +579,6 @@ (function (global, factory) { | ||
fontawesome.noAuto(); | ||
return FontAwesomeIcon$1; | ||
}))); |
{ | ||
"name": "@fortawesome/react-fontawesome", | ||
"description": "Official React component for Font Awesome 5", | ||
"version": "0.0.16", | ||
"version": "0.0.17", | ||
"main": "index.js", | ||
@@ -18,7 +18,7 @@ "homepage": "https://github.com/FortAwesome/react-fontawesome", | ||
"build": "rollup -c rollup.config.js", | ||
"dist": "NODE_ENV=production npm run build", | ||
"dist": "cross-env NODE_ENV=production npm run build", | ||
"test": "jest" | ||
}, | ||
"peerDependencies": { | ||
"@fortawesome/fontawesome": ">=1.0.0", | ||
"@fortawesome/fontawesome": ">=1.1.0", | ||
"prop-types": "^15.5.10", | ||
@@ -34,2 +34,3 @@ "react": "^16.0.0" | ||
"babel-preset-stage-3": "^6.24.1", | ||
"cross-env": "^5.1.1", | ||
"jest": "^21.0.1", | ||
@@ -36,0 +37,0 @@ "prop-types": "^15.5.10", |
@@ -27,4 +27,4 @@ # react-fontawesome | ||
That simple usage is made possible when you add the `"coffee"` icon, | ||
to the _library_, or when load | ||
icon bundles _externally_ that include the icon. | ||
to the _library_, or when _externally_ loading | ||
icon bundles that include the icon. | ||
@@ -283,3 +283,3 @@ These are two of the three ways you can use | ||
```javascript | ||
<FontAwesomeIcon icon="spinner" fixed-width /> | ||
<FontAwesomeIcon icon="spinner" fixedWidth /> | ||
``` | ||
@@ -296,3 +296,3 @@ | ||
```javascript | ||
<FontAwesomeIcon icon="spinner" list-item /> | ||
<FontAwesomeIcon icon="spinner" listItem /> | ||
``` | ||
@@ -299,0 +299,0 @@ |
@@ -0,3 +1,6 @@ | ||
import fontawesome from '@fortawesome/fontawesome' | ||
import FontAwesomeIcon from './components/FontAwesomeIcon' | ||
fontawesome.noAuto() | ||
export default FontAwesomeIcon |
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
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
1360472
49
2487
15
7