The default for faStyle changed from regular to solid because there are way more free solid icons than free regular icons. You might be able to get some of the missing icons working by setting their faStyle property.
https://github.com/apache/royale-asjs/commit/5bc236c5be38cca0fa4f46a4fa218506cdc12cc9 However, a bigger, but necessary, change is that we’re now loading Font Awesome Free. Before, we were loading the Pro version. However, that’s not really compatible with our license. So we had to switch to Free. Free has fewer icons than Pro, so some of the icons you were using may not be available anymore. That being said, anyone can make their own custom component that loads the Pro version of Font Awesome instead. It just can’t be included with Royale. -- Josh Tynjala Bowler Hat LLC https://bowlerhat.dev/ On Fri, Mar 27, 2026 at 5:57 PM Hugo Ferreira <[email protected]> wrote: > Hi, > > I had not updated the framework in a very long time. > > I finally want to spend some time fixing a very old DataGrid bug, but > before doing that I updated the framework on my side. > > After the update, almost all icons disappeared from my application menu. > For example, FontAwesome5IconType.DUMPSTER no longer appears, while > FontAwesome5IconType.BUILDING still works. > > So far, this seems to affect most of the FontAwesome 5 icons I use, not > just a single one. > > Best regards, > > Hugo. >
