chore(deps): update dependency react-apexcharts to v2#1335
Merged
renovate[bot] merged 1 commit intomasterfrom Feb 24, 2026
Merged
chore(deps): update dependency react-apexcharts to v2#1335renovate[bot] merged 1 commit intomasterfrom
renovate[bot] merged 1 commit intomasterfrom
Conversation
0dbb75f to
7c9b366
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
^1.4.1→^2.0.0Release Notes
apexcharts/react-apexcharts (react-apexcharts)
v2.0.1: React ApexCharts v2.0.1Compare Source
Patch Release: SSR Example & Minor Fixes
This patch release adds a comprehensive SSR example project to help developers integrate React ApexCharts with Next.js and other SSR frameworks.
New SSR Example Project
Added a complete Next.js App Router example demonstrating SSR capabilities:
example-ssr/react-apexcharts/serverreact-apexcharts/hydrate🐛 Bug Fixes
v2.0.0: React ApexCharts v2.0.0Compare Source
Major Release: Server-Side Rendering (SSR) Support
This release introduces first-class support for Server-Side Rendering, making React ApexCharts fully compatible with Next.js App Router, React Server Components, and other modern SSR frameworks.
New Features
Server-Side Rendering (SSR) Support
React ApexCharts now provides dedicated components and exports for seamless SSR integration:
New Export:
react-apexcharts/serverServer-side component for rendering static chart markup without client-side JavaScript:
New Export:
react-apexcharts/hydrateClient-side component for hydrating server-rendered charts with interactivity:
Modern Package Exports
Enhanced
exportsfield inpackage.jsonfor better module resolution:{ ".": { "import": "./dist/react-apexcharts.esm.js", "require": "./dist/react-apexcharts.cjs.js" }, "./server": { "import": "./dist/react-apexcharts-server.esm.js" }, "./hydrate": { "import": "./dist/react-apexcharts-hydrate.esm.js" } }Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "after 10pm every weekday,before 5am every weekday,every weekend" in timezone America/New_York.
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.