vue-slider-component
Advanced tools
Comparing version 3.0.27 to 3.0.28
# CHANGELOG | ||
## v3.0.27 | ||
> `2019-04-16` | ||
### 🐞 Bug Fixes | ||
- Fix `MouseEvent` is not available in `cypress`. [#345](https://github.com/NightCatSama/vue-slider-component/issues/345) | ||
## v3.0.26 | ||
@@ -4,0 +11,0 @@ |
@@ -10,3 +10,8 @@ import Vue, { VNode } from 'vue' | ||
interface IntrinsicElements { | ||
[elem: string]: any | ||
'vue-slider-dot': any | ||
'vue-slider-mark': any | ||
div: any | ||
span: any | ||
input: any | ||
template: any | ||
} | ||
@@ -13,0 +18,0 @@ } |
{ | ||
"name": "vue-slider-component", | ||
"version": "3.0.27", | ||
"version": "3.0.28", | ||
"description": "A highly customized slider component", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -10,3 +10,8 @@ import Vue, { VNode } from 'vue' | ||
interface IntrinsicElements { | ||
[elem: string]: any | ||
'vue-slider-dot': any | ||
'vue-slider-mark': any | ||
div: any | ||
span: any | ||
input: any | ||
template: any | ||
} | ||
@@ -13,0 +18,0 @@ } |
1456711
14445