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
+4
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
## Changelog for vue-autoNumeric
2
2
3
+
### 1.2.1
4
+
+ Fixes #13 Not working on mobile devices / userInteraction is never set to true on touch devices (iOS / Android)
5
+
+ Replace the user interaction tracking system with a simple one where the component AutoNumeric `rawValue` is compared to the watched new `value`.
6
+
3
7
### 1.2.0
4
8
+ Simplify how the `rawValue` decimal places are set
5
9
+ In `v1.1.*`, whenever the options were changed, the number of decimal places for the `rawValue` was calculated based of the previous options, and not only the new given options.
0 commit comments