Skip to content

Commit ab3be45

Browse files
committed
Update to v2.0.0
1 parent bba12e3 commit ab3be45

File tree

272 files changed

+24903
-24876
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

272 files changed

+24903
-24876
lines changed

.browserslistrc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
> 1%
2-
last 2 versions
3-
not dead
1+
> 1%
2+
last 2 versions
3+
not dead

.eslintrc.js

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
1-
module.exports = {
2-
root: true,
3-
env: {
4-
node: true,
5-
},
6-
extends: ["plugin:vue/vue3-essential", "eslint:recommended", "@vue/prettier"],
7-
parserOptions: {
8-
parser: "babel-eslint",
9-
},
10-
rules: {
11-
"no-console": process.env.NODE_ENV === "production" ? "warn" : "off",
12-
"no-debugger": process.env.NODE_ENV === "production" ? "warn" : "off",
13-
},
14-
};
1+
module.exports = {
2+
root: true,
3+
env: {
4+
node: true
5+
},
6+
extends: ["plugin:vue/vue3-essential", "eslint:recommended", "@vue/prettier"],
7+
parserOptions: {
8+
parser: "babel-eslint"
9+
},
10+
rules: {
11+
"prettier/prettier": "off",
12+
"no-console": process.env.NODE_ENV === "production" ? "warn" : "off",
13+
"no-debugger": process.env.NODE_ENV === "production" ? "warn" : "off"
14+
}
15+
};

.gitignore

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
1-
.DS_Store
2-
node_modules
3-
/dist
4-
5-
6-
# local env files
7-
.env.local
8-
.env.*.local
9-
10-
# Log files
11-
npm-debug.log*
12-
yarn-debug.log*
13-
yarn-error.log*
14-
pnpm-debug.log*
15-
16-
# Editor directories and files
17-
.idea
18-
.vscode
19-
*.suo
20-
*.ntvs*
21-
*.njsproj
22-
*.sln
23-
*.sw?
24-
25-
package-lock.json
1+
.DS_Store
2+
node_modules
3+
/dist
4+
5+
6+
# local env files
7+
.env.local
8+
.env.*.local
9+
10+
# Log files
11+
npm-debug.log*
12+
yarn-debug.log*
13+
yarn-error.log*
14+
pnpm-debug.log*
15+
16+
# Editor directories and files
17+
.idea
18+
.vscode
19+
*.suo
20+
*.ntvs*
21+
*.njsproj
22+
*.sln
23+
*.sw?
24+
25+
package-lock.json
2626
yarn.lock

CHANGELOG.md

Lines changed: 113 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,118 @@
11
# Change Log
22

3+
## [2.0.0] 2022-03-30
4+
5+
### Bug fixing
6+
7+
### Major style changes
8+
9+
- VsudAlert `icon` prop updated with empty default value.
10+
- VsudAvatar `img` prop updated with `required: true` attribute.
11+
- VsudInput `isValid` prop removed and added <code>`success`</code> and <code>`error`</code> props instead.
12+
- VsudInput `placeholder` prop set with default value of `Type here...` .
13+
- VsudInput `type` prop set with default value of `text`.
14+
- VsudInput `isRequired` prop updated with default value of `false`.
15+
- VsudPagination `color` set to default value of `success`.
16+
- VsudPagination `size`set to default value of `md`.
17+
- VsudButton `color` prop updated from `info` to `success` color.
18+
- VsudCheckbox `checked` prop updated from `string` to `boolean`.
19+
- VsudProgress `color` prop updated from `primary` to `success`.
20+
- VsudProgress `percentage` prop is now `required` and updated from `string` to `Number`.
21+
- VsudRadio `name`, and <code>`id`</code> props are now set to `required.`
22+
- VsudRadio `checked` prop type changed from `string` to `boolean` and default value set to `false`.
23+
- VsudSwitch `name`, and `id` prop values are `required` now.
24+
- VsudSwitch `checked` prop type `changed` from `string` to `boolean`.
25+
- VsudSwitch `inputClass` prop removed and can directly be accessed using `class`.
26+
- VsudTextArea `id` prop is set to `required` now.
27+
- VsudTextArea `placeholder` prop has now a default text.
28+
- Renamed `Card` component to `MiniStatisticsCard`.
29+
- MiniStatisticsCard `title` prop accepts `String` and `Object` with `text` and `color` keys.
30+
- MiniStatisticsCard `value` prop accepts `Number`, `String`, and `Object` with `text`, and `color` keys.
31+
- MiniStatisticsCard `percentage` prop accepts `String` and `Object` with `value` and `color` keys. The default `color` is set to `text-success`.
32+
- MiniStatisticsCard `icon` prop accepts `String` and `Object` with `component` and `background` keys. The default `background` color is set to `bg-white`.
33+
- MiniStatisticsCard `classContent` prop accepts a `string` to apply custom class around the content.
34+
- DefaultInfoCard `classIcon` prop is renamed to `icon`.
35+
- DefaultInfoCard `icon` prop can accept a `String` or `Object` with `component` and `background` keys.
36+
- DefaultInfoCard `title` prop’s value is set to `required`.
37+
- DefaultInfoCard `price` prop is renamed to `value` with the acceptable types of `String`, and `Number`.
38+
- MasterCard `props` refactored to a single `card` object prop with the following keys:
39+
- `number` accepts a `String` with the default value of `7852 4594 1122 4562`.
40+
- `holderText` accepts a `String` with the default value of `Card Holder`.
41+
- `holderName` accepts a `String` with the default value of `Jack Peterson`.
42+
- `expiryText` accepts a `String` with the default value of `Expirs`.
43+
- `expiryDate` accepts a `String` with the default value of `11/22`.
44+
- `background` accepts a `String` with the default value of `dark`.
45+
- Added `MiniPlayerCard` component with `color`, and `song` props.
46+
- Renamed `NewTabCard` to `PlaceHolderCard`.
47+
- Added `icon`, and `title` prop type of object with `variant` and `text` keys to PlaceholderCard.
48+
- Deleted `TransactionsCard` and `RevenueCard` components and added new `RankingList` and `RankingListCard` component instead.
49+
- Added `card` object prop with `title`, `subtitle`, `date` keys to `RankingListCard` component.
50+
- Added boolean `HorizontalBreak` and array `item` props with `title`, `date`, `amount`, `icon`, `color` keys to `RankingListCard` component.
51+
- Added `id`, `height`, `title`, `description` and `chart` props to `GradientLineChart`. The `chart` has `Object` data type with the following keys:
52+
- `labels` has `Array` data type.
53+
- `datasets` has `Array` data type with the following keys:
54+
- `label` has `String` data type.
55+
- `data` has `Array` data type.
56+
- Renamed `ActiveUsersChart` component to `ReportsBarChart`.
57+
- Added Added `id`, `color`, `title`, `description`, `chart`, and `items` props to `ReportsBarChart`. The `items` prop has `Array` data type and the `chart` has `Object` data type with the following keys:
58+
- `labels` has `Array` data type.
59+
- `datasets` has `Object` data type with the following keys:
60+
- `label` has `String` data type.
61+
- `data` has `Array` data type.
62+
- Updated `BillingCard` with the `title` and `bills` props.
63+
- Renamed `CardCalendar` component to `CalendarCard` component and added `items` prop type of array with `time` and `description` keys.
64+
- Renamed `ProjectOverviewCard` component to `DefaultProjectCard` component and added the following props: `image`, `label`, `title`, `description`, `action`, and `authors` props.
65+
- Renamed `CardEmail` component to `EmailCard` component and Added `route`, `text`, and `tooltip` props.
66+
- Renamed `CardMessage` component to `MessageCard` component.
67+
- Added `title`, and `messages` prop type of array with the `route`, `tooltip`, and `images` keys to MessageCard.
68+
- Renamed `PaymentCard` component to `PaymentMethodsCard` component.
69+
- Renamed `ProfileCard` component to `ProfileInfoCard` and added the following props: `title`, `description`, `info`, `social`, and `action`.
70+
- Deleted `TimelineCard` component and added `TimelineList` and `TimelineItem` components.
71+
- Added `title`, `description` and `darkMode` props to TimelineList component.
72+
- Added `color`, `icon`, `title`, `dateTime`, `description`, `badges`, and `darkMode` props to TimelineItem component.
73+
- Renamed `CardToDo` component to `TodoCard` component.
74+
- Added `todos` prop to `TodoCard` component.
75+
76+
### Deleted components
77+
78+
```
79+
@/components/Icon.vue
80+
```
81+
82+
### Added components
83+
84+
```
85+
@/components/Icon/Air.vue
86+
@/components/Icon/Basket.vue
87+
@/components/Icon/Box3d.vue
88+
@/components/Icon/CreditCard.vue
89+
@/components/Icon/CustomerSupport.vue
90+
@/components/Icon/Document.vue
91+
@/components/Icon/GettingStarted.vue
92+
@/components/Icon/Humidity.vue
93+
@/components/Icon/Lights.vue
94+
@/components/Icon/Office.vue
95+
@/components/Icon/Settings.vue
96+
@/components/Icon/Shop.vue
97+
@/components/Icon/Spaceship.vue
98+
@/components/Icon/Switches.vue
99+
@/components/Icon/Temperature.vue
100+
@/components/Icon/Wifi.vue
101+
102+
```
103+
104+
### Deleted dependencies
105+
106+
### Added dependencies
107+
108+
```
109+
@fortawesome/vue-fontawesome
110+
```
111+
112+
### Updated dependencies
113+
114+
### Warning
115+
3116
## [1.0.0] 2022-01-27
4117

5118
### Initial Release

0 commit comments

Comments
 (0)