diff --git a/.changeset/fair-pears-invite.md b/.changeset/fair-pears-invite.md deleted file mode 100644 index d75abbe6..00000000 --- a/.changeset/fair-pears-invite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"react-textarea-autosize": minor ---- - -Compatibility with node's ESM has been improved. `import TextareaAutosize from 'react-textarea-autosize';` was always meant to provide you the default export of this package (the exported component) and now node should load it this way. diff --git a/.changeset/great-moose-judge.md b/.changeset/great-moose-judge.md deleted file mode 100644 index 3e89bfc3..00000000 --- a/.changeset/great-moose-judge.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-textarea-autosize': patch ---- - -Add a guard against potentially missing `documents.fonts` diff --git a/.changeset/rotten-doors-fly.md b/.changeset/rotten-doors-fly.md deleted file mode 100644 index dd7521af..00000000 --- a/.changeset/rotten-doors-fly.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"react-textarea-autosize": minor ---- - -SSR environments should now be able to pick smaller bundles through `package.json#exports`. diff --git a/.changeset/rotten-doors-swim.md b/.changeset/rotten-doors-swim.md deleted file mode 100644 index 6f74deee..00000000 --- a/.changeset/rotten-doors-swim.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"react-textarea-autosize": minor ---- - -This package no longer depends on `process.env.NODE_ENV`. To get dev-only warnings you have to configure your bundler/runtime to use the `development` condition. diff --git a/CHANGELOG.md b/CHANGELOG.md index be038572..e8637c68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # react-textarea-autosize +## 8.5.0 + +### Minor Changes + +- [#373](https://github.com/Andarist/react-textarea-autosize/pull/373) [`05b014a`](https://github.com/Andarist/react-textarea-autosize/commit/05b014a8c46834bba42ccd506d18e28064b9dc9a) Thanks [@Andarist](https://github.com/Andarist)! - Compatibility with node's ESM has been improved. `import TextareaAutosize from 'react-textarea-autosize';` was always meant to provide you the default export of this package (the exported component) and now node should load it this way. + +* [#373](https://github.com/Andarist/react-textarea-autosize/pull/373) [`05b014a`](https://github.com/Andarist/react-textarea-autosize/commit/05b014a8c46834bba42ccd506d18e28064b9dc9a) Thanks [@Andarist](https://github.com/Andarist)! - SSR environments should now be able to pick smaller bundles through `package.json#exports`. + +- [#373](https://github.com/Andarist/react-textarea-autosize/pull/373) [`05b014a`](https://github.com/Andarist/react-textarea-autosize/commit/05b014a8c46834bba42ccd506d18e28064b9dc9a) Thanks [@Andarist](https://github.com/Andarist)! - This package no longer depends on `process.env.NODE_ENV`. To get dev-only warnings you have to configure your bundler/runtime to use the `development` condition. + +### Patch Changes + +- [#370](https://github.com/Andarist/react-textarea-autosize/pull/370) [`d33b120`](https://github.com/Andarist/react-textarea-autosize/commit/d33b1200198eb49a3579225a118389e0e1fb82cd) Thanks [@ArnaudRinquin](https://github.com/ArnaudRinquin)! - Add a guard against potentially missing `documents.fonts` + ## 8.4.1 ### Patch Changes diff --git a/package.json b/package.json index c5768ac5..b1709a7f 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.4.1", + "version": "8.5.0", "keywords": [ "autosize", "grow",