Skip to content

Conversation

zarxor
Copy link
Owner

@zarxor zarxor commented Mar 4, 2021

Snyk has created this PR to upgrade apexcharts from 3.17.1 to 3.24.0.

merge advice
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 16 versions ahead of your current version.
  • The recommended version was released a month ago, on 2021-01-30.

The recommended version fixes:

Severity Issue PriorityScore (*) Exploit Maturity
Cross-site Scripting (XSS)
SNYK-JS-APEXCHARTS-1062708
636/1000
Why? Proof of Concept exploit, Has a fix available, CVSS 6.3
Proof of Concept

(*) Note that the real score may have changed since the PR was raised.

Release notes
Package name: apexcharts
  • 3.24.0 - 2021-01-30
  • 3.23.1 - 2020-12-29

    🐞 Bug Fixes

    • Panning fixed in timeline charts
    • Mixed chart x-axis issue - fixes #2064
    • A small correction in y-axis min-max - fixes #538
    • Preserve selection on resize in pie, donut - fixes #2110
    • Floating y-axis in bar and timelines - fixes #2123
    • TooltipHoverFormatter in pie charts - fixes #2122
  • 3.23.0 - 2020-12-15

    🆕 Enhancements

    • Zoom and Pan enabled in timeline charts - fixes #763

    🐞 Bug Fixes

    • Fix export to csv when timestamps are provided - fixes #2101
    • Bigfix in min/max functions in y-axis - fixes #538, fixes #2098
    • Improve logscale
  • 3.22.3 - 2020-12-06

    🆕 Enhancements

    • Customizable export filenames - fixes #2042
    • Show x-axis gridlines even when x-axis labels are hidden - fixes #2089

    🐞 Bug Fixes

    • Fix undefined tooltip issue in a timeline chart
    • Remove resize handler properly on destroy - fixes #2020
    • CSV bug export when category contains a comma - fixes #2036
    • Fix multiline text in x-axis when using XY format in series - fixes
    • Add passive: true to event listeners - ref #937
    • Fix auto height increase when the height is 100% - fixes #2059
    • Fix log scale in radar chart - fixes #2078
    • Remove code to hide data label when it is cropped
    • Add tooltip title formatter for horizontal chart
    • Bugfix when no data in treemap - fixes #2090
    • Bug fix in min/max functions in y-axis - fixes #538
    • Fix Y-axis tickamount when formatter is applied - fixes #2086
  • 3.22.2 - 2020-11-08

    🆕 Enhancements

    • Semi donut - New property endAngle in pie to create semi donut charts
    • allow legendClick to run even when toggleDataSeries is off - fixes #835
    • Add seriesIndex for pie/donut tooltips formatter

    🐞 Bug Fixes

    • bug-fix for long x-axis labels causing left padding - fixed #1989
    • Gradient bug fix - fixes #2026
    • Fix resize issue - eventlistener not being removed on destroy - fixes #2020
  • 3.22.1 - 2020-11-01

    🆕 Enhancements

    • Add min/maxSecond to DateTime.getTimeUnitsfromTimestamp() - Thanks, @ jessecrossley
    • New property redrawOnWindowResize which allows you to control whether the chart should update when the window size changes. This is different from redrawOnParentResize which just checks for parent container resize events.
    • Re-add ESM build as requested by many users.

    🐞 Bug Fixes

    • Prevent duplicate values on the y-axis - fixes #1960
    • Fixed circle chart size when show legend - Thanks, @ FunkiR
    • Polar-area chart maxY bug fix
  • 3.22.0 - 2020-10-03

    🆕 Enhancements

    • Add a flag to group rows together (rangeBarGroupRows) in a multi-series timeline chart - thanks, @ kgram007
    • New event - beforeResetZoom
    • dateformatter option added in xaxis.labels.formatter to allow the user to format dates when using xaxis.labels.formatter

    🐞 Bug Fixes

    • Corrected shade color in heatmap - fixes #1916
    • X-axis title color - fixes #1922
    • Treemap drop shadow; check the series length in theme - fixes #1935
    • Prevent legend to take up all space - fixes #1835
    • Stacked data labels bug fix - fixes #1951

    Misc changes

    • Add Simplified Chinese (zh-cn) locale. - Thanks, @ f0rb1d
  • 3.21.0 - 2020-09-20

    🆕 Enhancements

    • New chart type TREEMAP added 🔥
    • New event when scrolling on brush chart. chart.events.brushScrolled

    🐞 Bug Fixes

    • Bug fix in hideSeries - fixes #1901
    • Check window.Apex before resetting it - fixes #1909
  • 3.20.2 - 2020-09-10

    🐞 Bug Fixes

    • Distributed bars bug fix - fixes #1898
  • 3.20.1 - 2020-09-08

    🆕 Enhancements

    • Category tick-amounts implemented; improve axes utils - fixes #939
    • Add a seriesName attribute in legend for easier CSS access - fixes #1883

    🐞 Bug Fixes

    • Fix bugs when x-axis values are duplicated - fixes #1826
    • Prevent scrollToTop when clicking on the chart - fixes #1825
    • Add check for series in Candlestick in mixed charts - fixes #1840
    • Add check for baseEl which throws undefined error while destroying
    • Fix tooltip.inverseOrder - fixes #1402
    • Annotations bug fix - fixes apexcharts/vue-apexcharts#279
    • Remove forceful series injection while updating - fixes #1875
    • Using fillColor in series.data should show correct color in tooltip - fixes #1668
  • 3.20.0 - 2020-07-31
    Read more
  • 3.19.3 - 2020-06-26
  • 3.19.2 - 2020-05-19
  • 3.19.0 - 2020-04-23
  • 3.18.1 - 2020-04-06
  • 3.18.0 - 2020-04-04
  • 3.17.1 - 2020-03-28
from apexcharts GitHub release notes
Commit messages
Package name: apexcharts
  • 19757b1 build - 3.24.0
  • 83ac7f6 3.24.0
  • 76e93cc update samples - bar border-radius
  • d239506 default bar borderradius 0
  • 9c37cac updated types
  • be53be2 csv export category - fixes #2185
  • 8e52b9e allow datalabels colors to accept function - fixes #2188
  • 9ccb097 radar chart yaxis label bring in front- fixes #2189
  • 121b666 added spokes in polararea charts
  • 61bfcf4 redrawing scatter bubble
  • e89ef44 redrawing on scatter, bubble fix - fixes #1910
  • 6faacad remove circular deps
  • af2fc98 Merge branch 'master' of https://github.com/apexcharts/apexcharts.js
  • d3984f5 improve bar border-radius
  • 86cd43d Merge pull request #2168 from FunkiR/develop
  • f09982b Merge branch 'master' into develop
  • 415fb9b Merge https://github.com/apexcharts/apexcharts.js
  • 5855344 improve bar border radius implementation
  • 8d50218 update bar samples
  • 018bfba remove redundant function in axes
  • d3ad8b9 Merge pull request #2165 from gkristin/title-position
  • 8496f98 fix xaxis label size when use ellipsis
  • a73e342 title position
  • ab034af formatting

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants