Skip to content

v1.0.0

Compare
Choose a tag to compare
@dabakovich dabakovich released this 29 Dec 13:19
· 42 commits to master since this release

Hashtag support

BREAKING CHANGES

  • renderSuggestions, trigger, isInsertSpaceAfterMention, mentionTextStyle is now moved to mentionTypes property
  • 'Mentions' component now renamed to 'MentionInput'
  • mentionRegEx changed a little big

Please see the example app in /example folder to get more details.

FIXED

  • Wrong editing with keyboard auto-correction (#1)

ADDED

  • Support for multiple mention types (#9)
  • Jest tests support