Releases: creativetimofficial/vue-soft-ui-dashboard
Releases · creativetimofficial/vue-soft-ui-dashboard
v3.0.0
New Base Structure with Reusable Components
[2.0.0] 2022-03-30
Bug fixing
Major style changes
- VsudAlert
iconprop updated with empty default value. - VsudAvatar
imgprop updated withrequired: trueattribute. - VsudInput
isValidprop removed and addedandsuccessprops instead.error - VsudInput
placeholderprop set with default value ofType here.... - VsudInput
typeprop set with default value oftext. - VsudInput
isRequiredprop updated with default value offalse. - VsudPagination
colorset to default value ofsuccess. - VsudPagination
sizeset to default value ofmd. - VsudButton
colorprop updated frominfotosuccesscolor. - VsudCheckbox
checkedprop updated fromstringtoboolean. - VsudProgress
colorprop updated fromprimarytosuccess. - VsudProgress
percentageprop is nowrequiredand updated fromstringtoNumber. - VsudRadio
name, andprops are now set toidrequired. - VsudRadio
checkedprop type changed fromstringtobooleanand default value set tofalse. - VsudSwitch
name, andidprop values arerequirednow. - VsudSwitch
checkedprop typechangedfromstringtoboolean. - VsudSwitch
inputClassprop removed and can directly be accessed usingclass. - VsudTextArea
idprop is set torequirednow. - VsudTextArea
placeholderprop has now a default text. - Renamed
Cardcomponent toMiniStatisticsCard. - MiniStatisticsCard
titleprop acceptsStringandObjectwithtextandcolorkeys. - MiniStatisticsCard
valueprop acceptsNumber,String, andObjectwithtext, andcolorkeys. - MiniStatisticsCard
percentageprop acceptsStringandObjectwithvalueandcolorkeys. The defaultcoloris set totext-success. - MiniStatisticsCard
iconprop acceptsStringandObjectwithcomponentandbackgroundkeys. The defaultbackgroundcolor is set tobg-white. - MiniStatisticsCard
classContentprop accepts astringto apply custom class around the content. - DefaultInfoCard
classIconprop is renamed toicon. - DefaultInfoCard
iconprop can accept aStringorObjectwithcomponentandbackgroundkeys. - DefaultInfoCard
titleprop’s value is set torequired. - DefaultInfoCard
priceprop is renamed tovaluewith the acceptable types ofString, andNumber. - MasterCard
propsrefactored to a singlecardobject prop with the following keys:numberaccepts aStringwith the default value of7852 4594 1122 4562.holderTextaccepts aStringwith the default value ofCard Holder.holderNameaccepts aStringwith the default value ofJack Peterson.expiryTextaccepts aStringwith the default value ofExpirs.expiryDateaccepts aStringwith the default value of11/22.backgroundaccepts aStringwith the default value ofdark.
- Added
MiniPlayerCardcomponent withcolor, andsongprops. - Renamed
NewTabCardtoPlaceHolderCard. - Added
icon, andtitleprop type of object withvariantandtextkeys to PlaceholderCard. - Deleted
TransactionsCardandRevenueCardcomponents and added newRankingListandRankingListCardcomponent instead. - Added
cardobject prop withtitle,subtitle,datekeys toRankingListCardcomponent. - Added boolean
HorizontalBreakand arrayitemprops withtitle,date,amount,icon,colorkeys toRankingListCardcomponent. - Added
id,height,title,descriptionandchartprops toGradientLineChart. ThecharthasObjectdata type with the following keys:labelshasArraydata type.datasetshasArraydata type with the following keys:labelhasStringdata type.datahasArraydata type.
- Renamed
ActiveUsersChartcomponent toReportsBarChart. - Added Added
id,color,title,description,chart, anditemsprops toReportsBarChart. Theitemsprop hasArraydata type and thecharthasObjectdata type with the following keys:labelshasArraydata type.datasetshasObjectdata type with the following keys:labelhasStringdata type.datahasArraydata type.
- Updated
BillingCardwith thetitleandbillsprops. - Renamed
CardCalendarcomponent toCalendarCardcomponent and addeditemsprop type of array withtimeanddescriptionkeys. - Renamed
ProjectOverviewCardcomponent toDefaultProjectCardcomponent and added the following props:image,label,title,description,action, andauthorsprops. - Renamed
CardEmailcomponent toEmailCardcomponent and Addedroute,text, andtooltipprops. - Renamed
CardMessagecomponent toMessageCardcomponent. - Added
title, andmessagesprop type of array with theroute,tooltip, andimageskeys to MessageCard. - Renamed
PaymentCardcomponent toPaymentMethodsCardcomponent. - Renamed
ProfileCardcomponent toProfileInfoCardand added the following props:title,description,info,social, andaction. - Deleted
TimelineCardcomponent and addedTimelineListandTimelineItemcomponents. - Added
title,descriptionanddarkModeprops to TimelineList component. - Added
color,icon,title,dateTime,description,badges, anddarkModeprops to TimelineItem component. - Renamed
CardToDocomponent toTodoCardcomponent. - Added
todosprop toTodoCardcomponent.
Deleted components
@/components/Icon.vue
Added components
@/components/Icon/Air.vue
@/components/Icon/Basket.vue
@/components/Icon/Box3d.vue
@/components/Icon/CreditCard.vue
@/components/Icon/CustomerSupport.vue
@/components/Icon/Document.vue
@/components/Icon/GettingStarted.vue
@/components/Icon/Humidity.vue
@/components/Icon/Lights.vue
@/components/Icon/Office.vue
@/components/Icon/Settings.vue
@/components/Icon/Shop.vue
@/components/Icon/Spaceship.vue
@/components/Icon/Switches.vue
@/components/Icon/Temperature.vue
@/components/Icon/Wifi.vue
Deleted dependencies
Added dependencies
@fortawesome/vue-fontawesome