Releases: pnp/generator-teams
Releases · pnp/generator-teams
[email protected]
Changes
- TBA
- Requires Node 14 or later
- Dependency package updates
[email protected]
[1.6.0]- <2022-02-07>
Added
- Added Gulp-inject options to build config (#278 by pschaeflein)
- Added support for Teams manifest
1.12
andm365DevPreview
- Moved to
gulp-sass
, with native Dart support, fromgulp-dart-sass
Changes
- Static typing for build config options
[email protected]
Added
- Added Gulp-inject options to build config (#278 by pschaeflein)
- Added support for Teams manifest
1.12
andm365DevPreview
- Moved to
gulp-sass
, with native Dart support, fromgulp-dart-sass
Changes
- Static typing for build config options
[email protected]
Added
- Added support for
m365DevPreview
manifest version
[email protected]
Added
- Added
m365DevPreview
manifest
Changes
- [Breaking] Upgraded Team JS SDK to version 2.0 (promises based)
[email protected]
Added
- Added
m365DevPreview
manifest
Changes
- [Breaking] Upgraded Team JS SDK to version 2.0 (promises based)
- Updated telemetry, see https://github.com/pnp/generator-teams/blob/master/docs/docs/about/telemetry.md
- Updated the bot template files to better reflect the official Bot Framework samples
- Prohibited re-running the generator on version earlier than 4.0
- Removed support for earlier manifest versions than 1.11
[email protected]
[email protected]
[email protected]
Changes
- Updated telemetry, see https://github.com/pnp/generator-teams/blob/master/docs/docs/about/telemetry.md
- Updated the bot template files to better reflect the official Bot Framework samples
- Changed the
bot
template to better align with the official Bot Framework samples which now includes the following files:{botClassName}.ts
containing the bot declaration fromexpress-msteams-host
and theonMembersAdded
method for handling and greeting new users with an Adaptive CarddialogBot.ts
containing theonMessage
method which runs the root dialog(mainDialog
)dialogs\mainDialog.ts
containing the logic of handling different user inputs and calling the following child dialogs based on different inputs:dialogs\helpDialog.ts
responding with help information/instructionsdialogs\mentionUserDialog.ts
responing with an @mention of the user who asked the bot to do sodialogs\teamsInfoDialog.ts
responding with the user's name, ID and email address coming from the TeamsInfo.getMember() method
[email protected]
Added
- Added
m365DevPreview
manifest
Changes
- [Breaking] Upgraded Team JS SDK to version 2.0 (promises based)
- Prohibited re-running the generator on version earlier than 4.0
- Removed support for earlier manifest versions than 1.11