From a9c1919bce981fc6873d7afdfe3836b7347c8e07 Mon Sep 17 00:00:00 2001 From: Timmy Luong Date: Tue, 25 Feb 2020 23:16:21 -0800 Subject: [PATCH 1/2] fix(ui): update giraffe to fix tooltip rendering in scatterplots --- ui/package.json | 2 +- ui/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ui/package.json b/ui/package.json index 14134d5fde9..054b09cb192 100644 --- a/ui/package.json +++ b/ui/package.json @@ -132,7 +132,7 @@ "@influxdata/clockface": "1.1.5", "@influxdata/flux-lsp-browser": "^0.2.2", "@influxdata/flux-parser": "^0.3.0", - "@influxdata/giraffe": "0.17.5", + "@influxdata/giraffe": "0.17.6", "@influxdata/influx": "0.5.5", "@influxdata/influxdb-templates": "0.9.0", "@influxdata/react-custom-scrollbars": "4.3.8", diff --git a/ui/yarn.lock b/ui/yarn.lock index 6237214e6b1..fcd9f70cc5a 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -1026,10 +1026,10 @@ resolved "https://registry.yarnpkg.com/@influxdata/flux-parser/-/flux-parser-0.3.0.tgz#b63123ac814ad32c65e46a4097ba3d8b959416a5" integrity sha512-nsm801l60kXFulcSWA2YH2YRz9oSsMlTK9Evn6Og9BoQnQMcwUsSUEug8mQRIUljnkNYV58JSs0W0mP8h7Y/ZQ== -"@influxdata/giraffe@0.17.5": - version "0.17.5" - resolved "https://registry.yarnpkg.com/@influxdata/giraffe/-/giraffe-0.17.5.tgz#887693c165b14b846bb1fdf2b816ae5b9744beae" - integrity sha512-sYEYJqLH4pnE5/B5cID9IuZrYfxY3zTVNTis1F3TregZtceZ3EhJU2XIrUY9ekZNiSr/oQxnjQ9V8bwh8L/gQA== +"@influxdata/giraffe@0.17.6": + version "0.17.6" + resolved "https://registry.yarnpkg.com/@influxdata/giraffe/-/giraffe-0.17.6.tgz#33e94a98dea81601f2759488605e206493a34555" + integrity sha512-7HayQtfHXDVlxus++RXRa8UzwPeYKvMQOIp0sEuGRuQdsT5D/wo6aT8Q17vCj5230UvMYjU60s7xi58wg/AUcw== "@influxdata/influx@0.5.5": version "0.5.5" From fa0b3ce86cac72e923a78a7c8c4c6a3a8251cd8f Mon Sep 17 00:00:00 2001 From: Timmy Luong Date: Tue, 25 Feb 2020 23:20:10 -0800 Subject: [PATCH 2/2] chore: update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1eba6125d37..7c618dfbe4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ 1. [16973](https://github.com/influxdata/influxdb/pull/16973): Calculate correct stacked line cumulative when lines are different lengths 1. [17010](https://github.com/influxdata/influxdb/pull/17010): Fixed scrollbar issue where resource cards would overflow the parent container rather than be hidden and scrollable 1. [16992](https://github.com/influxdata/influxdb/pull/16992): Query Builder now groups on column values, not tag values +1. [17013](https://github.com/influxdata/influxdb/pull/17013): Scatterplots can once again render the tooltip correctly ## v2.0.0-beta.4 [2020-02-14]