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. | + | * 3.5.11 on 2019-07-19 |
+ | ** Fixed an issue so that navigating to a hotspot in a document works again. | ||
** 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) | ** 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!}} | {{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!}} |
Revision as of 08:43, 19 July 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. |