Skip to content

Commit

Permalink
Bump to production version 4.15.0 (#4193)
Browse files Browse the repository at this point in the history
* 4.15.0

* 4.15.0
  • Loading branch information
compulim authored Mar 3, 2022
1 parent 39be6e1 commit 49cfdc1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [4.15.0] - 2022-03-03

### Breaking changes

- New [`Map` object](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map) polyfill is required for IE11 when using NPM version of Web Chat:
- `Map` object polyfill is not required when using ES5 bundle of Web Chat from our CDN (`webchat-es5.js`)
- If you are seeing new errors while loading NPM version of Web Chat under IE11, please add a polyfill
- We recommend `core-js` package, it can be loaded by `import 'core-js/features/map'`
- Our current list of required polyfills can be found in [`packages/bundle/src/polyfill.ts`](https://github.com/microsoft/BotFramework-WebChat/blob/main/packages/bundle/src/polyfill.ts)
- Style options are introduced to send button for improved accessibility:
- `suggestedActionBackground` and `suggestedActionXXXBackground` are being deprecated in favor of `suggestedActionBackgroundColor` and `suggestedActionBackgroundColorOnXXX` respectively, for consistencies when porting to other platforms
- `suggestedActionDisabledXXX` is being renamed to `suggestedActionXXXOnDisabled`, for consistencies with other style options
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "botframework-webchat-root",
"version": "4.14.2-0",
"version": "4.15.0",
"private": true,
"files": [
"lib/**/*"
Expand Down

0 comments on commit 49cfdc1

Please sign in to comment.