Update dependency @elastic/charts to v16 #53881
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^14.0.0
->^16.0.1
Release Notes
elastic/elastic-charts
v16.0.1
Compare Source
Bug Fixes
v16.0.0
Compare Source
Bug Fixes
BREAKING CHANGES
onCursorUpdate
Settings property is changed to a more genericonPointerUpdate
. The same apply for the event typeCursorEvent
that is nowPointerEvent
and can assume aPointerOverEvent
orPointOutEvent
shape (see TS types)15.0.5 (2019-12-12)
Bug Fixes
15.0.4 (2019-12-12)
Bug Fixes
15.0.3 (2019-12-05)
Bug Fixes
15.0.2 (2019-12-05)
Bug Fixes
15.0.1 (2019-12-02)
Bug Fixes
v15.0.5
Compare Source
Bug Fixes
BREAKING CHANGES
onCursorUpdate
Settings property is changed to a more genericonPointerUpdate
. The same apply for the event typeCursorEvent
that is nowPointerEvent
and can assume aPointerOverEvent
orPointOutEvent
shape (see TS types)15.0.5 (2019-12-12)
Bug Fixes
15.0.4 (2019-12-12)
Bug Fixes
15.0.3 (2019-12-05)
Bug Fixes
15.0.2 (2019-12-05)
Bug Fixes
15.0.1 (2019-12-02)
Bug Fixes
v15.0.4
Compare Source
Bug Fixes
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.