Skip to content

Releases: webscopeio/react-textarea-autocomplete

2.3.1

27 Jul 11:02
3dd9c28
Compare
Choose a tag to compare

Fix

2.3.0

09 Jul 17:41
5847595
Compare
Choose a tag to compare

Features

2.2.3

26 Jun 13:36
cc0c430
Compare
Choose a tag to compare

Features

  • feat(item): scrolled item is going to stay in the viewport 620062b

Fix

2.2.2

23 May 20:36
52abd04
Compare
Choose a tag to compare
  • feat: innerRef prop to get Ref to textarea (#69) bfa4a10

2.2.1

23 May 19:29
ded5d84
Compare
Choose a tag to compare

2.2.0

13 May 17:13
dbd75f4
Compare
Choose a tag to compare
  • Added new methods selectionPosition and selectedText (#66) 90662fd
  • Added option to show autocomplete only after whitespace (#65) cb63a6e
  • Allow possibility for tokens containing whitespace (#59) c7e0df0

2.1.1

25 Apr 16:01
b40f6c2
Compare
Choose a tag to compare
  • Better dev UX check about passed objects 1f65450

v2.1.0

31 Mar 13:30
2c5bf57
Compare
Choose a tag to compare

Feature

2.0.0

30 May 07:16
730f3de
Compare
Choose a tag to compare

Breaking Change

This commint change the default behavior of the RTA. From this very moment, the textarea will stay
on the place when it occurs for the first time. You can enforce the old behavior with a new prop
"movePopupAsYouType". This change has also affected the default styles a bit, so be aware of it.
I've also changed default setting for "caretPosition" to "next" value from old one "end".

Feature

  • added new prop "movePopupAsYouType"; default caretPosition is "next" from now bff575a