Skip to content

Commit f175430

Browse files
committed
release: 2.0.8
1 parent 047e7af commit f175430

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## v2.0.8
2+
3+
> `2021-12-09`
4+
5+
### 🎉 Features
6+
- Added `lazy` option that prevents updating `v-model` on dragging by default.
7+
- Added `tailwind.css`.
8+
9+
### 🐞 Bug Fixes
10+
- Wrapped negative multipliers in brackets [#37](https://github.com/vueform/slider/issues/37).
11+
112
## v2.0.7
213

314
> `2021-11-23`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vueform/slider",
3-
"version": "2.0.7",
3+
"version": "2.0.8",
44
"private": false,
55
"description": "Vue 3 slider component with multihandles, tooltips merging and formatting.",
66
"license": "MIT",

0 commit comments

Comments
 (0)