Skip to content

Releases: pnp/generator-teams

[email protected]

10 May 08:04
302ad1b
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Changes

  • TBA
  • Requires Node 14 or later
  • Dependency package updates

[email protected]

17 Feb 07:41
6d7e5f4
Compare
Choose a tag to compare

[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]

07 Feb 14:42
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

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]

17 Dec 08:32
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Added

  • Added support for m365DevPreview manifest version

[email protected]

17 Dec 08:52
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Added

  • Added m365DevPreview manifest

Changes

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

[email protected]

13 Dec 10:54
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Added

  • Added m365DevPreview manifest

Changes

[email protected]

18 Nov 09:21
9e2731f
Compare
Choose a tag to compare

[email protected]

18 Nov 09:17
9e2731f
Compare
Choose a tag to compare

[email protected]

18 Nov 09:23
9e2731f
Compare
Choose a tag to compare

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]

16 Nov 07:32
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

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