Changes since last release:
What's Changed
- fix police blips (lua/csharp) and blip legend (csharp) by @celeron9ultra in #246
- Fixed Pause and Lobby rendering across all resolutions and all Aspect Ratios
- Fixed UIMenu rendering across all resolutions, some aspect ratios don't work with full screen rendered scaleforms (ex: 16:10 on 1080p resolution), a fix will be researched.
- Fixed Header title that somehow f***d up on its own
- Fixed Header tab selection change in Lua
- Fixed tab disposing in TabView when changing tab. (Fixes Minimap Panel persistance when changing tabs)
- Fixed a weird Memory Leak crash caused by too many (long) descriptions. Same crash may occur with too many List Items with a lot of items, a solution is using DynamicListItems which make the menu virtually supporting infinite Lists.
A new updated Documentation has been added to ScaleformUI and it's in WIP (unfinished) you can check it out at https://manups4e.github.io/ScaleformUI/
New Contributors
- @celeron9ultra made their first contribution in #246
Full Changelog: v5.5.0.1...v5.5.1