Releases: signavio/react-mentions
Releases · signavio/react-mentions
v4.4.10
Patch Changes
- c9fd8ca: Remove autofocus from textarea by default
- 32d9728: Fix suggestions not showing while composing
- 4ef52dd: Fixed native undo/redo in case the input was not focused before the operation
v4.4.8
Patch Changes
- ad43016: Typing fix in SuggestionsOverlay.js
- e13731f: Fix package.json properties for release
- 3f40576: Fixed the suggestions container that was not aligned with the caret position
- db2d91a: Fix cursor jumping to the end of the textfield when pasting and using React 18
- 1eef7df: Fix scroll into view automatically
- a69db87: Custom container scrolling fixed, now works like other containers
v4.4.7
Patch Changes
- 834240e: SuggestionsOverlay.js refactored to functional component
- f8e5793: Highlighter.js converted to functional component
v4.4.6
Patch Changes
- 959625b: Suggestions.js refactored to functional component
v4.4.5
Patch Changes
- f40cff2: Fix #507 for forceSuggestionsAboveCursor when suggestionsPortalHost is not being used
v4.4.0
4.4.0 (2022-05-27)
Bug Fixes
- copy & paste from disabled input or textarea (#570) (f275a1e)
- Take newly typed characters into account when a mention is deleted (#565) (1b7e802)
Features
- customSuggestionsContainer prop to customize the container of the suggestions (#488) (5855ed1)
v4.3.2
4.3.2 (2022-04-20)
Bug Fixes
- add fictional character names in Asian languages for testing. (#546) (94105bd)
- Add Highlight as a production user (#483) (355be7a)
- paste moving the cursor to the end of the input element (#515) (a164a66)
- positioning for overlay near the right side of a textarea/input (#557) (a93f16b)
v4.3.1
4.3.1 (2022-01-20)
Bug Fixes
- react-mentions inside react-new-window (#531) (1cb4c22)