Releases: pnp/generator-teams
Releases · pnp/generator-teams
yoteams-deploy@1.0.0-preview
Added
- Initial release
yoteams-build-core@1.2.0-preview3
Added
- Added
codespaces-serve
task, only available inside a Github Codespaces container, for automatic host name generation when using Github Codespaces - Watches for changes in
.env
files and rebuilds and restarts the solution, as well as scaffolds an updated manifest package - Support for plugins
Changes
- [BREAKING] Changed the environment variable
HOSTNAME
toPUBLIC_HOSTNAME
to not reuse the system set HOSTNAME. - Updated referenced packages
- Switched to
gulp-dart-sass
due to deprecatednode-sass
- Node 10.x no longer supported
yoteams-build-core@1.2.0-preview2
Added
- Added
codespaces-serve
task, only available inside a Github Codespaces container, for automatic host name generation when using Github Codespaces - Watches for changes in
.env
files and rebuilds and restarts the solution, as well as scaffolds an updated manifest package
Changes
- [BREAKING] Changed the environment variable
HOSTNAME
toPUBLIC_HOSTNAME
to not reuse the system set HOSTNAME. - Updated referenced packages
- Switched to
gulp-dart-sass
due to deprecatednode-sass
- Node 10.x no longer supported
generator-teams@3.2.0-preview
Added
- Specify package manager by adding
--node-package-manager
to the command line. Exyo --node-package-manager yarn
- Improved conflict resolution when re-running the generator
- Support for Microsoft Teams manifest schema 1.10
Changes
- [BREAKING] Changed the environment variable
HOSTNAME
toPUBLIC_HOSTNAME
to not reuse the system set HOSTNAME environment variable. Required for Github Codespaces integration and when multiple web apps are load balanced. - [BREAKING] Node 10.x no longer supported
- Updated build packages
- Moved custom
skip-install
implementation to native Yeoman version - Updated to Microsoft Teams JS SDK 1.10
- Node 10.x no longer supported
- Improved integration testing for generator
Deleted
- Deleted non used reference to ngrok in scaffolded project (as it is referenced by the build package since v3)
Tests passing: 6.631
yoteams-build-core@1.2.0-preview
Added
- Added
codespaces-serve
task, only available inside a Github Codespaces container, for automatic host name generation when using Github Codespaces - Watches for changes in
.env
files and rebuilds and restarts the solution, as well as scaffolds an updated manifest package
Changes
- [BREAKING] Changed the environment variable
HOSTNAME
toPUBLIC_HOSTNAME
to not reuse the system set HOSTNAME. - Updated referenced packages
- Switched to
gulp-dart-sass
due to deprecatednode-sass
- Node 10.x no longer supported
generator-teams@3.1.0
[3.1.0]- <2021-05-21>
Added
- Support for link unfurling (#200) - @PaoloPia
- Dedicated option for creating a static tab for Viva Connections (manifest schema 1.9 or later)
Changes
- Microsoft Teams Schema 1.9 set as default schema
Fixed
- Typo in question for bot (#191)
- Invalid messaging extension description (#192)
- Invalid condition in prompt for Bot Id (#193)
- Fixed state/closure issue on Connector configuration
Tests passing: 4.211
generator-teams@3.1.0-preview2
Added
- Support for link unfurling (#200) - @PaoloPia
- Dedicated option for creating a static tab for Viva Connections (manifest schema 1.9 or later)
Changes
- Microsoft Teams Schema 1.9 set as default schema
Fixed
- Typo in question for bot (#191)
- Invalid messaging extension description (#192)
- Invalid condition in prompt for Bot Id (#193)
- Fixed state/closure issue on Connector configuration
Tests passing: 4.211
yoteams-build-core@1.1.0
[1.1.0] - <2021-04-15>
Added
- Support for multiple manifest files, see https://github.com/pnp/generator-teams/tree/master/docs/docs/using-multiple-manifests.md
generator-teams@3.1.0-preview
Added
- Support for link unfurling (#200) - @PaoloPia
- Dedicated option for creating a static tab for Viva Connections (manifest schema 1.9 or later)
Changes
- Microsoft Teams Schema 1.9 set as default schema
Fixed
- Typo in question for bot (#191)
- Invalid messaging extension description (#192)
- Invalid condition in prompt for Bot Id (#193)
Tests passing: 4.211
yoteams-build-core@1.1.0-preview
Added
- Support for multiple manifest files, see https://github.com/pnp/generator-teams/tree/master/docs/docs/using-multiple-manifests.md