UWP Community Toolkit v4.0.0 Release Notes

Release Date: 2018-08-07 // over 5 years ago
  • ⚡️ Major Updates

    controls

    services

    • 🏁 Moved the Twitter, LinkedIn and Microsoft Translator services to the to Microsoft.Toolkit.Services to be available for any platform implementing .net standard 1.4 - gbarcho (PR)
    • Twitter service
    • Microsoft Graph service
      • Added SignInFailed event - Canviz (PR)

    gaze

    • ➕ Added switch support to enable invoking the currently fixated element programmatically - Jon Campbell (PR)

    sample app

    other

    🐛 Bug Fixes

    controls

    extensions

    helpers

    services

    • Facebook service
      • deprecated publish_actions and dependencies - cbarkerms (PR)
    • MicrosoftGraph service
      • Fixed setting IsAuthenticated to false after logout complete - Alex Chen (PR)
      • Updated flow when required scopes/permissions are changed - Canviz (PR)
    • 🏁 Deprecated Bing services - Lucas Rojas (PR)

    gaze

    • 👌 Improved GazePointerProxy robustness to out-of-sequence unexpected Load/Unload events - Pete Ansell (PR)
    • 🛠 Fixed gaze feedback being hit testable and made Loaded/Unloaded logic assert when stressed. - Pete Ansell (PR) (PR)

    helpers

    • AdvancedCollectionView
      • Fixed sorting when PropertyChanged notifications has no parameters - Barbara Martinez (PR)

    📚 documentation

    other

    💥 breaking changes

    • 🏁 Moved the Twitter, LinkedIn and Microsoft Translator services to the to Microsoft.Toolkit.Services to be available for any platform implementing .net standard 1.4 - gbarcho (PR)
    • ➕ Added assembly strong naming - Oren Novotny (PR) (PR)
    • 🏁 deprecated publish_actions and dependencies - cbarkerms (PR)

    ⚡️ 3.0.1 updates