fix(deps): update all non-major dependencies #339
+2,843
−1,044
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.11.0
7.24.4
->7.26.8
7.24.1
->7.25.9
7.24.4
->7.26.8
7.24.1
->7.26.3
5.28.11
->5.66.1
5.32.0
->5.66.0
5.32.0
->5.66.0
5.32.0
->5.66.0
5.32.0
->5.66.0
6.4.2
->6.6.3
14.5.2
->14.6.1
8.0.3
->8.1.0
29.5.12
->29.5.14
20.12.7
->20.17.17
18.3.1
->18.3.18
18.2.25
->18.3.5
18.3.0
->18.3.5
4.12.6
->4.15.0
2.4.5
->2.4.6
1.6.8
->1.7.9
9.1.3
->9.2.1
3.37.0
->3.40.0
1.11.10
->1.11.13
1.11.11
->1.11.13
2.7.2
->2.9.4
8.57.0
->8.57.1
1.13.3
->1.13.4
3.6.1
->3.7.0
2.29.1
->2.31.0
6.8.0
->6.10.2
5.1.3
->5.2.3
7.34.1
->7.37.4
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.4.3
2.2.14
->2.7.0
20.12.2
->20.18.3
3.2.5
->3.5.0
18.2.0
->18.3.1
18.2.0
->18.3.1
1.75.0
->1.84.0
9.5.1
->9.5.2
1.13.3
->1.13.4
5.4.5
->5.7.3
4.12.6
->4.15.0
3.4.25
->3.5.13
4.3.2
->4.5.0
3.5.17
->3.7.11
5.91.0
->5.97.1
3.23.4
->3.24.1
4.5.2
->4.5.6
Release Notes
amcharts/amcharts5 (@amcharts/amcharts5)
v5.11.0
Compare Source
[5.11.0] - 2025-02-03
Added
Root
property:entitiesById
. Contains all Entities belonging to thisRoot
instance that have anid
set.Changed
id
for Entities will be enforced within Root scope, not global scope.StockChart
's indicators had axes tooltips and cursor horizontal line hardcoded withforceHidden: true
. It was moved to a default theme, so now you can enable them using custom theme.Fixed
layer
setting.toggleDrawing
ofStockChart
was not hiding/showing grips if called from outside until hovered over the chart.StockChart
drawing toolbar would update colors for existing Fibonacci drawings.v5.10.12
Compare Source
[5.10.12] - 2025-01-23
Fixed
useSelectionExtremes
(added in 5.10.11) was not working with verticalValueAxis
.addChildData()
of aHierarchy
was used withtopLevel = 0
, newly added nodes were invisible.DateFormatter
was not considering daylight savings of the timezone when formatting timezone offset related codes.Root
timezone was set and series were using hourly (or more granular) data, items could be placed incorrectly at the daylight-savings switch.v5.10.11
Compare Source
[5.10.11] - 2025-01-13
Added
useSelectionExtremes
added toXYSeries
(default:false
). If set totrue
series will use selection extremes when calculating min and max values of the axis scale. Useful for stacked series.Changed
fontSize
on an HTMLLabel
, will now assume a "px" value instead of ignoring it altogether.Fixed
DateRangeSelector
control onStockChart
was not working correctly whenRoot
had UTC enabled.Tooltip
HTML content would not get updated for series.v5.10.10
Compare Source
[5.10.10] - 2024-12-30
Fixed
v5.10.9
Compare Source
[5.10.9] - 2024-12-20
Added
label.text._display.trunacted
).StockChart
.Changed
Label
's HTML content if set:fontFamily
,fontSize
,fontStyle
,fontWeight
,fontStyle
,fontVariant
,textDecoration
.MapChart
is zoomed using mouse wheel it will no longer stop page scroll when its fully zoomed out.XYChart
, will now pay attention totooltipContainerBounds.bottom
setting.Fixed
ZoomableContainer
was not zooming out properly ifminZoomLevel
was< 1
.PicturePattern
was ignoringcolorOpacity
setting.PicturePattern
withfit: "pattern"
set would sometimes not show actual image.StockChart
was not including one volume bar value.DateAxis
.text
on aLabel
withoversizedBehavior="fit"
would sometimes not revert to original scale even if the new text would fit into max width.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 werConfiguration
📅 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.