Skip to content

Commit 6064595

Browse files
github-actions[bot]steffektifSigrsig
authored
Version Packages (#610)
* Version Packages * Update CHANGELOG.md removed redundant entries * Version Packages * patch change spelling fixed * changelog patches readded * changelog grammar fixed --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Stef ❤️ <[email protected]> Co-authored-by: Sigrsig <[email protected]>
1 parent 510c978 commit 6064595

8 files changed

+8
-35
lines changed

.changeset/dull-monkeys-sin.md

-5
This file was deleted.

.changeset/early-bags-destroy.md

-5
This file was deleted.

.changeset/proud-cats-cheat.md

-5
This file was deleted.

.changeset/sharp-toys-jam.md

-5
This file was deleted.

.changeset/silver-boats-build.md

-5
This file was deleted.

.changeset/smart-eyes-kiss.md

-5
This file was deleted.

CHANGELOG.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,14 @@
22

33
## 4.4.8
44

5-
## Patch Changes
5+
### Patch Changes
66

7-
- db2d81a - Selection should be correctly set after pasting text
8-
- 1eef7df - Fix scroll into view automatically
9-
- 3f40576 - Fix suggestions container not properly aligned with caret position
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
1013

1114
## 4.4.7
1215

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-mentions",
3-
"version": "4.4.7",
3+
"version": "4.4.8",
44
"description": "React mentions input",
55
"main": "dist/react-mentions.cjs.js",
66
"module": "dist/react-mentions.esm.js",

0 commit comments

Comments
 (0)