Skip to content
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

fix(deps): update dependency @amcharts/amcharts5 to v5.10.5 #101

Merged
merged 1 commit into from
Sep 18, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 18, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@amcharts/amcharts5 (source) 5.9.13 -> 5.10.5 age adoption passing confidence

Release Notes

amcharts/amcharts5 (@​amcharts/amcharts5)

v5.10.5

Compare Source

[5.10.5] - 2024-09-06

Added
  • scrollToChild() method added to Container. Scrolls the container to the target child element if the container is scrollable and the element is currently outside of view.
  • New StockChart drawing tool added: "Line Arrow".
Changed
  • When a selected drawing in a StockChart is inselected by clicking on a chart's plot area the new drawing will not be added anymore.
Fixed
  • Keyboard-dragging of focusable elements was not working correctly in some cases.
  • Sometimes label/callout drawing text was cut temporarily while editing them on StockChart.
  • Editable labels/callouts would go into edit mode when unserialized.
  • If auto-saving of drawings was enabled, editing text would not always save the latest version of the label/callout text.
  • Dragging a 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
  • Multiple clicks (or ENTER presses when focused) on an showTooltipOn: "click" elements will toggle tooltip, rather than keep it open.
Fixed
  • Accessibility: A focusable element would display tooltip only once on ENTER press with NVDA reader.
  • "Horizontal Line" and "Horizontal Ray" lines are now allow for longer overzoom / X-axis scope.
  • Candles on a GaplessDateAxis could some time become too wide.

v5.10.3

Compare Source

[5.10.3] - 2024-08-23

Fixed
  • The chart would not allow overzooming using mouse wheel since 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 to AxisRenderer (default: 1).
  • maxPanOut added to ZoomableContainer (default: 0.4).
  • Method addLine(tool, panel, point) added DrawingControl. Allows adding line drawings via API. Supports ("Line", "Horizontal Line", "Horizontal Ray", "Vertical Line" tools). More info.
Fixed
  • Fast mouse wheel zooming of stock chart could cause browser to hang in some cases.
  • minBulletDistance of a XYSeries was ignored when base axis was CategoryAxis and other axis was DateAxis.
  • RTL labels with text-wrapping enabled were not being positioned properly.

v5.10.1

Compare Source

[5.10.1] - 2024-08-09

Added
  • fillGradient setting added to Label.
Changed
  • Exporting a PDF will now check image size and will not scale it up to fit page size if it's smaller. It will still scale dowwn the image to fit in the page.
Fixed
  • Memory leak with axis ranges on LineSeries fixed.
  • PieSeries tick was not visible if pie had two equal slices.
  • root.nonce was not being added to all dynamically-loaded stylesheets.
  • A stack overflow could occur when auto-zooming a ValueAxis in some very rare cases.

v5.10.0

Compare Source

[5.10.0] - 2024-07-22

Added
  • A second parameter (dataContext) added to Component's methods pushDataItem and makeDataItem, allowing to pass in a data context object related to the data item.
  • New class PatternSet added. Allows serving patterns similarly to ColorSet. More info.
  • New setting patterns added to Hierarchy, PercentSeries, Venn, SerialChart, FlowNodes. More info.
  • New setting fillPattern added to IFlowNodesDataItem, IHierarchyDataItem, IPercentSeriesDataItem, IVennDataItem, ISeriesSettings.
Fixed
  • LinkedHierarchy nodes were not clickable when children were added using addChildData() method.
  • If there were no nodes at topLevel in Hierarchy chart, it would show nodes from upper levels.
  • Not all event listeners were disposed when disposing a ChartIndicator. This could cause a memory leak.
  • Sprite's hover()/unhover() methods now check if the Sprite is not disposed. This fixes some potential errors when disposed items are being referenced.
  • Adding in explicit d3 dependencies (Issue 1567)
  • DurationFormatter was not rounding fractional numbers properly in some cases.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added dependencies Pull requests that update a dependency file help wanted Extra attention is needed labels Sep 18, 2024
@renovate renovate bot merged commit 31f2624 into saga Sep 18, 2024
1 check passed
@renovate renovate bot deleted the renovate/amcharts-amcharts5-5.x branch September 18, 2024 03:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants