Skip to content

Releases: Stevenic/botbuilder-toybox

Release of all 4.0.0-preview1.2 packages to npm

07 May 03:45
Compare
Choose a tag to compare

Installation

This is the preview1.2 (release) of all packages to npm. To install you will need to include an @Preview tag:

npm install --save botbuilder-toybox-memories@preview
npm install --save botbuilder-toybox-extensions@preview

Release of all 4.0.0-m1.10 packages to npm

11 Mar 01:52
Compare
Choose a tag to compare

Installation

This is the M1 (release) of all packages to npm. To install you will need to include an @Preview tag:

npm install --save botbuilder-toybox-dialogs@preview
npm install --save botbuilder-toybox-middleware@preview
npm install --save botbuilder-toybox-prompts@preview

Updates

  • Fixed @microsoft/recognizers-text reference issues.
  • Updated dependencies to reference m1.10 builds of the v4 SDK.

Release of all 4.0.0-m1.2 packages to npm

11 Feb 20:56
Compare
Choose a tag to compare

Installation

This is the M1 (release) of all packages to npm. To install you will need to include an @Preview tag:

npm install --save botbuilder-toybox-dialogs@preview

Updates

List of patches for this release.

botbuilder-toybox-middleware@0.1.0-m1.4

  • Fixed issue in ShowTyping middleware.
  • Relaxed the need for callback handlers to return a Promise. They still can but no longer required.
  • Added unit tests

botbuilder-toybox-middleware@0.1.0-m1.3

  • Added new FromPatch middleware.