Skip to content

Commit 90196ef

Browse files
Version Packages (#308)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 49d7d04 commit 90196ef

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

.changeset/clean-kiwis-boil.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# react-textarea-autosize
22

3+
## 8.3.1
4+
5+
### Patch Changes
6+
7+
- [`49d7d04`](https://github.com/Andarist/react-textarea-autosize/commit/49d7d04737136bea93b17f3c7eadb675a10a25ae) [#305](https://github.com/Andarist/react-textarea-autosize/pull/305) Thanks [@mxschmitt](https://github.com/mxschmitt)! - Moved internal `'resize'` listener to the layout effect since React 17 calls cleanups of regular effects asynchronously. This ensures that we don't ever try to access the already unmounted ref in our listener.
8+
39
## 8.3.0
410

511
### Minor Changes

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-textarea-autosize",
33
"description": "textarea component for React which grows with content",
4-
"version": "8.3.0",
4+
"version": "8.3.1",
55
"keywords": [
66
"autosize",
77
"grow",
@@ -21,9 +21,7 @@
2121
"./dist/react-textarea-autosize.esm.js": "./dist/react-textarea-autosize.browser.esm.js"
2222
},
2323
"sideEffects": false,
24-
"files": [
25-
"dist"
26-
],
24+
"files": ["dist"],
2725
"author": "Andrey Popp <[email protected]> (httsps://andreypopp.com/)",
2826
"contributors": [
2927
"Mateusz Burzyński <[email protected]> (https://github.com/Andarist)"

0 commit comments

Comments
 (0)