Releases: webscopeio/react-textarea-autocomplete
Releases · webscopeio/react-textarea-autocomplete
3.1.1
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
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
Fix
- fix(textarea): update value correctly (#95) 24519da
3.0.1
Fix
- fix(frontend): don't derivate state when there is nothing to derive (#92) 6d83b6a
3.0.0
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
Fix
- fix(autocomplete): position autocomplete correctly (#87) 77f7216
- scrolling in the textarea component will close the autocomplete
2.3.4
Fix
- Patched buggy behavior of
allowWhitespace
(#85) f013c2f
2.3.2
Fix
- issue #61 (Text touching inserted content is replaced) (#81) 3dd9c28