File tree 3 files changed +19
-4
lines changed
3 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 1
1
## [ vue] ( ./README.md ) version ` changelog `
2
2
3
+ ##### ` v2.0.0-beta.7 `
4
+ - refactor(Footer): move default footer to the template
5
+ - fix(Footer): IE sticky footer issue
6
+ - chore: update ` @coreui/vue ` to ` 2.0.0-rc.3 `
7
+ - chore: update ` bootstrap ` to ` 4.1.2 `
8
+ - chore: update ` @coreui/coreui ` to ` 2.0.4 `
9
+ - chore: update ` @vue/cli-plugin-babel ` to ` 3.0.0-rc.5 `
10
+ - chore: update ` @vue/cli-plugin-e2e-nightwatch ` to ` 3.0.0-rc.5 `
11
+ - chore: update ` @vue/cli-plugin-eslint ` to ` 3.0.0-rc.5 `
12
+ - chore: update ` @vue/cli-plugin-unit-jest ` to ` 3.0.0-rc.5 `
13
+ - chore: update ` @vue/cli-service ` to ` 3.0.0-rc.5 `
14
+ - chore: update ` @vue/test-utils ` to ` 1.0.0-beta.21 `
15
+ - chore: update ` babel-jest ` to ` 23.4.0 `
16
+ - chore: update ` node-sass ` to ` 4.9.2 `
17
+
3
18
##### ` v2.0.0-beta.6 `
4
19
- fix: typo ` DafaultAside ` to ` DefaultAside ` - thanks @DamianLion
5
20
- feat(router): ` Users/User Details ` Breadcrumb example with ` /users/:id `
13
28
- chore: update ` @vue/cli-plugin-eslint ` to ` 3.0.0-rc.3 `
14
29
- chore: update ` @vue/cli-plugin-unit-jest ` to ` 3.0.0-rc.3 `
15
30
- chore: update ` @vue/cli-service ` to ` 3.0.0-rc.3 `
16
- - chore: update ` @vue/test-utils ` to ` 3 .0.0-rc.3 `
31
+ - chore: update ` @vue/test-utils ` to ` ^1 .0.0-beta.20 `
17
32
- chore: update ` babel-jest ` to ` 23.2.0 `
18
33
19
34
##### ` v2.0.0-beta.5 `
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @coreui/coreui-free-vue-admin-template" ,
3
- "version" : " 2.0.0-beta.6 " ,
3
+ "version" : " 2.0.0-beta.7 " ,
4
4
"description" : " Open Source Bootstrap Admin Template" ,
5
5
"author" : " Łukasz Holeczek" ,
6
6
"homepage" : " http://coreui.io" ,
Original file line number Diff line number Diff line change 51
51
<!-- footer-->
52
52
<div >
53
53
<a href =" https://coreui.io" >CoreUI</a >
54
- <span >© ; 2018 creativeLabs.</span >
54
+ <span class = " ml-1 " >© ; 2018 creativeLabs.</span >
55
55
</div >
56
56
<div class =" ml-auto" >
57
- <span >Powered by</span >
57
+ <span class = " mr-1 " >Powered by</span >
58
58
<a href =" https://coreui.io" >CoreUI for Vue</a >
59
59
</div >
60
60
</TheFooter >
You can’t perform that action at this time.
0 commit comments