Skip to content

v9.0.0

Choose a tag to compare

@petyosi petyosi released this 17 May 16:48
· 1033 commits to master since this release

9.0.0 (2022-05-17)

Bug Fixes

  • display textarea defaultValue in MessageInput (#1570) (516a56b)

Features

  • MessageInput: add shouldSubmit, remove keycodeSubmitKeys (8e2cddd), closes #1530
  • add support for React 18 (#1534) (39cedcb)

BREAKING CHANGES

  • MessageInput: property keycodeSubmitKeys has been fully removed and replaced by the shouldSubmit property
    which should handle custom submit "trigger" functionality.
    Both listener.js and usage of key codes were outdated and caused unnecessary issues.