Skip to content

Commit 6dcf544

Browse files
committed
chore: 3.0.0-beta.2 release
2 parents 0aaae3d + 20a24e9 commit 6dcf544

Some content is hidden

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

47 files changed

+2340
-1354
lines changed

package-lock.json

Lines changed: 1399 additions & 1173 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 26 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,19 @@
11
{
22
"name": "@coreui/coreui-free-vue-admin-template",
3-
"version": "3.0.0-beta.1",
3+
"version": "3.0.0-beta.2",
44
"description": "Open Source Bootstrap Admin Template",
5-
"author": "Łukasz Holeczek",
5+
"author": {
6+
"name": "CoreUI",
7+
"url": "https://coreui.io",
8+
"github": "https://github.com/coreui",
9+
"twitter": "https://twitter.com/core_ui"
10+
},
11+
"contributors": [
12+
{
13+
"name": "CoreUI Team",
14+
"url": "https://github.com/orgs/coreui/people"
15+
}
16+
],
617
"homepage": "http://coreui.io",
718
"copyright": "Copyright 2019 creativeLabs Łukasz Holeczek",
819
"license": "MIT",
@@ -14,26 +25,26 @@
1425
"test:e2e": "vue-cli-service test:e2e"
1526
},
1627
"dependencies": {
17-
"@coreui/coreui": "3.0.0-beta.3",
18-
"@coreui/coreui-vue-chartjs": "1.0.0-alpha.2",
19-
"@coreui/icons": "1.0.0-beta.3",
20-
"@coreui/vue": "coreui/coreui-vue#3.0.0-beta.2",
28+
"@coreui/coreui": "^3.0.0-beta.3",
29+
"@coreui/coreui-vue-chartjs": "^1.0.0",
30+
"@coreui/icons": "^1.0.0-beta.3",
31+
"@coreui/vue": "coreui/coreui-vue#3.0.0-beta.3",
2132
"vue": "^2.6.10",
2233
"vue-router": "^3.1.3"
2334
},
2435
"devDependencies": {
25-
"@vue/cli-plugin-babel": "^4.0.5",
26-
"@vue/cli-plugin-e2e-nightwatch": "^4.0.5",
27-
"@vue/cli-plugin-eslint": "^4.0.5",
28-
"@vue/cli-plugin-unit-jest": "^4.0.5",
29-
"@vue/cli-service": "^4.0.5",
30-
"@vue/test-utils": "^1.0.0-beta.29",
31-
"@babel/core": "7.7.2",
36+
"@vue/cli-plugin-babel": "^4.1.1",
37+
"@vue/cli-plugin-e2e-nightwatch": "^4.1.1",
38+
"@vue/cli-plugin-eslint": "^4.1.1",
39+
"@vue/cli-plugin-unit-jest": "^4.1.1",
40+
"@vue/cli-service": "^4.1.1",
41+
"@vue/test-utils": "1.0.0-beta.29",
42+
"@babel/core": "7.7.4",
3243
"babel-eslint": "^10.0.3",
3344
"babel-jest": "^24.9.0",
34-
"core-js": "^3.4.1",
45+
"core-js": "^3.4.7",
3546
"chromedriver": "^78.0.1",
36-
"eslint": "^6.6.0",
47+
"eslint": "^6.7.2",
3748
"eslint-plugin-vue": "^6.0.1",
3849
"node-sass": "^4.13.0",
3950
"sass-loader": "^8.0.0",

public/img/brand/coreui-vue-logo.svg

Lines changed: 38 additions & 0 deletions
Loading

public/img/favicon.png

-7.02 KB
Binary file not shown.

public/img/logo-symbol.png

-7.02 KB
Binary file not shown.

public/img/logo.png

-14.7 KB
Binary file not shown.

src/assets/icons/icons.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ import {
4343
cilCheck,
4444
cilChevronBottom,
4545
cilChevronTop,
46-
// cilCircleCheck,
46+
cilCheckCircle,
4747
cilCommentSquare,
4848
cilCursor,
4949
cilDrop,
@@ -63,6 +63,7 @@ import {
6363
cilLockLocked,
6464
cilMagnifyingGlass,
6565
cilMoon,
66+
cilOptions,
6667
cilPencil,
6768
cilPeople,
6869
cilPuzzle,
@@ -93,7 +94,7 @@ export const iconsSet = Object.assign(
9394
cilCheck,
9495
cilChevronBottom,
9596
cilChevronTop,
96-
// cilCircleCheck,
97+
cilCheckCircle,
9798
cilCommentSquare,
9899
cilCursor,
99100
cilDrop,
@@ -113,6 +114,7 @@ export const iconsSet = Object.assign(
113114
cilLockLocked,
114115
cilMagnifyingGlass,
115116
cilMoon,
117+
cilOptions,
116118
cilPencil,
117119
cilPeople,
118120
cilPuzzle,

src/containers/TheHeader.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
/>
1313
<CHeaderBrand
1414
class="mx-auto d-lg-none"
15-
src="img/brand/coreui-base.svg"
16-
width="97"
15+
src="img/brand/coreui-vue-logo.svg"
16+
width="190"
1717
height="46"
1818
alt="CoreUI Logo"
1919
/>

src/views/Dashboard.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@
300300
<CIcon name="cil-globe-alt" class="progress-group-icon"/>
301301
<span class="title">Organic Search</span>
302302
<span class="ml-auto font-weight-bold">
303-
191,235<span class="text-muted small">(56%)</span>
303+
191,235 <span class="text-muted small">(56%)</span>
304304
</span>
305305
</div>
306306
<div class="progress-group-bars">

src/views/base/Cards.vue

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
</CRow>
155155
<CRow>
156156
<CCol sm="6" md="4">
157-
<CCard color="primary" class="text-center" body-wrapper>
157+
<CCard color="primary" class="text-center" body-wrapper text-color="white">
158158
<blockquote class="card-blockquote">
159159
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p>
160160
<footer>Someone famous in
@@ -164,7 +164,12 @@
164164
</CCard>
165165
</CCol>
166166
<CCol sm="6" md="4">
167-
<CCard color="success" class="text-center" body-wrapper>
167+
<CCard
168+
color="success"
169+
class="text-center"
170+
body-wrapper
171+
text-color="white"
172+
>
168173
<blockquote class="card-blockquote">
169174
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p>
170175
<footer>Someone famous in
@@ -174,7 +179,7 @@
174179
</CCard>
175180
</CCol>
176181
<CCol sm="6" md="4">
177-
<CCard color="info" class="text-center" body-wrapper>
182+
<CCard color="info" class="text-center" body-wrapper text-color="white">
178183
<blockquote class="card-blockquote">
179184
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p>
180185
<footer>Someone famous in
@@ -184,7 +189,7 @@
184189
</CCard>
185190
</CCol>
186191
<CCol sm="6" md="4">
187-
<CCard color="warning" class="text-center" body-wrapper>
192+
<CCard color="warning" class="text-center" body-wrapper text-color="white">
188193
<blockquote class="card-blockquote">
189194
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p>
190195
<footer>Someone famous in
@@ -194,7 +199,7 @@
194199
</CCard>
195200
</CCol>
196201
<CCol sm="6" md="4">
197-
<CCard color="danger" class="text-center" body-wrapper>
202+
<CCard color="danger" class="text-center" body-wrapper text-color="white">
198203
<blockquote class="card-blockquote">
199204
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p>
200205
<footer>Someone famous in
@@ -216,27 +221,27 @@
216221
</CRow>
217222
<CRow>
218223
<CCol sm="6" md="4">
219-
<CCard color="primary" body-wrapper>
224+
<CCard color="primary" body-wrapper text-color="white">
220225
{{loremIpsum}}
221226
</CCard>
222227
</CCol>
223228
<CCol sm="6" md="4">
224-
<CCard color="success" body-wrapper>
229+
<CCard color="success" body-wrapper text-color="white">
225230
{{loremIpsum}}
226231
</CCard>
227232
</CCol>
228233
<CCol sm="6" md="4">
229-
<CCard color="info" body-wrapper>
234+
<CCard color="info" body-wrapper text-color="white">
230235
{{loremIpsum}}
231236
</CCard>
232237
</CCol>
233238
<CCol sm="6" md="4">
234-
<CCard color="warning" body-wrapper>
239+
<CCard color="warning" body-wrapper text-color="white">
235240
{{loremIpsum}}
236241
</CCard>
237242
</CCol>
238243
<CCol sm="6" md="4">
239-
<CCard color="danger" body-wrapper>
244+
<CCard color="danger" body-wrapper text-color="white">
240245
{{loremIpsum}}
241246
</CCard>
242247
</CCol>

0 commit comments

Comments
 (0)