-
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 #52621
Conversation
Pinging @elastic/kibana-operations (Team:Operations) |
💚 Build SucceededTo update your PR or re-run it, just comment with: |
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. |
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... I like how this simplifies things.
close in favour of #52619 |
Renovate Ignore NotificationAs this PR has been closed unmerged, Renovate will ignore this upgrade and you will not receive PRs for any future 15.x releases. However, if you upgrade to 15.x manually then Renovate will then reenable updates for minor and patch updates automatically. If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened. |
This PR contains the following updates:
^14.0.0
->^15.0.3
Release Notes
elastic/elastic-charts
v15.0.3
Compare Source
Bug Fixes
v15.0.2
Compare Source
Bug Fixes
v15.0.1
Compare Source
Bug Fixes
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.