Skip to content

Latest commit

 

History

History
83 lines (39 loc) · 3.32 KB

CHANGELOG.md

File metadata and controls

83 lines (39 loc) · 3.32 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.2.2 (2021-01-08)

Features

  • [ErrorBoundary] support FallbackComponent props (a1915a7)

Bug Fixes

  • [Video] show the play button when the cover is specified (3d91644)

0.2.2-beta.0 (2021-01-03)

Features

  • [Composer] add data-action-icon to .Composer-actions (76add41)
  • [Composer] show toolbar toggle button when typing (11b850b)

0.2.1 (2020-12-17)

Bug Fixes

  • [Composer] Revert .ChatFooter's z-index (9a855b0)
  • [RateActions] Reduce .RateActions' z-index (0ca468e)

0.2.0 (2020-12-16)

Features

  • [Composer] Change the send button and plus sign to mutually exclusive display (de48814)

Bug Fixes

  • [Input] update enterKeyHint's type (a880eac)

0.1.5 (2020-12-08)

Features

  • list: add bordered style (c30961a)
  • quick-replies: use item.code as the key for items (f0ca636)
  • scroll-view: add props itemKey to specify keys for items (5de57ca)

Bug Fixes

  • change ChatFooter's z-index (646cbb5)

0.1.4 (2020-11-24)

Bug Fixes

  • tooltip: fix tooltip's z-index (bfdd1a2)

0.1.3 (2020-11-16)

Features

  • modal: auto focus by default (1fe056e)

Bug Fixes

  • change enterkeyhint to enterKeyHint (270f8fc)

0.1.2 (2020-11-05)

0.1.1 (2020-10-22)

  • optimize useMessages (38fd498)
  • add tabIndex to ModalBase