nuxt-community / fontawesome-module

Module to use Font Awesome icons in Nuxt.js
MIT License
110 stars 12 forks source link

FontAwesome 6 Support #39

Open atorscho opened 3 years ago

atorscho commented 3 years ago

Hello,

Are you planning on supporting the new FontAwesome 6 version (which is still in Beta, but accessible to subscribers)?

Thanks

atinux commented 3 years ago

Do you think it will requires to change a lot https://github.com/nuxt-community/fontawesome-module/blob/master/lib/plugin.js @atorscho ?

atorscho commented 3 years ago

This file seems to be good, at least at first sight, but there is one additional category FA6 introduced: Thin icons (https://github.com/nuxt-community/fontawesome-module/blob/master/lib/module.js).

Some are working great, but as long as they have the same name as FA5.

atinux commented 3 years ago

Can you make a PR to add the new category?

atorscho commented 3 years ago

@Atinux I was tinkering with it a bit, added the new category, but the error "Could not find one or more icon(s)" comes from the @fortawesome/vue-fontawesome itself, more precisely FontAwesomeIcon which triggered another error when trying to install it without Nuxt.

I will try to look at it later.

Thank you :)

eMeRiKa13 commented 2 years ago

Any news on this subject? (and what about Nuxt3 support?)

dargmuesli commented 2 years ago

FontAwesome 6 was just released. Support would be great :)

PipocaZalas commented 2 years ago

FontAwesome 6 was just released. Support would be great :)

I would also appreciate it!