Microsoft releases UWP Community Toolkit 1.3, with new OneDrive and Surface Dial support and more

Reading time icon 3 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

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.3.

Change log:

  • Controls. Several new controls were added in this release, including some very popular requests from the community:
    • WrapPanel. Positions child elements in sequential position from left to right or top to bottom, breaking content to the next line.
    • TextboxMask and TextBoxRegex (attached properties). Allows setting common or custom masks (like telephone numbers) for input.
    • SurfaceDialTextboxHelper (attached property). Extends any Textbox control to be controlled directly from a Surface Dial.
    • MarkdownTextBlock. Embeds and renders in real-time markdown syntax.
    • TileControl. Enables repeatable tile content.
    • ScrollHeader. Builds upon FadeHeader and enables Quick Return, Sticky and Fade behaviors.
    • Expander. Provides an extendable container to show/hide any content by clicking the header.
    • AdvancedCollectionView: Builds upon CollectionView and easily sorts and filters collections before displaying them.
    • Loading control. Shows an animation with some content when the user should wait in some tasks of the app.
  • Services
    • OneDrive service. Roam user files through the new OneDrive service with a simplified API model (similar to StorageFolder). The new service makes it easy to authenticate OneDrive users and more in the same consistent way you have come to expect from the toolkit services.
    • Microsoft Translator Service. Translate text in 60 languages supported by Microsoft Translator Services. The free tier supports up to 2 million requests per month.
    • We’ve added support for geographical metadata to tweets.
  • Animations
    • Light. Add light effects to your page or controls to draw user attention.
    • Reorder grid animations (attached property). Add smooth animations when resizing a grid view.
    • ParallaxService. Allows to create a parallax effect for items contained within an element that scrolls like a ScrollViewer or ListView.
  • Notifications
    • New toast features. Allows group toasts notifications (only available on Creator Update).
  • Accessibility. With the support of the community, we started the journey to add accessibility capabilities to all the controls in the toolkit. You can track progress here.
  • Sample App
    • The Sample App now has embedded documentation (using the new Markdown control).
    • The Sample App provide pointers to a few external OSS resources, for example, the newly released Windows SDK for Google Analytics.
    • It is now available for preview on Xbox One.
  • UserVoice
    • The community can now submit and vote for new features on UserVoice.

Read more about this release here.

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

Leave a Reply

Your email address will not be published. Required fields are marked *