-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
85 additions
and
42 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,48 @@ | ||
# Change Log | ||
|
||
## [2.0.0] 2021-09-20 | ||
|
||
### Bug fixing | ||
|
||
### Major style changes | ||
|
||
- Migration from Material-UI v4 to Material-UI v5. | ||
- Customizing Autocomplete component based on the Soft Design. | ||
- Customizing the TextField component based on the Soft Design. | ||
|
||
### Deleted components | ||
|
||
### Added components | ||
|
||
### Deleted dependencies | ||
|
||
``` | ||
- @material-ui/core | ||
- @material-ui/icons | ||
- @material-ui/styles | ||
``` | ||
|
||
### Added dependencies | ||
|
||
``` | ||
- @emotion/cache | ||
- @emotion/react | ||
- @emotion/react | ||
- @emotion/styled | ||
- @mui/icons-material | ||
- @mui/material | ||
- @mui/styled-engine | ||
- @mui/styles | ||
- stylis | ||
- stylis-plugin-rtl | ||
``` | ||
|
||
### Updated dependencies | ||
|
||
### Warning | ||
|
||
The soft-ui-dashboard-pro-react/pages/rtl is chaning the route slowly in development mode its a problem with @emotion/cache `prepend` and we will fix it on our future updates. | ||
|
||
## [1.0.0] 2021-09-02 | ||
|
||
### Original Release |
This file contains 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