build(deps): update dependency react-apexcharts to v2#959
Merged
jonahsnider merged 1 commit intomainfrom Apr 11, 2026
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
7c1ccad to
0e394f4
Compare
0e394f4 to
94b6976
Compare
94b6976 to
13863b3
Compare
13863b3 to
5f6e6fc
Compare
5f6e6fc to
cc0d604
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.9.0→2.1.0Release Notes
apexcharts/react-apexcharts (react-apexcharts)
v2.1.0Compare Source
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 - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.