github apexcharts/apexcharts.js v5.10.2
💎 Version 5.10.2

latest release: v5.10.3
4 hours ago

Bug Fixes

  • Tree-shaking: ESM entry points were incorrectly eliminated by bundlers

    dist/*.esm.js and dist/features/*.esm.js were missing from the
    sideEffects field in package.json. Bundlers such as Webpack and Rollup
    treat files not listed as having side effects as safe to drop when they are
    not explicitly imported, which caused chart type and feature registrations to
    be silently tree-shaken away in production builds. Adding both glob patterns
    ensures the self-registering ESM bundles are always retained.

Don't miss a new apexcharts.js release

NewReleases is sending notifications on new releases.