botframework-webchat-core
Advanced tools
Changelog
[4.2.0] - 2018-12-11
npm run build
will build for development with instrumentation codenpm run prepublishOnly
will build for productionnpm run watch
will also run Webpack in watch loopjest-image-snapshot
and pixelmatch
istanbul
README.md
and adding validation logic for userID
props, in #1447
userID
props present and also embedded in Direct Line token, will use the one from Direct Line tokenuserID
props present, they must be string and not prefixed with dl_
, to avoid confusion between userID
props and Direct Line embedded user ID (which is forgery-proof)userID
props does not pass the validation test or not specified, Web Chat will use default-user
instead@babel
@babel/cli@7.1.2
@babel/core@7.1.2
@babel/plugin-proposal-class-properties@7.1.0
@babel/plugin-proposal-object-rest-spread@7.0.0
@babel/plugin-transform-runtime@7.1.0
@babel/preset-env@7.1.0
@babel/preset-react@7.0.0
@babel/preset-typescript@7.1.0
@babel/runtime@7.1.2
concurrently@4.0.1
jest
babel-jest@23.6.0
jest@23.6.0
ts-jest@23.10.4
typescript@3.1.6
webpack
webpack@4.24.0
webpack-command@0.4.2
from
field, in PR #1405migration
, by @corinagum in PR #1398POST_ACTIVITY
, in #1331