Skip to content

Commit

Permalink
Release 2.0.4 (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
kadiryazici authored Mar 30, 2023
1 parent d67bc35 commit bad6c5b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 2.0.4

- Fixed leave animation for devices that does not support single frames.

# 2.0.3

- Fixed touch device interactive element issues. It was because of preventing default behavior of `touchstart` event. Now `touchmove` event is prevented to block scrolling.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bottom-sheet-vue3",
"version": "2.0.3",
"version": "2.0.4",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/types/index.d.ts",
Expand Down

0 comments on commit bad6c5b

Please sign in to comment.