Juan Diego Herrera
Juan Diego Herrera
### Description When creating buttons with a `BorderColor` defined but not a specific `BorderWidth`, the buttons borders will not render except in Windows. Screenshots Windows It is possible that this...
### Description of Change We prevent the templating engine from matching the AppID to the App's name (the sourceName). This allows the `applicationId` parameter to work as expected when doing...
### Description In Windows, a `Label` inside a `Frame` will not wrap text but _will_ resize the container as if it wrapped. The only `LineBreakMode` that's not truncation-related is `NoWrap`....
### Description Creating a NavigationPage with `HasNavigationBar="False"` will still display a Navigation Bar if one of the child pages has a title.  ### Steps to Reproduce 1. Create a...
### Description of Change Document `NavigableElement`. I also documented the top level summaries for `INavigation` and `NavigationProxy`. That being said, the internal implementations of these classes still needs to be...