Generator Teams Versions Save

A Yeoman Generator for Microsoft Teams

[email protected]

2 years ago

Changes

  • Requires Node 14 or later
  • Dependency package updates

[email protected]

2 years ago

[1.6.0]- <2022-02-07>

Added

  • Added Gulp-inject options to build config (#278 by pschaeflein)
  • Added support for Teams manifest 1.12 and m365DevPreview
  • Moved to gulp-sass, with native Dart support, from gulp-dart-sass

Changes

  • Static typing for build config options

[email protected]

2 years ago

Added

  • Added Gulp-inject options to build config (#278 by pschaeflein)
  • Added support for Teams manifest 1.12 and m365DevPreview
  • Moved to gulp-sass, with native Dart support, from gulp-dart-sass

Changes

  • Static typing for build config options

[email protected]

2 years ago

Added

  • Added m365DevPreview manifest

Changes

  • [Breaking] Upgraded Team JS SDK to version 2.0 (promises based)

[email protected]

2 years ago

Added

  • Added support for m365DevPreview manifest version

[email protected]

2 years ago

Added

  • Added m365DevPreview manifest

Changes

[email protected]

2 years ago

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 from express-msteams-host and the onMembersAdded method for handling and greeting new users with an Adaptive Card
    • dialogBot.ts containing the onMessage 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/instructions
      • dialogs\mentionUserDialog.ts responing with an @mention of the user who asked the bot to do so
      • dialogs\teamsInfoDialog.ts responding with the user's name, ID and email address coming from the TeamsInfo.getMember() method

[email protected]

2 years ago

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