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