From e3c1dd5e068c54edf97da0ec0aecde45ee457975 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Bevacqua?= Date: Wed, 6 Nov 2019 15:17:53 -0500 Subject: [PATCH 1/2] Bump React Autosize --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 10527d1bde0..0bd4aa5bfa0 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "react-ace": "^5.5.0", "react-beautiful-dnd": "^10.1.0", "react-focus-lock": "^1.17.7", - "react-input-autosize": "^2.2.1", + "react-input-autosize": "^2.2.2", "react-is": "~16.3.0", "react-virtualized": "^9.18.5", "resize-observer-polyfill": "^1.5.0", diff --git a/yarn.lock b/yarn.lock index 952690b9902..fbd76249217 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11975,10 +11975,10 @@ react-focus-lock@^1.17.7: prop-types "^15.6.2" react-clientside-effect "^1.2.0" -react-input-autosize@^2.2.1: - version "2.2.1" - resolved "https://registry.yarnpkg.com/react-input-autosize/-/react-input-autosize-2.2.1.tgz#ec428fa15b1592994fb5f9aa15bb1eb6baf420f8" - integrity sha512-3+K4CD13iE4lQQ2WlF8PuV5htfmTRLH6MDnfndHM6LuBRszuXnuyIfE7nhSKt8AzRBZ50bu0sAhkNMeS5pxQQA== +react-input-autosize@^2.2.2: + version "2.2.2" + resolved "https://registry.yarnpkg.com/react-input-autosize/-/react-input-autosize-2.2.2.tgz#fcaa7020568ec206bc04be36f4eb68e647c4d8c2" + integrity sha512-jQJgYCA3S0j+cuOwzuCd1OjmBmnZLdqQdiLKRYrsMMzbjUrVDS5RvJUDwJqA7sKuksDuzFtm6hZGKFu7Mjk5aw== dependencies: prop-types "^15.5.8" From 144c0c5e1307568636961da290b9dd6979e6f975 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Bevacqua?= Date: Wed, 6 Nov 2019 15:22:48 -0500 Subject: [PATCH 2/2] changelog entry --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9657354e26..33ab6236c51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ - Added new `euiControlBar` component for bottom-of-screen navigational elements. ([#2204](https://github.com/elastic/eui/pull/2204)) - Convert `EuiFlyout` to TypeScript ([#2500](https://github.com/elastic/eui/pull/2500)) - Added an animation to the arrow on `EuiAccordion` as it opens / closes ([#2507](https://github.com/elastic/eui/pull/2507)) +- Upgraded `react-input-autosize` to `2.2.2` **Bug fixes**