@microsoft/teamsfx 0.5.0-beta.1 → 0.5.1-alpha.07c43242.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md DELETED
@@ -1,24 +0,0 @@
1
- # 0.5.0
2
- - Breaking: TeamsUserCredential now will use Auth Code Flow with PKCE for SPA authentication. You can find more detail here: https://aka.ms/teamsfx-auth-code-flow.
3
- - Support multiple SQL database connection
4
- - Fix TeamsBotSsoPrompt runtime error
5
-
6
- # 0.4.1
7
- - Move "@microsoft/teams-js" to peer dependency
8
-
9
- # 0.3.0
10
- - Support certificate-based authentication for TeamsFx SDK
11
-
12
- # 0.0.5
13
-
14
- - Read SQL database name from `SQL_DATABASE_NAME` environment variable
15
- - Add more error types for credential classes
16
-
17
- # 0.0.4
18
-
19
- Initial alpha release of the SDK. Following features are included:
20
-
21
- - Credentials to simplify Team app authentication with Teams SSO support
22
- - Simplify authentication to Microsoft Graph APIs
23
- - TeamsBotSsoPrompt to support Teams Bot development with SSO
24
- - DefaultTediousConnectionConfiguration to connect to MSSQL database