diff --git a/.changeset/quick-pianos-exercise.md b/.changeset/quick-pianos-exercise.md deleted file mode 100644 index bae116cd..00000000 --- a/.changeset/quick-pianos-exercise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-textarea-autosize': patch ---- - -Account for `word-break` property when calculating the height. diff --git a/.changeset/rotten-radios-travel.md b/.changeset/rotten-radios-travel.md deleted file mode 100644 index 5d5b9620..00000000 --- a/.changeset/rotten-radios-travel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"react-textarea-autosize": patch ---- - -Fixed the `tabindex` attribute name that is set on the hidden textarea used for height calculations. diff --git a/CHANGELOG.md b/CHANGELOG.md index 32674302..f3f426ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # react-textarea-autosize +## 8.3.3 + +### Patch Changes + +- [`0d7ac21`](https://github.com/Andarist/react-textarea-autosize/commit/0d7ac21f1dadf1fb9070aea5f76f20b7ce2f24bc) [#326](https://github.com/Andarist/react-textarea-autosize/pull/326) Thanks [@karlingen](https://github.com/karlingen)! - Account for `word-break` property when calculating the height. + +* [`6336448`](https://github.com/Andarist/react-textarea-autosize/commit/63364489ca172b800663b8086757d719d911a2f5) [#327](https://github.com/Andarist/react-textarea-autosize/pull/327) Thanks [@circlingthesun](https://github.com/circlingthesun)! - Fixed the `tabindex` attribute name that is set on the hidden textarea used for height calculations. + ## 8.3.2 ### Patch Changes diff --git a/package.json b/package.json index f82bed37..86a7062e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-textarea-autosize", "description": "textarea component for React which grows with content", - "version": "8.3.2", + "version": "8.3.3", "keywords": [ "autosize", "grow",