We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
These are chores that we should do before starting the cycle to reduce ripple effects if we do it in mid-cycle.
This list should be copied to versions in the future.
package.json
4.5.1-0
@babel/*
jest
lerna
typescript
webpack
npm audit fix
lodash
npm audit
servicingPlan.json
curl https://cdn.botframework.com/botframework-webchat/4.5.0/webchat.js | openssl dgst -sha384 -binary | openssl base64 -A
This list can be copied to versions in the future.
>= 16.8.0
< 17
BasicWebChat.js
UNSAFE_componentWillReceiveProps
Composer.js
UNSAFE_componentWillMount
ConnectivityStatus
TimeAgo
Timer
react-redux
>= 7.1.0
5.1.1
7.1.0
markdown-it
The text was updated successfully, but these errors were encountered:
compulim
corinagum
No branches or pull requests
These are chores that we should do before starting the cycle to reduce ripple effects if we do it in mid-cycle.
Applies to all cycles
This list should be copied to versions in the future.
package.json
is4.5.1-0
@babel/*
,jest
,lerna
,typescript
,webpack
, etc)npm audit fix
to make sure everything is fixedlodash
vulnerability is reported on Snyk + GitHub but not onnpm audit
yet, need to wait for a few daysservicingPlan.json
curl https://cdn.botframework.com/botframework-webchat/4.5.0/webchat.js | openssl dgst -sha384 -binary | openssl base64 -A
Bump Adaptive Cards to latest version(already on latest 1.2.0)Applies to 4.6 only
This list can be copied to versions in the future.
>= 16.8.0
and< 17
for React hooks supportBasicWebChat.js
:UNSAFE_componentWillReceiveProps
Composer.js
:UNSAFE_componentWillMount
ConnectivityStatus
:UNSAFE_componentWillReceiveProps
TimeAgo
:UNSAFE_componentWillReceiveProps
Timer
:UNSAFE_componentWillReceiveProps
Bumpreact-redux
to>= 7.1.0
for React hooks supportreact-redux
to5.1.1
, will bump to7.1.0
in Investigate Resetting Store for Restart Conversation #1846markdown-it
More tests for speech harness: Write more tests for post-4.5 release #2158The text was updated successfully, but these errors were encountered: