Argon Dashboard Material Ui Versions Save

This is the Material UI version of the Argon Dashboard React.

3.0.0

1 year ago

[3.0.0] 2022-06-24

Bug fixing

Major style changes

  • Migration from Material-UI to MUI v5.
  • Migration from JSS to styled api, emotion and sx prop.
  • Product folders and files structured are updated: README
  • New components are added
  • New example blocks are added
  • Components are Example Blocks are totally customizable and reusable now
  • Product now uses the react context api for global configurations

Deleted components

All from previous version

Added components

  • ArgonAlert
  • ArgonAvatar
  • ArgonBadge
  • ArgonBox
  • ArgonButton
  • ArgonInput
  • ArgonPagination
  • ArgonProgress
  • ArgonTypography
  • Breadcrumbs
  • Cards
    • BlogCards
      • DefaultBlogCard
      • TransparentBlogCard
    • CounterCards
      • OutlinedCounterCard
    • InfoCards
      • DefaultInfoCard
      • ProfileInfoCard
    • MasterCard
    • PlaceholderCard
    • PricingCards
      • DefaultPricingCard
    • ProjectCards
      • DefaultProjectCard
    • StatisticsCards
      • DetailedStatisticsCard
      • MiniStatisticsCard
  • Charts
    • BarCharts
      • HorizontalBarChart
      • VerticalBarChart
      • ReportsBarChart
    • BubbleChart
    • DoughnutCharts
      • DefaultDoughnutChart
    • LineCharts
      • DefaultLineChart
      • GradientLineChart
    • MixedChart
    • PieChart
    • PolarChart
    • RadarChart
  • Configurator
  • Footer
  • Items
    • NotificationItem
  • LayoutContainers
    • DashboardLayout
    • PageLayout
  • Lists
    • CategoriesList
    • ProfilesList
  • Navbars
    • DashboardNavbar
    • DefaultNavbar
  • Sidenav
  • Tables
    • SalesTable
    • Table
  • Timeline
    • TimelineList
    • TimelineItem

Deleted dependencies

@fortawesome/fontawesome-free
@material-ui/core
@material-ui/icons
@material-ui/lab
node-sass
nouislider
react-copy-to-clipboard
react-datetime

Added dependencies

@mui/material
@mui/icons-material
@mui/styled-engine
@emotion/cache
chroma-js
react-countup
react-github-btn
stylis
stylis-plugin-rtl
uuid
web-vitals
yup
swiper

Updated dependencies

"@emotion/react":               "11.1.5"  ->  "11.9.0"
"@emotion/styled":              "11.1.5"  ->  "11.8.1"
"chart.js":                     "2.9.4  ->  "3.4.1"
"prop-types":                   "15.7.2"  ->  "15.8.1"
"react":                        "17.0.1"  ->  "18.1.0"
"react-chartjs-2":              "2.11.1"  ->  "3.0.4"
"react-dom":                    "17.0.1"  ->  "18.1.0"
"react-router-dom":             "5.2.0  ->  "6.3.0"
"react-scripts":                "4.0.3  ->  "5.0.1"

Warning