All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.2.2 (2021-01-08)
- [ErrorBoundary] support
FallbackComponent
props (a1915a7)
- [Video] show the play button when the cover is specified (3d91644)
0.2.2-beta.0 (2021-01-03)
- [Composer] add
data-action-icon
to.Composer-actions
(76add41) - [Composer] show toolbar toggle button when typing (11b850b)
0.2.1 (2020-12-17)
- [Composer] Revert .ChatFooter's z-index (9a855b0)
- [RateActions] Reduce .RateActions' z-index (0ca468e)
0.2.0 (2020-12-16)
- [Composer] Change the send button and plus sign to mutually exclusive display (de48814)
- [Input] update
enterKeyHint
's type (a880eac)
0.1.5 (2020-12-08)
- list: add bordered style (c30961a)
- quick-replies: use
item.code
as thekey
for items (f0ca636) - scroll-view: add props
itemKey
to specify keys for items (5de57ca)
- change ChatFooter's z-index (646cbb5)
0.1.4 (2020-11-24)
- tooltip: fix tooltip's z-index (bfdd1a2)
0.1.3 (2020-11-16)
- modal: auto focus by default (1fe056e)
- change
enterkeyhint
toenterKeyHint
(270f8fc)
0.1.2 (2020-11-05)
- optimize
useMessages
(38fd498) - add
tabIndex
to ModalBase