fix(deps): update all non-major dependencies #339
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:
5.9.4
->5.10.8
7.24.4
->7.26.0
7.24.1
->7.25.9
7.24.4
->7.26.0
7.24.1
->7.25.9
5.28.11
->5.61.6
5.32.0
->5.62.0
5.32.0
->5.62.0
5.32.0
->5.62.0
5.32.0
->5.62.0
6.4.2
->6.6.3
8.0.3
->8.1.0
29.5.12
->29.5.14
20.12.7
->20.17.9
18.3.1
->18.3.12
18.2.25
->18.3.1
18.3.0
->18.3.1
4.12.6
->4.14.7
2.4.5
->2.4.6
1.6.8
->1.7.8
9.1.3
->9.2.1
3.37.0
->3.39.0
1.11.10
->1.11.13
1.11.11
->1.11.13
2.7.2
->2.9.0
8.57.0
->8.57.1
1.13.3
->1.13.4
3.6.1
->3.6.3
2.29.1
->2.31.0
6.8.0
->6.10.2
5.1.3
->5.2.1
7.34.1
->7.37.2
3.1.0
->3.2.0
9.25.0
->9.32.0
11.4.1
->11.4.8
5.6.0
->5.6.3
3.7.2
->3.8.1
15.2.2
->15.2.10
2.2.14
->2.6.6
20.12.2
->20.18.1
3.2.5
->3.4.1
18.2.0
->18.3.1
18.2.0
->18.3.1
1.75.0
->1.81.0
1.13.3
->1.13.4
5.4.5
->5.7.2
4.12.6
->4.14.7
3.4.25
->3.5.13
4.3.2
->4.5.0
3.5.17
->3.7.4
5.91.0
->5.96.1
3.23.4
->3.23.8
4.5.2
->4.5.5
Release Notes
amcharts/amcharts5 (@amcharts/amcharts5)
v5.10.8
Compare Source
[5.10.8] - 2024-11-21
Added
lineCap
(default"butt"
) added toGraphics
. Allows specifying how line ends should be drawn. Possible values:"butt"
(default),"round"
,"square"
.clickAnnounceText
added toSprite
. If set will announce the text when focused element is triggered with a press of ENTER or SPACE.Changed
XYChart
is zoomed using mouse wheel it will no longer stop page scroll when its fully zoomed out or zoomed in.Fixed
dx
/dy
position adjustment settings.GaplessDateAxis
was in wrong position whenbaseInterval
was set to week andminorGrid
was enabled.null
(if previous was a valid number) did not remove the column of aColumnSeries
.maxWidth
/maxHeight
recaculation of vertical labels was not correctly factoring in its padding.v5.10.7
Compare Source
[5.10.7] - 2024-10-12
Fixed
Root
element could result in a "Template is disposed" error.v5.10.6
Compare Source
[5.10.6] - 2024-10-11
Added
hideDrawingGrips
setting (default:false
) added toStockChart
. If set to true, grips of drawings will be hidden when not in drawing mode.toggleDrawing(enabled: boolean)
method added toStockChart
. Toggles drawing mode on or off.autoOpenSettings
setting (default:true
) added toIndicator
. If set tofalse
, a settings modal will not pop up automatically when the indicator is added to chart via indicator control.Changed
StockChart
labels and icons are no longer draggable to avoid interfering with chart drag/zoom.StockChart
. Grip at the end of the arrow removed.shortName
(which is "Volume Profile", too, by default but can be changed to anything else).Modal
content will now have its contents aligned tostart
, rather thanleft
, to properly handle RTL direction.Fixed
MapChart
were not correctly importing geodata.clearDrawings()
was erroring if there was "Line Arrow" drawings added toStockChart
.scrollToChild
method ofContainer
was not working properly.v5.10.5
Compare Source
[5.10.5] - 2024-09-06
Added
scrollToChild()
method added toContainer
. Scrolls the container to the target child element if the container is scrollable and the element is currently outside of view.StockChart
drawing tool added: "Line Arrow".Changed
StockChart
is inselected by clicking on a chart's plot area the new drawing will not be added anymore.Fixed
StockChart
.StockChart
drawing while other drawing was selected, would drag the selected drawing as well.v5.10.4
Compare Source
[5.10.4] - 2024-08-30
Changed
showTooltipOn: "click"
elements will toggle tooltip, rather than keep it open.Fixed
"Horizontal Line"
and"Horizontal Ray"
lines are now allow for longer overzoom / X-axis scope.GaplessDateAxis
could some time become too wide.v5.10.3
Compare Source
[5.10.3] - 2024-08-23
Fixed
5.10.2
. It will now allow overzoom based on axis'maxDeviation
setting.v5.10.2
Compare Source
[5.10.2] - 2024-08-23
Added
panSensitivity
added toAxisRenderer
(default:1
).maxPanOut
added toZoomableContainer
(default:0.4
).addLine(tool, panel, point)
addedDrawingControl
. Allows adding line drawings via API. Supports ("Line"
,"Horizontal Line"
,"Horizontal Ray"
,"Vertical Line"
tools). More info.Fixed
minBulletDistance
of aXYSeries
was ignored when base axis wasCategoryAxis
and other axis wasDateAxis
.v5.10.1
Compare Source
[5.10.1] - 2024-08-09
Added
fillGradient
setting added toLabel
.Changed
Fixed
LineSeries
fixed.PieSeries
tick was not visible if pie had two equal slices.root.nonce
was not being added to all dynamically-loaded stylesheets.ValueAxis
in some very rare cases.v5.10.0
Compare Source
[5.10.0] - 2024-07-22
Added
dataContext
) added toComponent
's methodspushDataItem
andmakeDataItem
, allowing to pass in a data context object related to the data item.PatternSet
added. Allows serving patterns similarly toColorSet
. More info.patterns
added toHierarchy
,PercentSeries
,Venn
,SerialChart
,FlowNodes
. More info.fillPattern
added toIFlowNodesDataItem
,IHierarchyDataItem
,IPercentSeriesDataItem
,IVennDataItem
,ISeriesSettings
.Fixed
LinkedHierarchy
nodes were not clickable when children were added usingaddChildData()
method.topLevel
inHierarchy
chart, it would show nodes from upper levels.ChartIndicator
. This could cause a memory leak.Sprite
'shover()
/unhover()
methods now check if theSprite
is not disposed. This fixes some potential errors when disposed items are being referenced.DurationFormatter
was not rounding fractional numbers properly in some cases.v5.9.13
Compare Source
[5.9.13] - 2024-07-03
Fixed
HeatLegend
were the same, the tooltip was shown in the top/left corner of the chart.ZoomableContainer
would not react to pans in some of its sections if its contents was panned outside the its bounds.v5.9.12
Compare Source
[5.9.12] - 2024-06-12
Changed
ClusteredPointSeries
now re-clusters points only when zoom level changes. This improves performance when paning/rotating the map.Fixed
NumberFormatter
would incorrectly round numbers smaller than 0 due to floating point issue in some cases.v5.9.11
Compare Source
[5.9.11] - 2024-05-30
Added
clusterDelay
setting added toClusteredPointSeries
. Setting it to non-zero number will automatically debounce re-clustering of points, helping with performance when there are a lot of data items.Changed
ZoomControl
buttons will now be automatically disabled whem max or min zoom level is reached.Fixed
selectionStrictMinMax
was set totrue
(you still need to setstrictMinMax: true
for it to go away).Venn
chart could produce JS error when slices were being hidden in rapid succession.v5.9.10
Compare Source
[5.9.10] - 2024-05-23
Fixed
5.9.9
as Chrome seems to have fixed the issue.v5.9.9
Compare Source
[5.9.9] - 2024-05-21
Added
StockChart
.Fixed
XYChart
immediately after it was created would not dispose itsXYCursor
and related event handlers.StockChart
methodunselectDrawings()
was not hiding resizer brackets.SliceGrouper
would not update properly when series data was updated.v5.9.8
Compare Source
[5.9.8] - 2024-05-10
Added
Sprite
added:ariaCurrent
(setsaria-current
) andariaSelected
(setsaria-selected
).MapPolygonSeries
added:getPolygonByPoint()
andgetPolygonByGeoPoint()
.Fixed
EditableLabel
when itswidth
is set.alwaysShow
setting ofXYCursor
was not working properly.v5.9.7
Compare Source
[5.9.7] - 2024-05-07
Fixed
ValueAxis
could go into infinite loop under the following conditions:max
was set to a value which was smaller than a calculated minimum of the axis whenstrictMinMax
set totrue
.v5.9.6
Compare Source
[5.9.6] - 2024-05-07
Added
EditableLable
setting:multiline
(default:true
). If set tofalse
will only allow label to be edited on a single line.hsvToHsl()
andhslToHsv()
color convertion functions added toam5.utils
namespace.Changed
XYCursor
now have theirrole
set to"slider"
by default.EditableLabel
now supportsmaxWidth
andoversizedBehavior
settings.EditableLabel
will now reset all available styConfiguration
📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.