Skip to content

Releases: webscopeio/react-textarea-autocomplete

3.1.3

25 Nov 09:25
7aed1ec
Compare
Choose a tag to compare

Fix

3.1.1

11 Nov 13:11
f89875b
Compare
Choose a tag to compare

Good news everyone, starting from this version you can use multichar triggers! 馃敟 So now you are able to build something like this command pallete.

Check it out this Codepen!

Feat

Fix

  • fix(autocomplete): correct reposition when trigger changes (#99) 78cc90c

3.0.3

08 Nov 05:29
51d5bce
Compare
Choose a tag to compare

Fix

  • fix(textarea): Fix scroll position for chrome (#97) fbf5617 @superandrew213 馃檹
  • fix(frontend): default value should be null. Could be used as uncontrolled input. 084b520

3.0.2

05 Nov 18:25
e4ccd92
Compare
Choose a tag to compare

Fix

  • fix(textarea): update value correctly (#95) 24519da

3.0.1

01 Nov 17:55
a7a4962
Compare
Choose a tag to compare

Fix

  • fix(frontend): don't derivate state when there is nothing to derive (#92) 6d83b6a

3.0.0

01 Nov 05:42
e1503e1
Compare
Choose a tag to compare

Feat

  • Remove React 15 dependency and be 100% React 16 compilant (#90) 73b8e83
  • docs: added weekly downloads 5368c2c

馃挘BREAKING CHANGE

From this very version is supported only React 16 and upper.

2.3.5

02 Oct 14:17
c41f1a3
Compare
Choose a tag to compare

Fix

  • fix(autocomplete): position autocomplete correctly (#87) 77f7216
  • scrolling in the textarea component will close the autocomplete

2.3.4

14 Sep 16:18
2db757f
Compare
Choose a tag to compare

Fix

  • Patched buggy behavior of allowWhitespace (#85) f013c2f

2.3.3

04 Sep 09:21
e7d83b1
Compare
Choose a tag to compare

Fix

2.3.2

17 Aug 10:42
9ead780
Compare
Choose a tag to compare

Fix

  • issue #61 (Text touching inserted content is replaced) (#81) 3dd9c28