chore(ship): v2.0.0-beta.7
This commit is contained in:
+16
-1
@@ -1,5 +1,20 @@
|
|||||||
## [vue](./README.md) version `changelog`
|
## [vue](./README.md) version `changelog`
|
||||||
|
|
||||||
|
##### `v2.0.0-beta.7`
|
||||||
|
- refactor(Footer): move default footer to the template
|
||||||
|
- fix(Footer): IE sticky footer issue
|
||||||
|
- chore: update `@coreui/vue` to `2.0.0-rc.3`
|
||||||
|
- chore: update `bootstrap` to `4.1.2`
|
||||||
|
- chore: update `@coreui/coreui` to `2.0.4`
|
||||||
|
- chore: update `@vue/cli-plugin-babel` to `3.0.0-rc.5`
|
||||||
|
- chore: update `@vue/cli-plugin-e2e-nightwatch` to `3.0.0-rc.5`
|
||||||
|
- chore: update `@vue/cli-plugin-eslint` to `3.0.0-rc.5`
|
||||||
|
- chore: update `@vue/cli-plugin-unit-jest` to `3.0.0-rc.5`
|
||||||
|
- chore: update `@vue/cli-service` to `3.0.0-rc.5`
|
||||||
|
- chore: update `@vue/test-utils` to `1.0.0-beta.21`
|
||||||
|
- chore: update `babel-jest` to `23.4.0`
|
||||||
|
- chore: update `node-sass` to `4.9.2`
|
||||||
|
|
||||||
##### `v2.0.0-beta.6`
|
##### `v2.0.0-beta.6`
|
||||||
- fix: typo `DafaultAside` to `DefaultAside` - thanks @DamianLion
|
- fix: typo `DafaultAside` to `DefaultAside` - thanks @DamianLion
|
||||||
- feat(router): `Users/User Details` Breadcrumb example with `/users/:id`
|
- feat(router): `Users/User Details` Breadcrumb example with `/users/:id`
|
||||||
@@ -13,7 +28,7 @@
|
|||||||
- chore: update `@vue/cli-plugin-eslint` to `3.0.0-rc.3`
|
- chore: update `@vue/cli-plugin-eslint` to `3.0.0-rc.3`
|
||||||
- chore: update `@vue/cli-plugin-unit-jest` to `3.0.0-rc.3`
|
- chore: update `@vue/cli-plugin-unit-jest` to `3.0.0-rc.3`
|
||||||
- chore: update `@vue/cli-service` to `3.0.0-rc.3`
|
- chore: update `@vue/cli-service` to `3.0.0-rc.3`
|
||||||
- chore: update `@vue/test-utils` to `3.0.0-rc.3`
|
- chore: update `@vue/test-utils` to `^1.0.0-beta.20`
|
||||||
- chore: update `babel-jest` to `23.2.0`
|
- chore: update `babel-jest` to `23.2.0`
|
||||||
|
|
||||||
##### `v2.0.0-beta.5`
|
##### `v2.0.0-beta.5`
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@coreui/coreui-free-vue-admin-template",
|
"name": "@coreui/coreui-free-vue-admin-template",
|
||||||
"version": "2.0.0-beta.6",
|
"version": "2.0.0-beta.7",
|
||||||
"description": "Open Source Bootstrap Admin Template",
|
"description": "Open Source Bootstrap Admin Template",
|
||||||
"author": "Łukasz Holeczek",
|
"author": "Łukasz Holeczek",
|
||||||
"homepage": "http://coreui.io",
|
"homepage": "http://coreui.io",
|
||||||
|
|||||||
@@ -51,10 +51,10 @@
|
|||||||
<!--footer-->
|
<!--footer-->
|
||||||
<div>
|
<div>
|
||||||
<a href="https://coreui.io">CoreUI</a>
|
<a href="https://coreui.io">CoreUI</a>
|
||||||
<span>© 2018 creativeLabs.</span>
|
<span class="ml-1">© 2018 creativeLabs.</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="ml-auto">
|
<div class="ml-auto">
|
||||||
<span>Powered by</span>
|
<span class="mr-1">Powered by</span>
|
||||||
<a href="https://coreui.io">CoreUI for Vue</a>
|
<a href="https://coreui.io">CoreUI for Vue</a>
|
||||||
</div>
|
</div>
|
||||||
</TheFooter>
|
</TheFooter>
|
||||||
|
|||||||
Reference in New Issue
Block a user