-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update the icons list for the last version 5.4.1 #39
Conversation
leandrosimoes
commented
Oct 23, 2018
- Update the icons list for the last version 5.4.1
- Created a IconTypes object that contains the font families so you can pass through the FontAwesome component properties (Why and How: README)
- Created a parseIconName function so you can parse the font awesome classes to a valid name to use in this component. (Why and How: README)
- Updated the README with the new features
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good
@jgcmarins I just fix a missing var. Sorry about that. |
+1 |
Any chance this can be merged? |
FontAwesomeIcons.js
Outdated
} | ||
|
||
Object.keys(Icons).forEach((iconKey) => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@leandrosimoes why removing this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just removed by mistake, I'm so sorry about that! I just revert this lines and made another commit. Thanks for the review!
Previous example didn't align with actual code. Probably just out of date.
Added all tachometer variants of 5.5 pro. Added external link icon.
Updated parseIconName example for accuracy
.vscode/launch.json
Outdated
@@ -0,0 +1,22 @@ | |||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we remove this file?
add .vscode
to .gitignore
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure, I just put this file for run the tests with F5.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just removed the file and sent another commit. Tks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
great job
Anyway you can make a new build version so this is available on npm? |
Thanks! |