PowerShell Universal - 5.3.0
Release Notes
Features
Admin Console
Apps
APIs
Automation
Agent
Cmdlets
Platform
Portal
Bugs
Admin Console
Agent
Apps
APIs
Automation
Cmdlets
Deployments
Installer
Platform
Downloads
Adam Driscoll
PowerShell Expert and Developer at Devolutions
@Adam Driscoll: This didn’t make it to 5.3.0? Still having the problem altough the issue is marked as resolved:
github.com/ironmansoftware/powershell-universal
It looks like this wasn’t merged properly into the 5.3 branch. I’ll make sure it gets in 5.3.1.
Adam Driscoll
PowerShell Expert and Developer at Devolutions
Icons shows duplicated in pages after updating to 5.3.0

below is the code example:
New-UDPage -Name “Home” -DefaultHomePage -Icon (New-UDIcon -Icon House -Size 1x) -Content { }
cbc3038b615a7859cd465085035a629ac7ba94f7.png
6addd4ef53be092a95926e8c5b1b5782d7957336.png
HI, i just installed PU 5.3.0 and i see some problems with how certain filed are aligned vertically
Those are simply 2 fields (udselect and udautocomplete) divided by udrow and udcolumn
The theme is PaperBase as far as I remember
On 5.2.0 and old 4.4 those fields are aligned the same way
PS the problem is with UDselect command.
All other fields are aligned properly.
PS2. its not theme problem
with default theme this is also not ok
e607121be7a23e2416e9e94547521f6bd328ab18.png
e2988c4a02de2b83bed19313a4e049be0c68e126.png
We have a fix for this implemented in 5.3.1.
Adam Driscoll
PowerShell Expert and Developer at Devolutions
Just upgraded from 5.2.3 to 5.3 and now when trying to save changes to endpoints not seeing the list in GIt-Commit.
Reverting to 5.2.3 resolves the issue.
09958a5cc49eaefb600b17da50062a9169f923c9.png
4ffa1b1c4a59f1ffa41c4a27c608d5232d52c639.png
I was able to fix it by applying udstyle to udeselect:
' .MuiListItemText-primary { line-height: 0.8;}'
where line-height value depends on theme (in Paperbase its 0.8 in default theme 0.9)
Not the best way but works
Anyway , any chance to fix it permanently in future PU updates ?