Windows 10 UWP Community Toolkit 1.3 is now available

Reading time icon 3 min. read


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

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

Microsoft has released version 1.3 of its Windows 10 UWP Community Toolkit. The Community Toolkit is a collection of elements and helpers available for developers to use, in order to provide assistance in the development of universal Windows 10 apps.

Here is the changelog for v1.3 of the toolkit:

  1. 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.
  2. 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.
  3. 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.
  4. Notifications
    • New toast features. Allows group toasts notifications (only available on Creator Update).
  5. 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.
  6. 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.

That’s quite a lot to be getting to grips with! In addition to this, users of the Community Toolkit now have a UserVoice page, where they can provide their ideas and feedback on the toolkit.