Skip to content

Latest commit

 

History

History
139 lines (61 loc) · 5.52 KB

CHANGELOG.md

File metadata and controls

139 lines (61 loc) · 5.52 KB

@chatscope/chat-ui-kit-react changelog

1.8.1 (2021-06-03)

Bug Fixes

  • as: custom component aliased with string is not displayed in production build (cbf8a04), closes #43

1.8.0 (2021-05-31)

Features

  • message-input: prop to messageinput that prevents send on return (98fc849)

1.7.2 (2021-05-16)

1.7.1 (2021-05-16)

1.7.0 (2021-05-05)

Features

  • message-input: added arguments to onChange and onSend (9f8b2cc)

1.6.1 (2021-04-19)

Bug Fixes

  • message-list: disableOnYReachWhenNoScroll property type (caeeead)

1.6.0 (2021-04-19)

Features

  • message-list: added disableOnYReachWhenNoScroll property (3176f2e)

1.5.2 (2021-04-12)

Bug Fixes

  • messageinput, commenteditable: fix bug that last korean character is entered twice (2986e2b)

1.5.1 (2021-04-03)

Bug Fixes

  • message list: cannot read property 'clientHeight' of null (705ede2)

1.5.0 (2021-03-24)

Features

  • message list: added autoScrollToBottomOnMount property (6ba92a8)

1.4.0 (2021-03-21)

Features

  • message-list: loading more loader at the bottom (e540cbc)

1.3.0 (2021-02-14)

Features

  • conversation-list: loading more in conversation list (e106ccb)

1.2.3 (2021-02-06)

Bug Fixes

  • message-list: scroll handling for grouped messages (2c8c9be)

1.2.2 (2021-01-24)

Bug Fixes

  • utils: handling as attribute for forwarded ref (73b95ab)
  • utils: is attribute changed to as (8eca5d4)

1.2.1 (2021-01-17)

Bug Fixes

  • messagelist: resizeobserver has been disabled in browsers that do not support it (a75859a)

1.2.0 (2021-01-04)

Features

  • #6: api method for scrolling to bottom in message input (3d0997a), closes #6

1.1.0 (2020-12-20)

Features

  • added new message content types (32439f7)

1.0.3 (2020-11-10)

Bug Fixes

1.0.2 (2020-09-23)

Performance Improvements

  • changed fa imports for better tree-shaking (4807854)

1.0.1 (2020-09-22)

1.0.0 (2020-09-22)

chore

BREAKING CHANGES

  • release: First stable release