@thi.ng/rstream-gestures 4.0.3 → 4.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +67 -75
- package/README.md +1 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
-
## [4.0.
|
|
6
|
+
## [4.0.9](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-gestures@4.0.8...@thi.ng/rstream-gestures@4.0.9) (2021-11-10)
|
|
7
7
|
|
|
8
8
|
**Note:** Version bump only for package @thi.ng/rstream-gestures
|
|
9
9
|
|
|
@@ -11,15 +11,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
## [4.0.
|
|
15
|
-
|
|
16
|
-
**Note:** Version bump only for package @thi.ng/rstream-gestures
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
## [4.0.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-gestures@4.0.0...@thi.ng/rstream-gestures@4.0.1) (2021-10-13)
|
|
14
|
+
## [4.0.8](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-gestures@4.0.7...@thi.ng/rstream-gestures@4.0.8) (2021-11-03)
|
|
23
15
|
|
|
24
16
|
**Note:** Version bump only for package @thi.ng/rstream-gestures
|
|
25
17
|
|
|
@@ -56,130 +48,130 @@ Also:
|
|
|
56
48
|
|
|
57
49
|
|
|
58
50
|
|
|
59
|
-
# [3.0.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-gestures@2.0.45...@thi.ng/rstream-gestures@3.0.0) (2020-12-22)
|
|
51
|
+
# [3.0.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-gestures@2.0.45...@thi.ng/rstream-gestures@3.0.0) (2020-12-22)
|
|
60
52
|
|
|
61
|
-
### Code Refactoring
|
|
53
|
+
### Code Refactoring
|
|
62
54
|
|
|
63
|
-
- **rstream-gestures:** fix [#256](https://github.com/thi-ng/umbrella/issues/256) replace GestureType enum ([80ef1e1](https://github.com/thi-ng/umbrella/commit/80ef1e1558070421cf6ed2d707a55b91fe1c290d))
|
|
55
|
+
- **rstream-gestures:** fix [#256](https://github.com/thi-ng/umbrella/issues/256) replace GestureType enum ([80ef1e1](https://github.com/thi-ng/umbrella/commit/80ef1e1558070421cf6ed2d707a55b91fe1c290d))
|
|
64
56
|
|
|
65
|
-
### BREAKING CHANGES
|
|
57
|
+
### BREAKING CHANGES
|
|
66
58
|
|
|
67
|
-
- **rstream-gestures:** replace GestureType w/ type alias
|
|
59
|
+
- **rstream-gestures:** replace GestureType w/ type alias
|
|
68
60
|
|
|
69
|
-
## [2.0.40](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-gestures@2.0.39...@thi.ng/rstream-gestures@2.0.40) (2020-09-27)
|
|
61
|
+
## [2.0.40](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-gestures@2.0.39...@thi.ng/rstream-gestures@2.0.40) (2020-09-27)
|
|
70
62
|
|
|
71
|
-
### Bug Fixes
|
|
63
|
+
### Bug Fixes
|
|
72
64
|
|
|
73
|
-
- **rstream-gestures:** use correct event var ([6c7c0a9](https://github.com/thi-ng/umbrella/commit/6c7c0a941c06945dea997d5b4ae950379a54c422))
|
|
65
|
+
- **rstream-gestures:** use correct event var ([6c7c0a9](https://github.com/thi-ng/umbrella/commit/6c7c0a941c06945dea997d5b4ae950379a54c422))
|
|
74
66
|
|
|
75
|
-
## [2.0.36](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-gestures@2.0.35...@thi.ng/rstream-gestures@2.0.36) (2020-08-17)
|
|
67
|
+
## [2.0.36](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-gestures@2.0.35...@thi.ng/rstream-gestures@2.0.36) (2020-08-17)
|
|
76
68
|
|
|
77
|
-
### Bug Fixes
|
|
69
|
+
### Bug Fixes
|
|
78
70
|
|
|
79
|
-
- **rstream-gestures:** don't cache DPR value ([bffbedb](https://github.com/thi-ng/umbrella/commit/bffbedb0589bd173de0aa49293b110461b33d579))
|
|
71
|
+
- **rstream-gestures:** don't cache DPR value ([bffbedb](https://github.com/thi-ng/umbrella/commit/bffbedb0589bd173de0aa49293b110461b33d579))
|
|
80
72
|
|
|
81
|
-
# [2.0.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-gestures@1.3.0...@thi.ng/rstream-gestures@2.0.0) (2020-01-24)
|
|
73
|
+
# [2.0.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-gestures@1.3.0...@thi.ng/rstream-gestures@2.0.0) (2020-01-24)
|
|
82
74
|
|
|
83
|
-
### Bug Fixes
|
|
75
|
+
### Bug Fixes
|
|
84
76
|
|
|
85
|
-
- **rstream-gestures:** remove duplicate MOVE events ([0c8da9b](https://github.com/thi-ng/umbrella/commit/0c8da9b235be37082f514b515917b82a630095d0))
|
|
86
|
-
- fixed the bug allowing the user to drag without pressing anything and improved types ([e5a9996](https://github.com/thi-ng/umbrella/commit/e5a9996b73a6284b115d7ef601f3b032a1bdc3fb))
|
|
77
|
+
- **rstream-gestures:** remove duplicate MOVE events ([0c8da9b](https://github.com/thi-ng/umbrella/commit/0c8da9b235be37082f514b515917b82a630095d0))
|
|
78
|
+
- fixed the bug allowing the user to drag without pressing anything and improved types ([e5a9996](https://github.com/thi-ng/umbrella/commit/e5a9996b73a6284b115d7ef601f3b032a1bdc3fb))
|
|
87
79
|
|
|
88
|
-
### Features
|
|
80
|
+
### Features
|
|
89
81
|
|
|
90
|
-
- **rstream-gestures:** add multitouch support, almost complete pkg rewrite ([031d89b](https://github.com/thi-ng/umbrella/commit/031d89bd3ada19c5aee158545bfec11e06a70a5f))
|
|
91
|
-
- **rstream-gestures:** update deps, zoom delta calc, GestureInfo ([6bbbd55](https://github.com/thi-ng/umbrella/commit/6bbbd550e2d29e183a8a23447f003f9e31589112))
|
|
82
|
+
- **rstream-gestures:** add multitouch support, almost complete pkg rewrite ([031d89b](https://github.com/thi-ng/umbrella/commit/031d89bd3ada19c5aee158545bfec11e06a70a5f))
|
|
83
|
+
- **rstream-gestures:** update deps, zoom delta calc, GestureInfo ([6bbbd55](https://github.com/thi-ng/umbrella/commit/6bbbd550e2d29e183a8a23447f003f9e31589112))
|
|
92
84
|
|
|
93
|
-
### BREAKING CHANGES
|
|
85
|
+
### BREAKING CHANGES
|
|
94
86
|
|
|
95
|
-
- **rstream-gestures:** New `GestureEvent` & `GestureInfo` data formats, add multitouch support
|
|
87
|
+
- **rstream-gestures:** New `GestureEvent` & `GestureInfo` data formats, add multitouch support
|
|
96
88
|
|
|
97
|
-
# [1.3.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-gestures@1.2.6...@thi.ng/rstream-gestures@1.3.0) (2019-11-30)
|
|
89
|
+
# [1.3.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-gestures@1.2.6...@thi.ng/rstream-gestures@1.3.0) (2019-11-30)
|
|
98
90
|
|
|
99
|
-
### Features
|
|
91
|
+
### Features
|
|
100
92
|
|
|
101
|
-
- **rstream-gestures:** add `buttons` to GestureInfo ([2d837e2](https://github.com/thi-ng/umbrella/commit/2d837e2858754f50e24afc1f939755d1a3096d43))
|
|
93
|
+
- **rstream-gestures:** add `buttons` to GestureInfo ([2d837e2](https://github.com/thi-ng/umbrella/commit/2d837e2858754f50e24afc1f939755d1a3096d43))
|
|
102
94
|
|
|
103
|
-
# [1.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-gestures@1.1.4...@thi.ng/rstream-gestures@1.2.0) (2019-07-07)
|
|
95
|
+
# [1.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-gestures@1.1.4...@thi.ng/rstream-gestures@1.2.0) (2019-07-07)
|
|
104
96
|
|
|
105
|
-
### Features
|
|
97
|
+
### Features
|
|
106
98
|
|
|
107
|
-
- **rstream-gestures:** enable TS strict compiler flags (refactor) ([412dd46](https://github.com/thi-ng/umbrella/commit/412dd46))
|
|
99
|
+
- **rstream-gestures:** enable TS strict compiler flags (refactor) ([412dd46](https://github.com/thi-ng/umbrella/commit/412dd46))
|
|
108
100
|
|
|
109
|
-
# [1.1.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-gestures@1.0.21...@thi.ng/rstream-gestures@1.1.0) (2019-04-11)
|
|
101
|
+
# [1.1.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-gestures@1.0.21...@thi.ng/rstream-gestures@1.1.0) (2019-04-11)
|
|
110
102
|
|
|
111
|
-
### Features
|
|
103
|
+
### Features
|
|
112
104
|
|
|
113
|
-
- **rstream-gestures:** add zoomDelta output ([68c4b45](https://github.com/thi-ng/umbrella/commit/68c4b45))
|
|
105
|
+
- **rstream-gestures:** add zoomDelta output ([68c4b45](https://github.com/thi-ng/umbrella/commit/68c4b45))
|
|
114
106
|
|
|
115
|
-
# [1.0.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-gestures@0.6.9...@thi.ng/rstream-gestures@1.0.0) (2019-01-21)
|
|
107
|
+
# [1.0.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-gestures@0.6.9...@thi.ng/rstream-gestures@1.0.0) (2019-01-21)
|
|
116
108
|
|
|
117
|
-
### Bug Fixes
|
|
109
|
+
### Bug Fixes
|
|
118
110
|
|
|
119
|
-
- **rstream-gestures:** disable __GestureType reverse enum export ([19449e8](https://github.com/thi-ng/umbrella/commit/19449e8))
|
|
111
|
+
- **rstream-gestures:** disable __GestureType reverse enum export ([19449e8](https://github.com/thi-ng/umbrella/commit/19449e8))
|
|
120
112
|
|
|
121
|
-
### Build System
|
|
113
|
+
### Build System
|
|
122
114
|
|
|
123
|
-
- update package scripts, outputs, imports in remaining packages ([f912a84](https://github.com/thi-ng/umbrella/commit/f912a84))
|
|
115
|
+
- update package scripts, outputs, imports in remaining packages ([f912a84](https://github.com/thi-ng/umbrella/commit/f912a84))
|
|
124
116
|
|
|
125
|
-
### BREAKING CHANGES
|
|
117
|
+
### BREAKING CHANGES
|
|
126
118
|
|
|
127
|
-
- enable multi-outputs (ES6 modules, CJS, UMD)
|
|
128
|
-
- build scripts now first build ES6 modules in package root, then call `scripts/bundle-module` to build minified CJS & UMD bundles in `/lib`
|
|
129
|
-
- all imports MUST be updated to only refer to package level (not individual files anymore). tree shaking in user land will get rid of all unused imported symbols
|
|
119
|
+
- enable multi-outputs (ES6 modules, CJS, UMD)
|
|
120
|
+
- build scripts now first build ES6 modules in package root, then call `scripts/bundle-module` to build minified CJS & UMD bundles in `/lib`
|
|
121
|
+
- all imports MUST be updated to only refer to package level (not individual files anymore). tree shaking in user land will get rid of all unused imported symbols
|
|
130
122
|
|
|
131
|
-
# [0.6.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-gestures@0.5.18...@thi.ng/rstream-gestures@0.6.0) (2018-11-24)
|
|
123
|
+
# [0.6.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-gestures@0.5.18...@thi.ng/rstream-gestures@0.6.0) (2018-11-24)
|
|
132
124
|
|
|
133
|
-
### Features
|
|
125
|
+
### Features
|
|
134
126
|
|
|
135
|
-
- **rstream-gestures:** add absZoom option (abs vs. relative) ([bab55c3](https://github.com/thi-ng/umbrella/commit/bab55c3))
|
|
127
|
+
- **rstream-gestures:** add absZoom option (abs vs. relative) ([bab55c3](https://github.com/thi-ng/umbrella/commit/bab55c3))
|
|
136
128
|
|
|
137
|
-
## [0.5.16](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-gestures@0.5.15...@thi.ng/rstream-gestures@0.5.16) (2018-10-24)
|
|
129
|
+
## [0.5.16](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-gestures@0.5.15...@thi.ng/rstream-gestures@0.5.16) (2018-10-24)
|
|
138
130
|
|
|
139
|
-
### Bug Fixes
|
|
131
|
+
### Bug Fixes
|
|
140
132
|
|
|
141
|
-
- **rstream-gestures:** fix incorrect local position when scrolled ([f1f6af4](https://github.com/thi-ng/umbrella/commit/f1f6af4))
|
|
133
|
+
- **rstream-gestures:** fix incorrect local position when scrolled ([f1f6af4](https://github.com/thi-ng/umbrella/commit/f1f6af4))
|
|
142
134
|
|
|
143
|
-
## [0.5.10](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-gestures@0.5.9...@thi.ng/rstream-gestures@0.5.10) (2018-09-24)
|
|
135
|
+
## [0.5.10](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-gestures@0.5.9...@thi.ng/rstream-gestures@0.5.10) (2018-09-24)
|
|
144
136
|
|
|
145
|
-
### Performance Improvements
|
|
137
|
+
### Performance Improvements
|
|
146
138
|
|
|
147
|
-
- **rstream-gestures:** `GestureType` => const enum ([8e4fc90](https://github.com/thi-ng/umbrella/commit/8e4fc90))
|
|
139
|
+
- **rstream-gestures:** `GestureType` => const enum ([8e4fc90](https://github.com/thi-ng/umbrella/commit/8e4fc90))
|
|
148
140
|
|
|
149
|
-
# [0.5.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-gestures@0.4.18...@thi.ng/rstream-gestures@0.5.0) (2018-08-27)
|
|
141
|
+
# [0.5.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-gestures@0.4.18...@thi.ng/rstream-gestures@0.5.0) (2018-08-27)
|
|
150
142
|
|
|
151
|
-
### Features
|
|
143
|
+
### Features
|
|
152
144
|
|
|
153
|
-
- **rstream-gestures:** add options for local & scaled positions ([ccc40a9](https://github.com/thi-ng/umbrella/commit/ccc40a9))
|
|
145
|
+
- **rstream-gestures:** add options for local & scaled positions ([ccc40a9](https://github.com/thi-ng/umbrella/commit/ccc40a9))
|
|
154
146
|
|
|
155
|
-
## [0.4.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-gestures@0.4.5...@thi.ng/rstream-gestures@0.4.6) (2018-07-13)
|
|
147
|
+
## [0.4.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-gestures@0.4.5...@thi.ng/rstream-gestures@0.4.6) (2018-07-13)
|
|
156
148
|
|
|
157
|
-
### Bug Fixes
|
|
149
|
+
### Bug Fixes
|
|
158
150
|
|
|
159
|
-
- **rstream-gestures:** touchevent check in safari ([ee48a94](https://github.com/thi-ng/umbrella/commit/ee48a94))
|
|
151
|
+
- **rstream-gestures:** touchevent check in safari ([ee48a94](https://github.com/thi-ng/umbrella/commit/ee48a94))
|
|
160
152
|
|
|
161
|
-
# [0.4.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-gestures@0.3.16...@thi.ng/rstream-gestures@0.4.0) (2018-07-04)
|
|
153
|
+
# [0.4.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-gestures@0.3.16...@thi.ng/rstream-gestures@0.4.0) (2018-07-04)
|
|
162
154
|
|
|
163
|
-
### Features
|
|
155
|
+
### Features
|
|
164
156
|
|
|
165
|
-
- **rstream-gestures:** add event & preventDefault opts, update docs ([de17340](https://github.com/thi-ng/umbrella/commit/de17340))
|
|
157
|
+
- **rstream-gestures:** add event & preventDefault opts, update docs ([de17340](https://github.com/thi-ng/umbrella/commit/de17340))
|
|
166
158
|
|
|
167
|
-
## [0.3.16](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-gestures@0.3.15...@thi.ng/rstream-gestures@0.3.16) (2018-07-03)
|
|
159
|
+
## [0.3.16](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-gestures@0.3.15...@thi.ng/rstream-gestures@0.3.16) (2018-07-03)
|
|
168
160
|
|
|
169
|
-
# [0.3.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-gestures@0.2.5...@thi.ng/rstream-gestures@0.3.0) (2018-05-09)
|
|
161
|
+
# [0.3.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-gestures@0.2.5...@thi.ng/rstream-gestures@0.3.0) (2018-05-09)
|
|
170
162
|
|
|
171
|
-
### Features
|
|
163
|
+
### Features
|
|
172
164
|
|
|
173
|
-
- **rstream-gestures:** add zoom smooth config option, update readme ([053c8c6](https://github.com/thi-ng/umbrella/commit/053c8c6))
|
|
165
|
+
- **rstream-gestures:** add zoom smooth config option, update readme ([053c8c6](https://github.com/thi-ng/umbrella/commit/053c8c6))
|
|
174
166
|
|
|
175
|
-
# [0.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-gestures@0.1.9...@thi.ng/rstream-gestures@0.2.0) (2018-04-24)
|
|
167
|
+
# [0.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-gestures@0.1.9...@thi.ng/rstream-gestures@0.2.0) (2018-04-24)
|
|
176
168
|
|
|
177
|
-
### Features
|
|
169
|
+
### Features
|
|
178
170
|
|
|
179
|
-
- **rstream-gestures:** allows partial opts, add ID option ([3408c13](https://github.com/thi-ng/umbrella/commit/3408c13))
|
|
171
|
+
- **rstream-gestures:** allows partial opts, add ID option ([3408c13](https://github.com/thi-ng/umbrella/commit/3408c13))
|
|
180
172
|
|
|
181
|
-
# 0.1.0 (2018-04-14)
|
|
173
|
+
# 0.1.0 (2018-04-14)
|
|
182
174
|
|
|
183
|
-
### Features
|
|
175
|
+
### Features
|
|
184
176
|
|
|
185
177
|
- **rstream-gestures:** initial import [@thi](https://github.com/thi).ng/rstream-gestures ([de1ac7b](https://github.com/thi-ng/umbrella/commit/de1ac7b))
|
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/rstream-gestures",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.9",
|
|
4
4
|
"description": "Unified mouse, mouse wheel & multi-touch event stream abstraction",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -34,14 +34,14 @@
|
|
|
34
34
|
"test": "testament test"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@thi.ng/api": "^8.0
|
|
38
|
-
"@thi.ng/checks": "^3.0.
|
|
39
|
-
"@thi.ng/math": "^5.0.
|
|
40
|
-
"@thi.ng/rstream": "^7.0.
|
|
41
|
-
"@thi.ng/transducers": "^8.0.
|
|
37
|
+
"@thi.ng/api": "^8.2.0",
|
|
38
|
+
"@thi.ng/checks": "^3.0.7",
|
|
39
|
+
"@thi.ng/math": "^5.0.8",
|
|
40
|
+
"@thi.ng/rstream": "^7.0.9",
|
|
41
|
+
"@thi.ng/transducers": "^8.0.8"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"@thi.ng/testament": "^0.1.
|
|
44
|
+
"@thi.ng/testament": "^0.1.6"
|
|
45
45
|
},
|
|
46
46
|
"keywords": [
|
|
47
47
|
"animation",
|
|
@@ -86,5 +86,5 @@
|
|
|
86
86
|
],
|
|
87
87
|
"year": 2018
|
|
88
88
|
},
|
|
89
|
-
"gitHead": "
|
|
89
|
+
"gitHead": "5fe52419af63984ebe53032201b2a6174b9cb159"
|
|
90
90
|
}
|