@thi.ng/rstream-gestures 4.1.29 → 4.1.30
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 +7 -7
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
- **Last updated**: 2022-
|
|
3
|
+
- **Last updated**: 2022-11-23T22:46:54Z
|
|
4
4
|
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
|
|
5
5
|
|
|
6
6
|
All notable changes to this project will be documented in this file.
|
|
@@ -32,9 +32,9 @@ and/or version bumps of transitive dependencies.
|
|
|
32
32
|
|
|
33
33
|
#### ♻️ Refactoring
|
|
34
34
|
|
|
35
|
-
- update imports in all tests/pkgs ([effd591](https://github.com/thi-ng/umbrella/commit/effd591))
|
|
36
35
|
- update imports in all pkgs ([5fa2b6f](https://github.com/thi-ng/umbrella/commit/5fa2b6f))
|
|
37
36
|
- add .js suffix for all relative imports
|
|
37
|
+
- update imports in all tests/pkgs ([effd591](https://github.com/thi-ng/umbrella/commit/effd591))
|
|
38
38
|
|
|
39
39
|
# [4.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-gestures@4.0.0) (2021-10-12)
|
|
40
40
|
|
|
@@ -55,12 +55,12 @@ and/or version bumps of transitive dependencies.
|
|
|
55
55
|
|
|
56
56
|
#### ♻️ Refactoring
|
|
57
57
|
|
|
58
|
-
- update imports in various pkgs (rstream) ([342cf54](https://github.com/thi-ng/umbrella/commit/342cf54))
|
|
59
|
-
- update imports (transducers) ([7fc60cd](https://github.com/thi-ng/umbrella/commit/7fc60cd))
|
|
60
|
-
- update imports ([138571a](https://github.com/thi-ng/umbrella/commit/138571a))
|
|
61
|
-
- update all test stubs ([f2d6d53](https://github.com/thi-ng/umbrella/commit/f2d6d53))
|
|
62
58
|
- update all tests in _all_ pkgs ([8b582bc](https://github.com/thi-ng/umbrella/commit/8b582bc))
|
|
63
59
|
- update all to use [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament)
|
|
60
|
+
- update all test stubs ([f2d6d53](https://github.com/thi-ng/umbrella/commit/f2d6d53))
|
|
61
|
+
- update imports ([138571a](https://github.com/thi-ng/umbrella/commit/138571a))
|
|
62
|
+
- update imports (transducers) ([7fc60cd](https://github.com/thi-ng/umbrella/commit/7fc60cd))
|
|
63
|
+
- update imports in various pkgs (rstream) ([342cf54](https://github.com/thi-ng/umbrella/commit/342cf54))
|
|
64
64
|
|
|
65
65
|
### [3.0.6](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-gestures@3.0.6) (2021-02-20)
|
|
66
66
|
|
|
@@ -129,10 +129,10 @@ and/or version bumps of transitive dependencies.
|
|
|
129
129
|
|
|
130
130
|
#### 🩹 Bug fixes
|
|
131
131
|
|
|
132
|
+
- fixed the bug allowing the user to drag without pressing anything and improved types ([e5a9996](https://github.com/thi-ng/umbrella/commit/e5a9996))
|
|
132
133
|
- remove duplicate MOVE events ([0c8da9b](https://github.com/thi-ng/umbrella/commit/0c8da9b))
|
|
133
134
|
- add check if target element is `document.body`
|
|
134
135
|
- if so don't add temp mousemove listener
|
|
135
|
-
- fixed the bug allowing the user to drag without pressing anything and improved types ([e5a9996](https://github.com/thi-ng/umbrella/commit/e5a9996))
|
|
136
136
|
|
|
137
137
|
#### ♻️ Refactoring
|
|
138
138
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/rstream-gestures",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.30",
|
|
4
4
|
"description": "Unified mouse, mouse wheel & multi-touch event stream abstraction",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -34,18 +34,18 @@
|
|
|
34
34
|
"test": "testament test"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@thi.ng/api": "^8.4.
|
|
38
|
-
"@thi.ng/checks": "^3.3.
|
|
39
|
-
"@thi.ng/math": "^5.3.
|
|
40
|
-
"@thi.ng/rstream": "^7.2.
|
|
41
|
-
"@thi.ng/transducers": "^8.3.
|
|
37
|
+
"@thi.ng/api": "^8.4.6",
|
|
38
|
+
"@thi.ng/checks": "^3.3.3",
|
|
39
|
+
"@thi.ng/math": "^5.3.13",
|
|
40
|
+
"@thi.ng/rstream": "^7.2.28",
|
|
41
|
+
"@thi.ng/transducers": "^8.3.23"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@microsoft/api-extractor": "^7.33.5",
|
|
45
|
-
"@thi.ng/testament": "^0.3.
|
|
45
|
+
"@thi.ng/testament": "^0.3.5",
|
|
46
46
|
"rimraf": "^3.0.2",
|
|
47
47
|
"tools": "^0.0.1",
|
|
48
|
-
"typedoc": "^0.23.
|
|
48
|
+
"typedoc": "^0.23.20",
|
|
49
49
|
"typescript": "^4.8.4"
|
|
50
50
|
},
|
|
51
51
|
"keywords": [
|
|
@@ -69,8 +69,8 @@
|
|
|
69
69
|
"node": ">=12.7"
|
|
70
70
|
},
|
|
71
71
|
"files": [
|
|
72
|
-
"
|
|
73
|
-
"
|
|
72
|
+
"./*.js",
|
|
73
|
+
"./*.d.ts"
|
|
74
74
|
],
|
|
75
75
|
"exports": {
|
|
76
76
|
".": {
|
|
@@ -91,5 +91,5 @@
|
|
|
91
91
|
],
|
|
92
92
|
"year": 2018
|
|
93
93
|
},
|
|
94
|
-
"gitHead": "
|
|
94
|
+
"gitHead": "044ee6a3895720fc78e115032d4d831b63510929\n"
|
|
95
95
|
}
|