From efc3af71d8b45af3952e1ba555fe5ca7d6d3c506 Mon Sep 17 00:00:00 2001 From: moojttaba Date: Tue, 9 Jun 2026 23:30:23 +0330 Subject: [PATCH] docs: activity log v2.11.42 --- 09 - Audits/Activity Log.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/09 - Audits/Activity Log.md b/09 - Audits/Activity Log.md index 73fe578..9747fcb 100644 --- a/09 - Audits/Activity Log.md +++ b/09 - Audits/Activity Log.md @@ -2013,6 +2013,10 @@ Added `10 - Services/README.md` index. All docs now reflect current codebase sta - `feat(seller-analytics): add Analytics page` — new `/dashboard/seller/analytics` with summary cards (total revenue, payments, completed, pending), ApexCharts donut chart for status distribution, status breakdown panel, and recent payments table using DashboardTable. - `feat(nav): add Analytics nav item for seller role` — sidebar entry under "خدمات" with chart icon. +## v2.11.42 — 2026-06-09 + +- `fix(chart): replace React lazy() with next/dynamic(ssr:false) to fix Turbopack apexcharts/client resolution` — Turbopack statically analyzes React.lazy imports and fails on the browser-only apexcharts/client subpath export. next/dynamic with ssr:false truly excludes the module from SSR bundling, resolving the build error. + ## v2.11.41 — 2026-06-09 - `fix(build): add apexcharts@5.14.0 peer dep; fix tooltip.theme type for v5` — react-apexcharts@2.1.0 imports apexcharts/client (v5 subpath) but apexcharts wasn't listed as a direct dep, breaking Turbopack build. Also fixed use-chart.ts tooltip.theme='false' → removed (invalid in apexcharts v5 types).