Releases: wictorwilen/msteams-react-base-component
Releases · wictorwilen/msteams-react-base-component
4.0.0-preview2
Changes
- Upgraded
@microsoft/teams-jsSDK to version 2
4.0.0-preview
Changes
- Upgraded
@microsoft/teams-jsSDK to version 2
3.1.1
3.1.1-preview
Changes
- Dependency bump
Fixes
- Fixed an issue where non source files was included in tests
Release 3.1.0
[3.1.0] - <2021-03-01>
Added
- Added
setThemeHandleroption (#13) - Added unit testing
Fixes
- Fixed an issue with the
@fluentui/react-northstarpeer dependency version range with npm 7+
3.0.2
[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
[3.0.1] - <2012-12-18>
Changes
inTeamsisundefinedby default, instead offalse- Optimized the hook to reduce the number of renders of the component using the hook
Release 3.0.1-preview
Changes
inTeamsisundefinedby default- Optimized the hook to reduce the number of renders of the component using the hook
Release 3.0.0
Added
- Added
useTeamsReact 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
Version 3.0.0 preview 2.
Added themeString to hook