Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 1.2 KB

CHANGELOG.md

File metadata and controls

31 lines (18 loc) · 1.2 KB

0.1.0

Initial release of the SDK for React Hook.

  • Add 3 React Hook functions: useTeamsFx, useGraph and useData

2.0.0

2.0.0 is a major version upgrade for TeamsFx SDK for React hooks with many improvements and supports.

Added

  • Add useTeams hook, referenced msteams-react-base-component.
  • Update to use TeamsFx SDK 2.0, which supports Teams JS SDK 2.0.
  • Support both CJS and ESM modules now, so that webpack and other tools can do proper tree-shaking and optimizations.

3.0.0

3.0.0 is a major version upgrade for TeamsFx SDK for React hooks migrating to support React 18 and Fluent UI v9.

Added

  • Update to support React 18.
  • Migrate to use Fluent UI v9, which includes breaking changes of useTeams, useTeamsUserCredential and useTeamsFx.

3.1.0-alpha

  • Add loading parameter to the return value of useTeams hook.

3.1.2

  • Update peer dependency @microsoft/teams-js version to ^2.19.0.