v5.7.2
5.7.2 - 12.04.2024
What's Fixed
- [IconButton]: Replace the
isDropdown
prop withshowDropdownIcon
to prevent the automatic appearance of the dropdown icon when usingIconButton
as theDropdown
target. - [ApiContext]: Added possibility to send signal about success relogin via
localStorage
, due to old mechanism withwindow.opener.postMessage
was broken on SSO side by security reasons .- To switch to the handling via
localStorage
replace code of/auth/login
endpoint to<html><script>window.localStorage.setItem("uui-auth-recovery-success", "true"); window.close();</script></html>
- To switch to the handling via