You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/docs/content/migration/v4.mdx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ menu: "Migration"
5
5
route: "/migration/v4"
6
6
---
7
7
8
-
CoreUI for React is the React.js version of CoreUI components library, so before read this migration guide, please check also [CoreUI 3 to 4 migration guide](https://coreui.io/docs/migration/).
8
+
CoreUI for React is the React.js version of CoreUI components library, so before read this migration guide, please check also [CoreUI 3 to 4 migration guide](https://coreui.io/docs/migration/v4/).
Copy file name to clipboardExpand all lines: packages/docs/content/migration/v5.mdx
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ menu: "Migration"
5
5
route: "/migration/v5"
6
6
---
7
7
8
-
CoreUI for React is the React.js version of CoreUI components library, so before read this migration guide, please check also [CoreUI 4 to 5 migration guide](https://coreui.io/docs/migration/).
8
+
CoreUI for React is the React.js version of CoreUI components library, so before read this migration guide, please check also [CoreUI 4 to 5 migration guide](https://coreui.io/docs/migration/v5/).
9
9
10
10
## Components
11
11
@@ -31,3 +31,11 @@ CoreUI for React is the React.js version of CoreUI components library, so before
31
31
### CNav
32
32
33
33
- The `underline` variant has been changed to `underline-border`
34
+
35
+
### CSidebar
36
+
37
+
- Sidebar has a light color scheme by default, use `colorScheme="dark"` to make it dark.
38
+
39
+
### CToastClose
40
+
41
+
- Deprecated property `white`, use `dark` instead of.
0 commit comments