Releases: creativetimofficial/ct-argon-dashboard-pro-material-ui
Releases · creativetimofficial/ct-argon-dashboard-pro-material-ui
v3.0.1
New Base Structure with Reusable Components
[3.0.0] 2022-06-13
Bug fixing
Major style changes
- Migration from Material-UI to MUI v5.
- Migration from JSS to
styled
api, emotion andsx
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
- ArgonBadgeDot
- ArgonBox
- ArgonButton
- ArgonDatePicker
- ArgonDropzone
- ArgonEditor
- ArgonInput
- ArgonPagination
- ArgonProgress
- ArgonSelect
- ArgonSnackbar
- ArgonSocialButton
- ArgonTagInput
- ArgonTypography
- Breadcrumbs
- Calendar
- Cards
- AnnouncementCard
- BackgroundCard
- BlogCards
- BackgroundBlogCard
- DefaultBlogCard
- SimpleBlogCard
- TransparentBlogCard
- WavedBlogCard
- ControllerCard
- CounterCards
- DefaultCounterCard
- OutlinedCounterCard
- EventCard
- InfoCards
- DefaultInfoCard
- MiniInfoCard
- ProfileInfoCard
- TransparentInfoCard
- MasterCard
- PlaceholderCard
- PricingCards
- DefaultPricingCard
- OutlinedPricingCard
- WavedPricingCard
- ProfileCards
- ComplexProfileCard
- DefaultProfileCard
- SimpleProfileCard
- ProjectCards
- ComplexProjectCard
- DefaultProjectCard
- StatisticsCards
- AnimatedStatisticsCard
- ComplexStatisticsCard
- DefaultStatisticsCard
- DetailedStatisticsCard
- MiniStatisticsCard
- TeamCards
- ComplexTeamCard
- DefaultTeamCard
- TeamProfileCard
- WeatherCard
- Charts
- BarCharts
- HorizontalBarChart
- VerticalBarChart
- ReportsBarChart
- ThinBarChart
- BubbleChart
- DoughnutCharts
- ComplexReportsDoughnutChart
- DefaultDoughnutChart
- ProgressDoughnutChart
- ReportsDoughnutChart
- LineCharts
- DefaultLineChart
- GradientLineChart
- ProgressLineChart
- MiniGradientLineChart
- MixedChart
- PieChart
- PolarChart
- RadarChart
- BarCharts
- Configurator
- Footer
- Items
- DefaultItem
- NotificationItem
- LayoutContainers
- DashboardLayout
- PageLayout
- Lists
- CategoriesList
- ProfilesList
- RankingsList
- Navbars
- DashboardNavbar
- DefaultNavbar
- Sidenav
- Tables
- DataTable
- SalesTable
- Table
- Timeline
- TimelineList
- TimelineItem
Deleted dependencies
@fortawesome/fontawesome-free
@material-ui/core
@material-ui/data-grid
@material-ui/icons
@material-ui/lab
bootstrap
clsx
jss-rtl
list.js
moment
node-sass
node-sass-package-importer
nouislider
quill
react-bootstrap-sweetalert
react-bootstrap-table-next
react-bootstrap-table2-paginator
react-bootstrap-table2-toolkit
react-copy-to-clipboard
react-datetime
react-jvectormap
react-perfect-scrollbar
react-to-print
Added dependencies
@mui/material
@mui/icons-material
@mui/styled-engine
@asseinfo/react-kanban
@emotion/cache
@fullcalendar/react
@fullcalendar/timegrid
@pathofdev/react-tag-input
@react-leaflet/core
chroma-js
flatpickr
formik
react-flatpickr
html-react-parser
leaflet
react-circular-slider-svg
react-countup
react-images-viewer
react-github-btn
react-leaflet
react-quill
react-select
react-table
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"
"@fullcalendar/daygrid": "5.5.0 -> "5.11.0"
"@fullcalendar/interaction": "5.5.0 -> "5.11.0"
"chart.js": "2.9.4 -> "3.4.1"
"dropzone": "5.7.6 -> "5.9.3"
"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
Initial release.
[1.0.0] 2021-03-17
Original Release
- Started project from Argon Dashboard Material-UI by Creative Tim
- Rename
NavbarDropdown
toUserDropdown
- Added Material-UI as base framework
- Added React Hooks
- Added design from Argon Dashboard PRO React by Creative Tim
- Added features from Argon Dashboard PRO React by Creative Tim (such as routing system and components)
- The TypeScript dependencies are installed only to stop console warnings on install. They are not actually used in our product. So the product is not on TypeScript!
- Refactor the Auth layout by moving the container and header inside the view components
- There are a few warnings when doing a clean install, they come from the NodeJS version and from the dependencies of our dependencies (Unfortunately, these cannot be solved, e.g.
npm WARN deprecated [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142
) - We have this warning
npm WARN [email protected] requires a peer of react@^16.3.0 but none is installed. You must install peer dependencies yourself.
which will be solved in our next update, if not, we'll replacereact-bootstrap-table2-paginator
with something else - We have this warning
npm WARN [email protected] requires a peer of react-dom@^16.3.0 but none is installed. You must install peer dependencies yourself.
which will be solved in our next update, if not, we'll replacereact-bootstrap-table2-paginator
with something else - We have this warning
npm WARN [email protected] requires a peer of react@^16.3.0 but none is installed. You must install peer dependencies yourself.
which will be solved in our next update, if not, we'll replacereact-bootstrap-table2-toolkit
with something else - We have this warning
npm WARN [email protected] requires a peer of react-dom@^16.3.0 but none is installed. You must install peer dependencies yourself.
which will be solved in our next update, if not, we'll replacereact-bootstrap-table2-toolkit
with something else - We have this warning
npm WARN [email protected] requires a peer of react@^16.3.0 but none is installed. You must install peer dependencies yourself.
which will be solved in our next update, if not, we'll replacereact-bootstrap-table-next
with something else - We have this warning
npm WARN [email protected] requires a peer of react-dom@^16.3.0 but none is installed. You must install peer dependencies yourself.
which will be solved in our next update, if not, we'll replacereact-bootstrap-table-next
with something else - We have this warning
npm WARN [email protected] requires a peer of react@^16.5.0 but none is installed. You must install peer dependencies yourself.
which will be solved in our next update, if not, we'll replacereact-datetime
with something else