File tree Expand file tree Collapse file tree 3 files changed +19
-4
lines changed Expand file tree Collapse file tree 3 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 11## [ vue] ( ./README.md ) version ` changelog `
22
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+
318##### ` v2.0.0-beta.6 `
419- fix: typo ` DafaultAside ` to ` DefaultAside ` - thanks @DamianLion
520- feat(router): ` Users/User Details ` Breadcrumb example with ` /users/:id `
1328- chore: update ` @vue/cli-plugin-eslint ` to ` 3.0.0-rc.3 `
1429- chore: update ` @vue/cli-plugin-unit-jest ` to ` 3.0.0-rc.3 `
1530- 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 `
1732- chore: update ` babel-jest ` to ` 23.2.0 `
1833
1934##### ` v2.0.0-beta.5 `
Original file line number Diff line number Diff line change 11{
22 "name" : " @coreui/coreui-free-vue-admin-template" ,
3- "version" : " 2.0.0-beta.6 " ,
3+ "version" : " 2.0.0-beta.7 " ,
44 "description" : " Open Source Bootstrap Admin Template" ,
55 "author" : " Łukasz Holeczek" ,
66 "homepage" : " http://coreui.io" ,
Original file line number Diff line number Diff line change 5151 <!-- footer-->
5252 <div >
5353 <a href =" https://coreui.io" >CoreUI</a >
54- <span >© ; 2018 creativeLabs.</span >
54+ <span class = " ml-1 " >© ; 2018 creativeLabs.</span >
5555 </div >
5656 <div class =" ml-auto" >
57- <span >Powered by</span >
57+ <span class = " mr-1 " >Powered by</span >
5858 <a href =" https://coreui.io" >CoreUI for Vue</a >
5959 </div >
6060 </TheFooter >
You can’t perform that action at this time.
0 commit comments