diff --git a/.eslintrc.js b/.eslintrc.js index e0bf101..d31f6c5 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -14,6 +14,7 @@ module.exports = { "max-len": [2, 120, 8], "no-restricted-syntax": "off", "guard-for-in": "off", + "no-case-declarations": "off", }, parserOptions: { parser: "babel-eslint", diff --git a/README.md b/README.md index 4950c0c..df567fb 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ This table below provides a quick overview over all available options. To gain m | **[`size`](#size)** | Number | >=0 | 200 | | | **[`line`](#line)** | String | "round \| square \| butt" | "round"| | **[`thickness`](#thickness)** | Number \| String | \>=0 as Number or percent value as String| "5%" | -| **[`lineMode`](#linemode)** | String | "normal \| out \| out-over \| in \| in-over \| top [offset]" | "normal 0" | +| **[`lineMode`](#linemode)** | String | "normal \| out \| out-over \| in \| in-over \| top \| bottom [offset]" | "normal 0" | | **[`emptyThickness`](#emptythickness)** | Number \| String | \>=0 as Number or percent value as String | "5%" | | **[`color`](#color)** | String \| Object | any color as String or Object to specify gradient (see details) | "#3f79ff" | | **[`colorFill`](#colorfill)** | String \| Object | same as `color` | "transparent" | diff --git a/package.json b/package.json index 21da364..75dd681 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-ellipse-progress", - "version": "1.0.2", + "version": "1.1.0-beta.2", "private": false, "description": "A Vue.js component to create beautiful animated circular progress bars", "main": "./dist/vue-ellipse-progress.umd.min.js", @@ -8,7 +8,7 @@ "serve": "vue-cli-service serve", "build": "vue-cli-service build --target lib --formats umd-min --name vue-ellipse-progress ./src/plugin.js", "lint": "vue-cli-service lint --fix", - "test": "vue-cli-service test:unit" + "test": "vue-cli-service test:unit --colors" }, "author": { "name": "Sergej Atamantschuk", diff --git a/src/App.vue b/src/App.vue index b224ad9..38c2d62 100644 --- a/src/App.vue +++ b/src/App.vue @@ -27,10 +27,6 @@ line -