Releases: creativetimofficial/vue-material-dashboard-2
v3.1.0
v3.0.0
New Base Structure with Reusable Components
[2.0.0] 2022-04-20
Bug fixing
Major style changes
-
VmdAvatar
'simg
prop is set torequired
. -
Update
VmdButton
defaultcolor
to “success”. -
Update
checked
prop ofVmdCheckbox
from “string” to “boolean”. -
id
ofVmdInput
is set to required. -
VmdPagination
's defaultcolor
set to “success” and defaultsize
to “md”. -
Update
VmdPogress
default color to “success” andpercentage
's type to Number. Andpercentage
is set to required. -
VmdRadio
'sid
, andname
props set to required andchecked
prop type changed to Boolean. -
The following changes were made to
VmdSnackbar
.title
prop set to required.- Deleted
iconColor
andiconName
props. - Added
icon
prop type of object withcomponent
, andcolor
keys.
-
VmdSwitch
'sname
,id
props set to required.checked
prop data type changed from String to Boolean. And removedinputClass
prop and instead any class added to the component will directly be added to input tag. -
VmdTextArea
'sid
set to required. -
Renamed and refactored
MiniCards
toMiniStatisticsCard
component and added the following props:- Required
title
prop of type Object with the following keys:text
of type String.value
of type Number, and String.
detail
of type String.- Required
icon
prop type of Object with the following keys:name
,color
, andbackground
of type String.
- Required
-
Added
ChartHolderCard
component with default slot forchart
component and the :title
,subtitle
,update
, andcolor
props of type String.- Added
ReportsBarChart
component with the following props and keys:id
of type String.height
of type Number, and String.- Required
chart
of type Object with required value and the following keys:labels
of type Array.datasets
of type Object with the following keys:label
of type String.data
of type Array.
- Added
ReportsLineChart
component with the following props and keys:id
of type String.height
of type Number, and String.- Required
chart
of type Object with required value and the following keys:labels
of type Array.datasets
of type Object with the following keys:label
of type String.data
of type Array.
- Added
-
Renamed
ProjectsCard
component toProjectCard
and restructured component with the following props:title
anddescription
of type String.headers
of type Array.- Required
projects
of type Array with the following keys:logo
,title
, andbudget
of type String.members
of type Array.progress
of type Object withpercentage
, andcolor
keys.
-
Added
TimelineList
component with a “default slot” and the following props:title
, anddescription
of type String.darkMode
of type Boolean.
-
Added
TimelineItem
component with the following props:color
,icon
,title
,dateTime
, anddescription
of type String.icon
of type object with the following keys:component
andclass
of type String.
-
MasterCard
props
refactored to a singlecard
propObject
with the following keys:number
accepts aString
with the default value of7852 4594 1122 4562
.holderText
accepts aString
with the default value ofCard Holder
.holderName
accepts aString
with the default value ofJack Peterson
.expiryText
accepts aString
with the default value ofExpirs
.expiryDate
accepts aString
with the default value of11/22
.background
accepts aString
with the default value ofdark
.
-
Refactored
DefaultInfoCard
component with the following props:- Required
icon
of type String and Object with the following keys:component
, andbackground
of type String.
title
, anddescription
of type String.value
of type String and Number.
- Required
-
Added
ProfileInfoCard
component with the following props:title
, anddescription
of type StringInfo
of type Object with the following keys:fullName
,mobile
,email
, andlocation
of type String.
social
of type Array with the following acceptable keys:link
, andicon
of type String.
action
of type Object with the following keys:route
, andtooltip
of type String.
Added DefaultProjectCard
component with the following props:
image
,label
,title
, anddescription
of type String.action
of type Object with the following keys:route
,color
, andlabel
of type String.
authors
of type array with the following acceptable keys:image
, andname
of type String.
Deleted components
ChartBars.vue
ChartLine.vue
ChartLineTasks.vue
OrdersCard.vue
Added components
ChartHolderCard
ReportsBarChart
ReportsLineChart
TimelineList
TimelineItem
ProfileInfoCard
DefaultProjectCard
Deleted dependencies
Added dependencies
Updated dependencies
"vue-router" "4.0.0-0" -> "4.0.14"