@graphcommerce/framer-scroller 9.1.0-canary.45 → 9.1.0-canary.47
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 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 9.1.0-canary.47
|
|
4
|
+
|
|
5
|
+
## 9.1.0-canary.46
|
|
6
|
+
|
|
3
7
|
## 9.1.0-canary.45
|
|
4
8
|
|
|
5
9
|
## 9.1.0-canary.44
|
|
@@ -165,6 +169,7 @@
|
|
|
165
169
|
- [`b8bd4abcd`](https://github.com/graphcommerce-org/graphcommerce/commit/b8bd4abcdfb9fc96ec5a724b449df713b99af23b) - Do not change the behavior of the useScrollTo, only warn about possible problems. ([@paales](https://github.com/paales))
|
|
166
170
|
|
|
167
171
|
- [#1895](https://github.com/graphcommerce-org/graphcommerce/pull/1895) [`e6dbddc01`](https://github.com/graphcommerce-org/graphcommerce/commit/e6dbddc019358f13886288ae065da2def0c1b335) - `useScrollTo` improvements for easier debugging:
|
|
172
|
+
|
|
168
173
|
- When a `scrollTo` animation is requesed while an animation is is progress it will throw an error
|
|
169
174
|
- When a `scrollTo` animation is retriggered more than 5 times, it will throw an error
|
|
170
175
|
- When a `scrollTo` detects the overlay is resized after the animation it will show a warning. ([@paales](https://github.com/paales))
|
|
@@ -196,6 +201,7 @@
|
|
|
196
201
|
### Patch Changes
|
|
197
202
|
|
|
198
203
|
- [#1752](https://github.com/graphcommerce-org/graphcommerce/pull/1752) [`2a6a4d9ec`](https://github.com/graphcommerce-org/graphcommerce/commit/2a6a4d9ecfa1b58a66ba9b9d00016d6feda9aa95) - Updated dependencies to latest versions, except for nextjs; Solve tons of peer dependency issues.
|
|
204
|
+
|
|
199
205
|
- Updated the @mui/material package
|
|
200
206
|
- Removed dependencies on react-hook-form-mui and @playwright/test
|
|
201
207
|
- Upgraded dependencies including type-fest and graphql-mesh
|
|
@@ -468,6 +474,7 @@
|
|
|
468
474
|
### Patch Changes
|
|
469
475
|
|
|
470
476
|
- [#1509](https://github.com/graphcommerce-org/graphcommerce/pull/1509) [`0ab7c5465`](https://github.com/graphcommerce-org/graphcommerce/commit/0ab7c5465441cba9bf8cd185a6790ce2f443f4ed) Thanks [@paales](https://github.com/paales)! - SidebarGallery improvements (product page):
|
|
477
|
+
|
|
471
478
|
- Prevent vertical scrolling
|
|
472
479
|
- Disable zoom fab when there are no images
|
|
473
480
|
- Hide scroller dots when there in only one image
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@graphcommerce/framer-scroller",
|
|
3
3
|
"homepage": "https://www.graphcommerce.org/",
|
|
4
4
|
"repository": "github:graphcommerce-org/graphcommerce",
|
|
5
|
-
"version": "9.1.0-canary.
|
|
5
|
+
"version": "9.1.0-canary.47",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"scripts": {
|
|
8
8
|
"dev": "tsc -W"
|
|
@@ -18,11 +18,11 @@
|
|
|
18
18
|
"popmotion": "11.0.5"
|
|
19
19
|
},
|
|
20
20
|
"peerDependencies": {
|
|
21
|
-
"@graphcommerce/eslint-config-pwa": "^9.1.0-canary.
|
|
22
|
-
"@graphcommerce/framer-utils": "^9.1.0-canary.
|
|
23
|
-
"@graphcommerce/image": "^9.1.0-canary.
|
|
24
|
-
"@graphcommerce/prettier-config-pwa": "^9.1.0-canary.
|
|
25
|
-
"@graphcommerce/typescript-config-pwa": "^9.1.0-canary.
|
|
21
|
+
"@graphcommerce/eslint-config-pwa": "^9.1.0-canary.47",
|
|
22
|
+
"@graphcommerce/framer-utils": "^9.1.0-canary.47",
|
|
23
|
+
"@graphcommerce/image": "^9.1.0-canary.47",
|
|
24
|
+
"@graphcommerce/prettier-config-pwa": "^9.1.0-canary.47",
|
|
25
|
+
"@graphcommerce/typescript-config-pwa": "^9.1.0-canary.47",
|
|
26
26
|
"@lingui/core": "^4.2.1",
|
|
27
27
|
"@lingui/react": "^4.2.1",
|
|
28
28
|
"@mui/material": "^5.10.16",
|