@graphcommerce/framer-scroller 9.1.0-canary.45 → 9.1.0-canary.46
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 +5 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 9.1.0-canary.46
|
|
4
|
+
|
|
3
5
|
## 9.1.0-canary.45
|
|
4
6
|
|
|
5
7
|
## 9.1.0-canary.44
|
|
@@ -165,6 +167,7 @@
|
|
|
165
167
|
- [`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
168
|
|
|
167
169
|
- [#1895](https://github.com/graphcommerce-org/graphcommerce/pull/1895) [`e6dbddc01`](https://github.com/graphcommerce-org/graphcommerce/commit/e6dbddc019358f13886288ae065da2def0c1b335) - `useScrollTo` improvements for easier debugging:
|
|
170
|
+
|
|
168
171
|
- When a `scrollTo` animation is requesed while an animation is is progress it will throw an error
|
|
169
172
|
- When a `scrollTo` animation is retriggered more than 5 times, it will throw an error
|
|
170
173
|
- When a `scrollTo` detects the overlay is resized after the animation it will show a warning. ([@paales](https://github.com/paales))
|
|
@@ -196,6 +199,7 @@
|
|
|
196
199
|
### Patch Changes
|
|
197
200
|
|
|
198
201
|
- [#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.
|
|
202
|
+
|
|
199
203
|
- Updated the @mui/material package
|
|
200
204
|
- Removed dependencies on react-hook-form-mui and @playwright/test
|
|
201
205
|
- Upgraded dependencies including type-fest and graphql-mesh
|
|
@@ -468,6 +472,7 @@
|
|
|
468
472
|
### Patch Changes
|
|
469
473
|
|
|
470
474
|
- [#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):
|
|
475
|
+
|
|
471
476
|
- Prevent vertical scrolling
|
|
472
477
|
- Disable zoom fab when there are no images
|
|
473
478
|
- 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.46",
|
|
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.46",
|
|
22
|
+
"@graphcommerce/framer-utils": "^9.1.0-canary.46",
|
|
23
|
+
"@graphcommerce/image": "^9.1.0-canary.46",
|
|
24
|
+
"@graphcommerce/prettier-config-pwa": "^9.1.0-canary.46",
|
|
25
|
+
"@graphcommerce/typescript-config-pwa": "^9.1.0-canary.46",
|
|
26
26
|
"@lingui/core": "^4.2.1",
|
|
27
27
|
"@lingui/react": "^4.2.1",
|
|
28
28
|
"@mui/material": "^5.10.16",
|