Lattyware / elm-fontawesome

FontAwesome for Elm.
https://package.elm-lang.org/packages/lattyware/elm-fontawesome/latest/
MIT License
33 stars 6 forks source link

Update to latest fa version? #14

Closed nilskuhn closed 6 months ago

nilskuhn commented 6 months ago

It would be great to be able to use latest font-awesome version. Would that be possible? If I can support or even "compile" the latest version to elm on my own please let me know. Thanks, Nils

Lattyware commented 6 months ago

Done as of https://github.com/Lattyware/elm-fontawesome/tree/7.0.0 to the latest FA release.

For future reference, if you want to build your own copy with the newest version, the generator is at https://github.com/Lattyware/elm-fontawesome-generator and updating the version in package.json should be all that is needed to generate a newer version, unless FA changes something significant in the API.

nilskuhn commented 6 months ago

great, thanks!