-
Notifications
You must be signed in to change notification settings - Fork 8.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dependency @elastic/charts to v15.0.1 #50513
Conversation
💔 Build Failed |
5ae4f8e
to
e643dbc
Compare
💚 Build Succeeded |
e643dbc
to
075dbd2
Compare
💚 Build Succeeded |
@elasticmachine merge upstream |
PR has been edited👷 This PR has received other commits, so Renovate will stop updating it to avoid conflicts or other problems. If you wish to abandon your changes and have Renovate start over you may click the "rebase" checkbox in the PR body/description. |
💚 Build Succeeded |
9710365
to
45dab2c
Compare
💔 Build Failed |
@spalger I wanted to verify with you. I kept getting the following error when react hooks since we are currently using
I was able to fix it by adding |
💔 Build Failed |
💔 Build Failed |
💚 Build Succeeded |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, the VRTs are slightly off because of a small change in the CanvasBBoxCalculator implementation added in the MobX -> Redux refactoring. I think we can approve all of them
@elastic/ml-ui & @elastic/logs-metrics-ui Could someone please review the elastic charts in your apps and make sure these changes don't cause a regression? Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@markov00 have you noticed this with the redux changes? ☝️ |
No, I haven't. Let me check and see if I forgot something during the refactoring |
Ok, it's a regression. I opened an issue on our repo and I will fix that soon elastic/elastic-charts#478 |
baf0d08
to
993b6f1
Compare
993b6f1
to
9a8b20f
Compare
💔 Build Failed
|
@peteharverson I updated the library with a patch for the hover issue. Could you please take another look when you have time? Thanks |
💚 Build Succeeded |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Waiting for elastic/elastic-charts#489 to be fixed to avoid the clipped rendering of the highlighter
closing in favour of #52619 |
This PR contains the following updates:
^14.0.0
->^15.0.1
Release Notes
elastic/elastic-charts
v15.0.0
Compare Source
Code Refactoring
BREAKING CHANGES
GeometryId
is nowSeriesIdentifier
.customSeriesColors
prop onSeriesSpec
which used to take aCustomSeriesColorsMap
, now expects aCustomSeriesColors
type.LegendItemListener
now passes theSeriesIdentifier
type as the first callback argument.SpecId
,AxisId
,AnnotationId
types are down-casted to astring
type. ThegetSpecId
,getAxisId
andgetAnnotationId
methods still exist and but return just the same passed string until deprecated in a future version. The spec ids, previouslyid
,axisId
,annotationId
etc are now aligned to use the same prop name:id
. The chart rendering statusdata-ech-render-complete
anddata-ech-render-count
is no more at the root level of theechChart
div, but on its child element:echChartStatus
. TheSpec
has two new private properties calledchartType
andspecType
.v14.2.0
Compare Source
Code Refactoring
BREAKING CHANGES
GeometryId
is nowSeriesIdentifier
.customSeriesColors
prop onSeriesSpec
which used to take aCustomSeriesColorsMap
, now expects aCustomSeriesColors
type.LegendItemListener
now passes theSeriesIdentifier
type as the first callback argument.SpecId
,AxisId
,AnnotationId
types are down-casted to astring
type. ThegetSpecId
,getAxisId
andgetAnnotationId
methods still exist and but return just the same passed string until deprecated in a future version. The spec ids, previouslyid
,axisId
,annotationId
etc are now aligned to use the same prop name:id
. The chart rendering statusdata-ech-render-complete
anddata-ech-render-count
is no more at the root level of theechChart
div, but on its child element:echChartStatus
. TheSpec
has two new private properties calledchartType
andspecType
.v14.1.0
Compare Source
Features
Renovate configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "
rebase!
".🔕 Ignore: Close this PR and you won't be reminded about this update again.
Newsflash: Renovate has joined WhiteSource, and is now free for all use. Learn more or view updated terms and privacy policies.