You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,21 @@
1
1
# Changelog
2
2
3
+
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
***Reset:** various improvements on how reset is handled when the user interects again with the element ([31e0782](https://github.com/Scarg/vue-swipeable/commit/31e07821a54b41153a3830b0a18129805917bbd6))
11
+
12
+
13
+
### Bug Fixes
14
+
15
+
***Directive:** improved how the scroll detection work and solved an issue with conclicts between scrolling and horizontal swiping + replaced "scrollDetected" with proper enum in order to explain the "null" value (as it was actually a 3state variable) ([643bc2b](https://github.com/Scarg/vue-swipeable/commit/643bc2b34486c8d9fe01fe67d0f1fd9da5aa50d2))
16
+
17
+
# Changelog
18
+
3
19
All notable changes to this project will be documented in this file.
4
20
5
21
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
0 commit comments