diff --git a/.changeset/two-turkeys-join.md b/.changeset/two-turkeys-join.md deleted file mode 100644 index d61c104e..00000000 --- a/.changeset/two-turkeys-join.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-textarea-autosize': patch ---- - -Force `display: block` for the hidden textarea to prevent other styles from overriding it and thus breaking the resizing functionality diff --git a/CHANGELOG.md b/CHANGELOG.md index 0dd8bcf4..c8c618ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # react-textarea-autosize +## 8.5.4 + +### Patch Changes + +- [#397](https://github.com/Andarist/react-textarea-autosize/pull/397) [`bf3cad8`](https://github.com/Andarist/react-textarea-autosize/commit/bf3cad84e64cc838834e5c71e6074b96e0109b0c) Thanks [@Oyveloper](https://github.com/Oyveloper)! - Force `display: block` for the hidden textarea to prevent other styles from overriding it and thus breaking the resizing functionality + ## 8.5.3 ### Patch Changes diff --git a/package.json b/package.json index 85be71cc..a07168fd 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.5.3", + "version": "8.5.4", "keywords": [ "autosize", "grow",