Skip to content

Commit 9d1a9ab

Browse files
authored
Add nub to chat bubbles (#2137)
* First version * Clean up * Fix layout * Precise size * Update border color * Clean up * Clean up * Clean up * Revert * Use DOM for parsing bubble border * Add style bubble options * Fix style bubble * Prettier * Fix eslint * Update tests * Add entry * Update entry * Fix conflict * Revert changes * Rename to handleBubbleBorderChange * Clean up CSS
1 parent 84d194b commit 9d1a9ab

42 files changed

Lines changed: 834 additions & 61 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2323
## [Unreleased]
2424

2525
### Changed
26+
2627
- `*`: Bumps all dev dependencies to latest version, by [@compulim](https://github.com/compulim), in PR [#2182](https://github.com/microsoft/BotFramework-WebChat/pull/2182), notably
2728
- [`@babel/*@7.5.4`](https://www.npmjs.com/package/@babel/core)
2829
- [`[email protected]`](https://www.npmjs.com/package/jest)
@@ -47,6 +48,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
4748
- Fix [#2160](https://github.com/microsoft/BotFramework-WebChat/issues/2160). Clear suggested actions after clicking on a suggested actions of type `openUrl`, by [@tdurnford](https://github.com/tdurnford) in PR [#2190](https://github.com/microsoft/BotFramework-WebChat/pull/2190)
4849
- Fix [#2187](https://github.com/microsoft/BotFramework-WebChat/issues/2187). Bump core-js and update core-js modules on index-es5.js, by [@corinagum](https://github.com/corinagum) in PR [#2195](https://github.com/microsoft/BotFramework-WebChat/pull/2195)
4950

51+
### Added
52+
53+
- Added bubble nub and style options, by [@compulim](https://github.com/compulim), in PR [#2137](https://github.com/Microsoft/BotFramework-WebChat/pull/2137)
5054

5155
## [4.5.0] - 2019-07-10
5256

67.8 KB
Loading
16.1 KB
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)