botbuilder-js

Welcome to the Bot Framework SDK for JavaScript repository, which is the home for the libraries and packages that enable developers to build sophisticated bot applications using JavaScript.

MIT License

Downloads
3.7M
Stars
680
Committers
153

Bot releases are hidden (Show)

botbuilder-js - Release of all 4.0.0-m3.0 packages to npm

Published by Stevenic over 6 years ago

Installation

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

npm install --save botbuilder@preview
npm install --save botbuilder-ai@preview
npm install --save botbuilder-azure@preview
npm install --save botbuilder-choices@preview
npm install --save botbuilder-prompts@preview
npm install --save botbuilder-dialogs@preview
botbuilder-js - Release of all 4.0.0-m2.1 packages to npm

Published by Stevenic over 6 years ago

Installation

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

npm install --save botbuilder@preview
npm install --save botbuilder-ai@preview
npm install --save botbuilder-azure@preview
npm install --save botbuilder-choices@preview
npm install --save botbuilder-prompts@preview
npm install --save botbuilder-dialogs@preview
botbuilder-js - Release of all 4.0.0-m1.10 packages to npm

Published by Stevenic over 6 years ago

Installation

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

npm install --save botbuilder@preview
npm install --save botbuilder-services@preview
npm install --save botbuilder-ai@preview
npm install --save botbuilder-azure@preview
npm install --save botbuilder-choices@preview
npm install --save botbuilder-node@preview

Changes

  • Fixed build breaks related to @microsoft/recognizers-text update.
  • Locked inter-package dependencies to specific 4.0.0-mX.X versions.
botbuilder-js - Release of all 4.0.0-m1.7 packages to npm

Published by Stevenic over 6 years ago

Installation

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

npm install --save botbuilder@preview
npm install --save botbuilder-services@preview
npm install --save botbuilder-ai@preview
npm install --save botbuilder-azure@preview
npm install --save botbuilder-choices@preview
npm install --save botbuilder-node@preview

Changes

  • Fixed issues around change from botbuilder-schema to botframework-schema.
  • Updated schema, connector, and auth pieces.
  • Updated create options for QnA Maker and LUIS Recognizer.
botbuilder-js - Release of all 4.0.0-m1.2 packages to npm

Published by Stevenic over 6 years ago

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@preview
npm install --save botbuilder-services@preview
npm install --save botbuilder-ai@preview
npm install --save botbuilder-azure@preview
npm install --save botbuilder-choices@preview
npm install --save botbuilder-node@preview

Updates

List of patches published for this release.

[email protected]

  • Fixed a filename case issue which would prevent the botbuilder module from loading on a Mac or Linux.

[email protected]

  • Made StorageSettings.optimizeWrites optional to fix an issue when using the FileStorage provider.