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