Difference between revisions of "Version 3.5 (WinX)"
(→Build History) |
|||
Line 72: | Line 72: | ||
** Fixed an issue where the Guid property value is not committed if an editing starts from a child item. | ** Fixed an issue where the Guid property value is not committed if an editing starts from a child item. | ||
** Fixed an issue where Guid properties without original server values can’t be saved. | ** Fixed an issue where Guid properties without original server values can’t be saved. | ||
− | + | * 3.5.6 on 2019-06-XX | |
+ | ** Errors in custom XAML templates are now displayed as red section in the App, including the full exception message (which is typically pointing to the line in the XAML file) | ||
+ | {{Hint|There are still XAML errors that cannot be caught, such as referencing a StaticResource that doesn't exist - in such a case, the App will crash, but it will still write the full exception message to [AppInstallPath]\''LocalState\UBIKDebug.log'' before termination, thus the corrupted line can again be easily identified!}} | ||
<headertabs /> | <headertabs /> | ||
Revision as of 12:39, 26 June 2019
There are breaking XAML template changes in this version. If you use any customized XAMLs from older versions, they should be updated according to these instructions. |