Skip to content

Releases: wictorwilen/msteams-react-base-component

4.0.0-preview2

15 Nov 07:41

Choose a tag to compare

4.0.0-preview2 Pre-release
Pre-release

Changes

  • Upgraded @microsoft/teams-js SDK to version 2

4.0.0-preview

11 Nov 18:23

Choose a tag to compare

4.0.0-preview Pre-release
Pre-release

Changes

  • Upgraded @microsoft/teams-js SDK to version 2

3.1.1

30 Sep 07:00

Choose a tag to compare

[3.1.1] - <2021-09-30>

Changes

  • Dependency bump

Fixes

  • Fixed an issue where non source files was included in tests
  • Fixed an issue to use userAgent to detect Teams desktop client (#20)

3.1.1-preview

28 Sep 12:07

Choose a tag to compare

3.1.1-preview Pre-release
Pre-release

Changes

  • Dependency bump

Fixes

  • Fixed an issue where non source files was included in tests

Release 3.1.0

01 Mar 17:38
a7031ea

Choose a tag to compare

[3.1.0] - <2021-03-01>

Added

  • Added setThemeHandler option (#13)
  • Added unit testing

Fixes

  • Fixed an issue with the @fluentui/react-northstar peer dependency version range with npm 7+

3.0.2

29 Jan 08:28
ad6d11b

Choose a tag to compare

[3.0.2] - <2021-01-29>

Fixes

  • Fixed issue where the Teams JS Library was not initialized while hosted outside of Teams (for instance in a popup)

Release 3.0.1

18 Dec 12:37

Choose a tag to compare

[3.0.1] - <2012-12-18>

Changes

  • inTeams is undefined by default, instead of false
  • Optimized the hook to reduce the number of renders of the component using the hook

Release 3.0.1-preview

11 Dec 08:39

Choose a tag to compare

Release 3.0.1-preview Pre-release
Pre-release

Changes

  • inTeams is undefined by default
  • Optimized the hook to reduce the number of renders of the component using the hook

Release 3.0.0

06 Dec 15:41
3a4f3c0

Choose a tag to compare

Added

  • Added useTeams React hook
  • Exported helper method getQueryVariable
  • Exported helper method checkInTeams

Changes

  • Method detecting if the hook is used inside Microsoft Teams now relies on naming of the hosting iframe
  • Moved to Github actions from Travis CI

Removed

  • Base class removed

Release 3.0.0-preview2

24 Nov 16:38

Choose a tag to compare

Pre-release

Version 3.0.0 preview 2.

Added themeString to hook