We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f40cff2 commit 6aa9f48Copy full SHA for 6aa9f48
.changeset/shy-wombats-punch.md
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# react-mentions
2
3
+## 4.4.5
4
+
5
+### Patch Changes
6
7
+- f40cff2: Fix #507 for forceSuggestionsAboveCursor when suggestionsPortalHost is not being used
8
9
## 4.4.4
10
11
### Patch Changes
package.json
@@ -1,6 +1,6 @@
{
"name": "react-mentions",
- "version": "4.4.4",
+ "version": "4.4.5",
"description": "React mentions input",
"main": "dist/react-mentions.cjs.js",
"module": "dist/react-mentions.esm.js",
0 commit comments