Microsoft releases UWP Community Toolkit 1.2

Reading time icon 2 min. read


Readers help support MSpoweruser. We may get a commission if you buy through our links. Tooltip Icon

Read our disclosure page to find out how can you help MSPoweruser sustain the editorial team Read more

uwp-community-toolkit-1-1

The UWP Community Toolkit is a collection of helper functions, custom controls, and app services that can be used to build UWP apps for any Windows 10 device, including PC, Mobile, Xbox, IoT and HoloLens. You can also use the toolkit with an existing desktop app converted to UWP using the Desktop Bridge. Microsoft today announced the availability of UWP Community Toolkit 1.2.

Change log:

  • New Helpers. we worked on providing 7 new helpers to help with everyday tasks:
    • BackgroundTaskHelper to help you work with background tasks
    • HttpHelper to help you deal with HTTP requests in a secure and reliable way
    • PrintHelper to help you print XAML controls
    • DispacherHelper to help you work with tasks that need to run on UI thread
    • DeepLinkHelper to simplify the management of your deep links
    • WebViewExtensions to allow you to bind HTML content to your Webview
    • SystemInformation to gather all system information into a single and unique class
  • New Controls
    • We introduced a new control named MasterDetailView that helps developers create master/detail user experiences
  • Updates. We updated the following features:
    • ImageCache was improved to provide a more robust cache
    • HeaderedTextBlock and PullToRefreshListView now accept ContentTemplate customization
    • Facebook service now supports paging when requesting data
    • Renamed BladeControl to BladeView. BladeView now also derives from ItemsControl. This will allow for more common convention like data binding and will make the control aligned with SDK naming. To guarantee backward compatibility, we kept the previous control and flagged it as obsolete. This way, developers can still reference the new version and everything will work just fine. A compiler warning will just encourage you to use the new version. The current plan is to keep obsolete classes until next major version and then remove them.

Read more about this release here.

More about the topics: developers, download, microsoft, update, UWP Community Toolkit 1.2, windows 10