From 9410989f20afd53d0d6163a547df818af44cdfda Mon Sep 17 00:00:00 2001 From: Zheng Song Date: Mon, 12 Jun 2023 16:57:45 +1000 Subject: [PATCH] Version menu for v4 (#971) --- example/src/components/Logo.js | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/example/src/components/Logo.js b/example/src/components/Logo.js index 450e184d..7b6efad2 100644 --- a/example/src/components/Logo.js +++ b/example/src/components/Logo.js @@ -21,15 +21,19 @@ export const Logo = React.memo(function Logo() { className="version-menu" > Version history + v3.5.x v2.3.x v1.11.x Migration guide - - v2 to v3 + + migrating to v4 - - v1 to v2 + + migrating to v3 + + + migrating to v2 );