You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make sure you are on masteror qfe branch, run git status to check
git pull
git tag v4.6.0
git push -u upstream v4.6.0
You do not need to kick off a build again, use the previous build
Create a new GitHub release, copy entries from CHANGELOG.md
Subresource Integrity can be generated by curl https://cdn.botframework.com/botframework-webchat/4.6.0/webchat.js | openssl dgst -sha384 -binary | openssl base64 -A
Added missing Norwegian (nb-NO) translations, by @taarskog
Added missing Italian (it-IT) translations, by @AntoT84
Resolve #2481. Support alternative audio input source by adding audioConfig prop to createCognitiveServicesSpeechServicesPonyfillFactory, by @corinagum, in PR #2491
Added missing Finnish (fi-FI) translations, by @sk91swd, in PR #2501
Build
4.6.0
CHANGELOG.md
to mark specific changes in4.6.0
npm version --no-git-tag-version 4.6.0
true
87362
and commit isdd80827
create-react-app
babel/standalone
renderWebChat
with React loadedrenderWebChat
without React loadedcard breakfast
)herocard
because it is not using the middleware to register AC renderer)<meta>
to see the version number should be4.6.0
and not a pre-releaseTest
help
to MockBot, it will list out all commands4.6.0
CHANGELOG.md
and list out PRs that were not covered with automated testsRelease
master
orbranch, runqfe
git status
to checkgit pull
git tag v4.6.0
git push -u upstream v4.6.0
CHANGELOG.md
curl https://cdn.botframework.com/botframework-webchat/4.6.0/webchat.js | openssl dgst -sha384 -binary | openssl base64 -A
57881
servicingPlan.json
Post-release check
create-react-app
using package from public NPMnpm uninstall botframework-webchat-*
(remove all tarballs)npm install botframework-webchat@4.6.0
(just install the bundle package)<script>
tags from https://github.com/microsoft/BotFramework-WebChat/releases/tag/v4.6.0, with subresource integritybabel/standalone
using package from CDNrenderWebChat
with React loaded using package from CDNrenderWebChat
without React loaded using package from CDNNotification to interesting parties
Changelog
Breaking changes
react
andreact-dom
in our NPM package, instead, we will requires peer dependencies ofreact@^16.8.6
andreact-dom@^16.8.6
Changed
*
: Bumps all dev dependencies to latest version, by @compulim, in PR #2182 and PR #2308@babel/*@7.5.4
jest@24.8.0
lerna@3.15.0
react-redux@7.1.0
typescript@3.5.3
webpack@4.35.3
*
: Bumps@babel/runtime@7.5.4
, by @compulim, in PR #2182*
: Bumps Docker container for headless Chrome toselenium/standalone-chrome:3.141.59-radium
, by @compulim, in PR #2182*
: Moves frombabel-plugin-version-transform
tobabel-plugin-transform-inline-environment-variables
, by @compulim, in PR #2182*
: Bumps ESLint and related dependencies to latest version, by @compulim, in PR #2185eslint-plugin-react@7.14.2
eslint@6.0.1
*
: Bumps React, Redux and their related dependencies to latest version, by @compulim, in PR #2184react-dom@16.8.6
react-redux@5.1.1
react@16.8.6
redux@4.0.4
redux-promise-middleware
*
: Bumpslodash-*
(https://www.npmjs.com/package/lodash), by @compulim, in PR #2199lodash@4.17.14
lodash.mergewith@4.6.2
lodash.template@4.5.0
lodash.templatesettings@4.2.0
mixin-deep@1.3.2
set-value@2.0.1
union-value@1.0.1
web-speech-cognitive-services@4.0.1-master.6b2b9e3
, by @compulim in PR #2246, PR #2274, and PR #2338react
andreact-dom
, in PR #2274/
: Installreact
andreact-dom
todevDependencies
bundle
: Movereact
andreact-dom
fromdependencies
topeerDependencies
component
: Removereact
andreact-dom
fromdevDependencies
playground
: Removereact
andreact-dom
fromdependencies
samples/*
: Move to production version of Web Chat, and bump toreact@16.8.6
andreact-dom@16.8.6
component
: MoveComposer
to React hooks and functional components, by @compulim, in PR #2308component
: Fix #1818 Move to functional components by @corinagum, in PR #2322selectVoice()
, by @compulim, in PR #2338*
:web-speech-cognitive-services@5.0.1
bundle
:botframework-directlinejs@0.11.6
component
:react-film@1.3.0
Fixed
openUrl
, by @tdurnford in PR #2190ScreenReaderText
component, by @corinagum in PR #2278pushButton
appearance on Chrome, by @corinagum in PR #2382null
, by @compulim in PR #2408core-js
not loading properly, by @compulim in PR #2514expecting
input hint on Safari, by @compulim in PR #2517 and PR #2520webchat-es5.js
should not contains non-ES5 code and must be loadable by IE11, by @compulim in PR #2522Added
emitTypingIndicator
action and dispatcher, by @compulim, in PR #2413timestampFormat
option to the default style options and createdAbsoluteTime
component, by @tdurnford, in PR #2295embed
: Added ES5 polyfills and dev server, by @compulim, in PR #2315botAvatarBackgroundColor
anduserAvatarBackgroundColor
to the default style options, by @tdurnford in PR #2384IFRAME
in theYouTubeContent
andVimeoContent
components by @tdurnford in PR #2399isomorphic-react
andisomorphic-react-dom
packages, by @compulim and @corinagum, in PR #2478 and PR #2486audioConfig
prop tocreateCognitiveServicesSpeechServicesPonyfillFactory
, by @corinagum, in PR #2491Samples
messageReaction
activities, by @tdurnford in #2239The text was updated successfully, but these errors were encountered: