react-mentions 4.4.6 → 4.4.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # react-mentions
2
2
 
3
+ ## 4.4.8
4
+
5
+ ### Patch Changes
6
+
7
+ - ad43016: Typing fix in SuggestionsOverlay.js
8
+ - e13731f: Fix package.json properties for release
9
+ - 3f40576: Fixed the suggestions container that was not aligned with the caret position
10
+ - db2d91a: Fix cursor jumping to the end of the textfield when pasting and using React 18
11
+ - 1eef7df: Fix scroll into view automatically
12
+ - a69db87: Custom container scrolling fixed, now works like other containers
13
+
14
+ ## 4.4.7
15
+
16
+ ### Patch Changes
17
+
18
+ - 834240e: SuggestionsOverlay.js refactored to functional component
19
+ - f8e5793: Highlighter.js converted to functional component
20
+
3
21
  ## 4.4.6
4
22
 
5
23
  ### Patch Changes
package/README.md CHANGED
@@ -1,6 +1,4 @@
1
- # [React Mentions](https://react-mentions.now.sh)
2
-
3
- [![npm package][npm-badge]][npm]
1
+ # [React Mentions](https://react-mentions.vercel.app)
4
2
 
5
3
  A React component that let's you mention people in a textarea like you are used to on Facebook or Twitter.
6
4