Releases: creativetimofficial/soft-ui-dashboard-react
Releases · creativetimofficial/soft-ui-dashboard-react
v4.0.1
v4.0.0
Bug Fixing & Dependencies Updated
[3.1.0] 2022-03-04
Bug fixing
- Momoized the context provider values
- Fix the conditionally used of useContext for SuiPagination component
- Fix the import/no-anonymouse-default-export
Major style changes
Deleted components
Added components
Deleted dependencies
Added dependencies
Updated dependencies
@emotion/cache 11.4.0 → 11.7.1
@emotion/react 11.4.1 → 11.8.1
@emotion/styled 11.3.0 → 11.8.1
@mui/icons-material 5.1.1 → 5.4.2
@mui/material 5.1.1 → 5.4.3
@mui/styled-engine 5.1.1 → 5.4.2
@testing-library/jest-dom 5.11.4 → 5.16.2
@testing-library/react 11.1.0 → 12.1.3
@testing-library/user-event 12.1.10 → 13.5.0
chroma-js 2.1.2 → 2.4.2
prop-types 15.7.2 → 15.8.1
react-countup 5.2.0 → 6.1.1
react-router-dom 5.2.0 → 6.2.1
react-scripts 4.0.3 → 5.0.0
stylis 4.0.10 → 4.0.13
stylis-plugin-rtl 2.1.0 → 2.1.14
web-vitals 1.0.1 → 2.1.4
Warning
There is a warnings related to the stylis-plugin-rtl dependency that won't affect on the behavior of the product its something with the library itself.
Migration from JSS to emotion and sx
[3.0.0] 2021-11-23
Bug fixing
Major style changes
- Migration from JSS to MUI
styledapi, emotion andsxprop. - The
box-shadow,border-radiusandtypographyregularsize renamed tomdfor theme - The
backgroundColorprop renamed tobgColorfor components - The
boxShadowprop renamed toshadowfor components - SuiBox
backgroundGradientprop replaced withvariant: ["contained", "gradient"] - SuiButton
buttonColorprop renamed tocolor - SuiBadge
sizeprop updated to ["xs", "sm", "md", "lg"] - SuiInput
withIconprop renamed toicon - SuiProgress
gradientprop replaced withvariant: ["contained", "gradient"] - SuiTypography
textColorprop renamed tocolor - Sidenav is more dynamic now, color, brand, brandName props are added
Deleted components
Added components
Deleted dependencies
- jss
- jss-rtl
- @mui/styles
Added dependencies
Updated dependencies
@mui/icons-material 5.0.0 → 5.1.1
@mui/material 5.0.0 → 5.1.1
@mui/styled-engine 5.0.0 → 5.1.1
Warning
Migration from Material-UI v4 to v5
[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-react/pages/rtl is chaning the route slowly in development mode its a problem with @emotion/cache
prependand we will fix it on our future updates. - There is some console error related to the key on table component and it will not make any issue for you we will take care of that on our next update for the product.