Skip to content

Releases: signavio/react-mentions

v4.4.10

30 Jun 14:43
9db0524
Compare
Choose a tag to compare

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.9

05 Jun 07:48
ee716e0
Compare
Choose a tag to compare

Patch Changes

v4.4.8

01 Jun 11:06
6064595
Compare
Choose a tag to compare

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

19 Jul 08:29
Compare
Choose a tag to compare

Patch Changes

  • 834240e: SuggestionsOverlay.js refactored to functional component
  • f8e5793: Highlighter.js converted to functional component

v4.4.6

11 Jul 06:48
Compare
Choose a tag to compare

Patch Changes

  • 959625b: Suggestions.js refactored to functional component

v4.4.5

08 Jul 14:30
Compare
Choose a tag to compare

Patch Changes

  • f40cff2: Fix #507 for forceSuggestionsAboveCursor when suggestionsPortalHost is not being used

v4.4.4

27 Jun 18:50
6448e45
Compare
Choose a tag to compare

Patch Changes

v4.4.0

27 May 06:17
Compare
Choose a tag to compare

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

20 Apr 16:10
Compare
Choose a tag to compare

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

20 Jan 08:56
1cb4c22
Compare
Choose a tag to compare

4.3.1 (2022-01-20)

Bug Fixes

  • react-mentions inside react-new-window (#531) (1cb4c22)