diff --git a/CHANGELOG.md b/CHANGELOG.md index 07c48df5..bbe256e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## [vue](./README.md) version `changelog` +##### `v2.0.0-beta.3` +- refactor: `getStyles()` back to `@coreui/coreui` version `^2.0.2` +- fix(Dashboard): `width` card-line*-chart-example `ie` issue + ##### `v2.0.0-beta.2` - refactor: `HeaderDropdown` with new slots `header` and `dropdown` *breaking change* - chore: update `@coreui/vue` to `2.0.0-beta.1` diff --git a/package.json b/package.json index 47a81688..58cfebb0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coreui/coreui-free-vue-admin-template", - "version": "2.0.0-beta.2", + "version": "2.0.0-beta.3", "description": "Open Source Bootstrap Admin Template", "author": "Ɓukasz Holeczek", "homepage": "http://coreui.io", @@ -17,7 +17,7 @@ "build": "node build/build.js" }, "dependencies": { - "@coreui/coreui": "^2.0.1", + "@coreui/coreui": "^2.0.2", "@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.2.0", "@coreui/icons": "^0.2.0", "@coreui/vue": "^2.0.0-beta.1", diff --git a/src/utils/getStyle.js b/src/utils/getStyle.js deleted file mode 100644 index efc89f21..00000000 --- a/src/utils/getStyle.js +++ /dev/null @@ -1,10 +0,0 @@ -// todo -// temp getStyle fix for IE -const getStyle = (prop, node) => { - const root = node || document.querySelector(':root') - const value = window.getComputedStyle(root).getPropertyValue(prop).trim() - // console.log('utils/getStyle', value) - return value -} - -export default getStyle diff --git a/src/views/Dashboard.vue b/src/views/Dashboard.vue index 50826734..1a2c3214 100644 --- a/src/views/Dashboard.vue +++ b/src/views/Dashboard.vue @@ -16,7 +16,7 @@

9.823

Members online

- + @@ -34,7 +34,7 @@

9.823

Members online

- +
@@ -568,3 +568,10 @@ export default { } } + + diff --git a/src/views/dashboard/CalloutChartExample.vue b/src/views/dashboard/CalloutChartExample.vue index 93d86d79..b813ecf1 100644 --- a/src/views/dashboard/CalloutChartExample.vue +++ b/src/views/dashboard/CalloutChartExample.vue @@ -1,8 +1,7 @@