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: CHANGELOG.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,13 @@
1
1
# Change Log
2
2
3
3
## [1.8.0] date
4
-
### Warning
5
-
- Due to the fact that on the PRO version of this product the Sidebar component could not be changed to hooks, we've left the Sidebar component of this product unaltered as well (it makes use of classes and the withStyles function, instead of React Hooks and makeStyles function)
6
4
### Bug fixing
7
5
- Rewrote the ISSUE_TEMPLATE
8
6
- Deleted the copyright comments from all files, we only need to keep them inside our index.js and index.html
9
7
- Added script that adds copyrights to the built app
10
8
- Renamed all the files from `.jsx` to `.js`
11
9
- Changed the `withStyles` function from Material-UI with the `makeStyles` function (integration with other frameworks should now be easy)
12
-
- React Hooks is now supported (Please read the above warnings)
10
+
- React Hooks is now supported
13
11
### Major style changes
14
12
- Renamed `assets/jss/material-dashboard-react/layouts/dashboardStyle.js` to `assets/jss/material-dashboard-react/layouts/adminStyle.js`
0 commit comments