-
Notifications
You must be signed in to change notification settings - Fork 150
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
Feature request: change fortawesome => a less confusing name + clearer version naming #263
Comments
Until recent, version 5 was the only version. So it was not really a problem before. It also says at the top of the README file:
I'm opposed to having complex versions, but aligning versions with the main FontAwesome releases sounds like a good idea. Then we can have As for the naming convention, we inherit it from the main FontAwesome project, so I'll let @robmadole or @mlwilkerson to chime in. It may also be better to discuss such changes on the main repository instead: https://github.com/FortAwesome/Font-Awesome. |
Ok. I know the naming is confusing and I'm going to earmark this issue for further discussion as we proceed with version 6. But here are my initial thoughts:
The only possible backward-compatible issue is with the TypeScript package that @devoto13 brought up. We need to think through it. |
Thanks for considering all this guys. I’ve been using Fontawesome ever since you first launched it and was one of your first Kickstarter backers so am super grateful for all your work. 🙏🏻 |
Now that the suggestion has been communicated to the Font Awesome core team I think we can close this issue. While the current versioning scheme has some problems I don't believe we'll be changing it specifically for the |
Describe the problem you'd like to see solved or task you'd like to see made easier
##1. Naming confusion
Getting Fontawesome to work in Angular is non-trivial with sufficient steps that it's quite easy to go wrong. Going wrong then involves going back through code with a fine tooth comb to figure out what's amiss.
Often in the stages before fontawesome works it just doesn't work and doesn't work silently. The use of "fortawesome" as a name adds confusion and means constant double-checking spellings. Using a completely different package name would make this far easier to debug. It's a clever name from a branding perspective and I love the idea but it's sadly a bit of a headache when you're actually in the code.
Sadly as I write this I realise there is basically no way you can change the name of the whole of the Github organisation - but it may at least be food for thought. When I first started using the repository I was questioning who fortawesome was, how is it related to fontawesome, is it official, what does it even mean. Now I see that someone else took your github name first but the naming initially caused a lot of questions in my head!
As I think all of this through, even just a clear explanation as to who Fortawesome is at the start of the readme file along with an assurance that the only place that the "r" will show up is in the org name would help a lot.
There are a lot of nuances in Fontawesome and "r"s and "s"s have a lot of significance throughout the repository and icon set. Removing as much confusion as possible would help focus understanding where it's really needed e.g.
fas
v.far
.##2. Version confusion
Fortawesome has a different version to Fontawesome which itself obviously has a different version to angular. This leads to a multiplicity of combinations which themselves are further confusing.
In the table above I immediately wonder - which version of Fontawesome is in each of those packages? Are they all Fontawesome 5?
This could be made easier if the Fortawesome version was clearly related to the angular and fontawesome versions that it maps to. This might lead to unconvertional version naming but would make installation far easier e.g.
Angular v 9, Fortawesome v0.6, Fontawesome 6: => v0.6_fa6_ng9
Angular v 10, Fortawesome v0.6, Fontawesome 6: => v0.6_fa6_ng10
Angular v 10, Fortawesome v0.7, Fontawesome 6: => v0.7_fa6_ng10
It's not quite clear to me whether Fortawesome's version relates directly to the Fontawesome version. But if it does then maybe more helpful to be explicit of that.
Is this in relation to an existing part of angular-fontawesome or something new?
Existing part - naming conventions.
What is 1 thing that we can do when building this feature that will guarantee that it is awesome?
Just make all of the naming clearer so that it's more explicitly debuggable!
Why would other angular-fontawesome users care about this?
There are a lot of moving parts to getting Fontawesome working in a project. It's not as straightforward as other projects and this would help reduce the complexity.
On a scale of 1 (sometime in the future) to 10 (absolutely right now), how soon would you recommend we make this feature?
2
Feature request checklist
Feature request: moar cowbell
)The text was updated successfully, but these errors were encountered: