@graphcommerce/framer-scroller 9.0.0-canary.99 → 9.0.0
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 +60 -1053
- package/components/MotionImageAspect.tsx +3 -2
- package/components/Scroller.tsx +4 -2
- package/components/ScrollerBar.tsx +5 -3
- package/components/ScrollerButton.tsx +4 -3
- package/components/ScrollerDot.tsx +4 -3
- package/components/ScrollerDots.tsx +3 -2
- package/components/ScrollerPageCounter.tsx +2 -1
- package/components/ScrollerProvider.tsx +6 -5
- package/components/ScrollerThumbnail.tsx +11 -3
- package/components/ScrollerThumbnails.tsx +2 -2
- package/components/ThumbnailContainer.tsx +5 -3
- package/context/scrollerContext.ts +1 -1
- package/hooks/useScrollTo.ts +5 -4
- package/hooks/useScroller.ts +23 -21
- package/hooks/useScrollerContext.ts +1 -1
- package/hooks/useScrollerControl.ts +1 -1
- package/hooks/useVelocitySnapTo.ts +4 -3
- package/hooks/useWatchItems.ts +1 -1
- package/package.json +7 -7
- package/types.ts +4 -4
- package/utils/scrollSnapTypeDirection.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,812 +1,126 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
## 9.0.0
|
|
4
|
-
|
|
5
|
-
## 9.0.0-canary.98
|
|
6
|
-
|
|
7
|
-
## 9.0.0-canary.97
|
|
8
|
-
|
|
9
|
-
## 9.0.0-canary.96
|
|
10
|
-
|
|
11
|
-
## 9.0.0-canary.95
|
|
12
|
-
|
|
13
|
-
## 9.0.0-canary.94
|
|
14
|
-
|
|
15
|
-
## 9.0.0-canary.93
|
|
16
|
-
|
|
17
|
-
## 9.0.0-canary.92
|
|
18
|
-
|
|
19
|
-
## 9.0.0-canary.91
|
|
20
|
-
|
|
21
|
-
## 9.0.0-canary.90
|
|
22
|
-
|
|
23
|
-
## 9.0.0-canary.89
|
|
24
|
-
|
|
25
|
-
## 9.0.0-canary.88
|
|
26
|
-
|
|
27
|
-
## 9.0.0-canary.87
|
|
28
|
-
|
|
29
|
-
## 9.0.0-canary.86
|
|
30
|
-
|
|
31
|
-
## 9.0.0-canary.85
|
|
32
|
-
|
|
33
|
-
## 9.0.0-canary.84
|
|
34
|
-
|
|
35
|
-
## 9.0.0-canary.83
|
|
36
|
-
|
|
37
|
-
## 9.0.0-canary.82
|
|
38
|
-
|
|
39
|
-
## 9.0.0-canary.81
|
|
40
|
-
|
|
41
|
-
## 9.0.0-canary.80
|
|
42
|
-
|
|
43
|
-
### Patch Changes
|
|
44
|
-
|
|
45
|
-
- [#2341](https://github.com/graphcommerce-org/graphcommerce/pull/2341) [`e01fd4a`](https://github.com/graphcommerce-org/graphcommerce/commit/e01fd4a933aa852e97ccfbee15378d8479e2b49f) - Prevent retriggering a scrollTo animation when the current scrollLeft/scrollTop is a float ([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
|
|
46
|
-
|
|
47
|
-
## 9.0.0-canary.79
|
|
48
|
-
|
|
49
|
-
## 9.0.0-canary.78
|
|
50
|
-
|
|
51
|
-
## 9.0.0-canary.77
|
|
52
|
-
|
|
53
|
-
## 9.0.0-canary.76
|
|
54
|
-
|
|
55
|
-
## 9.0.0-canary.75
|
|
56
|
-
|
|
57
|
-
## 9.0.0-canary.74
|
|
58
|
-
|
|
59
|
-
## 9.0.0-canary.73
|
|
60
|
-
|
|
61
|
-
## 9.0.0-canary.72
|
|
62
|
-
|
|
63
|
-
## 9.0.0-canary.71
|
|
64
|
-
|
|
65
|
-
## 9.0.0-canary.70
|
|
66
|
-
|
|
67
|
-
## 9.0.0-canary.69
|
|
68
|
-
|
|
69
|
-
## 9.0.0-canary.68
|
|
70
|
-
|
|
71
|
-
## 9.0.0-canary.67
|
|
72
|
-
|
|
73
|
-
## 9.0.0-canary.66
|
|
74
|
-
|
|
75
|
-
## 9.0.0-canary.65
|
|
76
|
-
|
|
77
|
-
## 9.0.0-canary.64
|
|
78
|
-
|
|
79
|
-
## 9.0.0-canary.63
|
|
80
|
-
|
|
81
|
-
## 9.0.0-canary.62
|
|
82
|
-
|
|
83
|
-
## 9.0.0-canary.61
|
|
84
|
-
|
|
85
|
-
## 9.0.0-canary.60
|
|
86
|
-
|
|
87
|
-
## 9.0.0-canary.59
|
|
88
|
-
|
|
89
|
-
## 9.0.0-canary.58
|
|
90
|
-
|
|
91
|
-
## 9.0.0-canary.57
|
|
92
|
-
|
|
93
|
-
## 9.0.0-canary.56
|
|
94
|
-
|
|
95
|
-
## 9.0.0-canary.55
|
|
96
|
-
|
|
97
|
-
## 9.0.0-canary.54
|
|
98
|
-
|
|
99
|
-
## 8.1.0-canary.53
|
|
100
|
-
|
|
101
|
-
## 8.1.0-canary.52
|
|
102
|
-
|
|
103
|
-
## 8.1.0-canary.51
|
|
104
|
-
|
|
105
|
-
## 8.1.0-canary.50
|
|
106
|
-
|
|
107
|
-
## 8.1.0-canary.49
|
|
108
|
-
|
|
109
|
-
## 8.1.0-canary.48
|
|
110
|
-
|
|
111
|
-
## 8.1.0-canary.47
|
|
112
|
-
|
|
113
|
-
## 8.1.0-canary.46
|
|
114
|
-
|
|
115
|
-
## 8.1.0-canary.45
|
|
116
|
-
|
|
117
|
-
## 8.1.0-canary.44
|
|
118
|
-
|
|
119
|
-
## 8.1.0-canary.43
|
|
120
|
-
|
|
121
|
-
## 8.1.0-canary.42
|
|
122
|
-
|
|
123
|
-
## 8.1.0-canary.41
|
|
124
|
-
|
|
125
|
-
## 8.1.0-canary.40
|
|
126
|
-
|
|
127
|
-
## 8.1.0-canary.39
|
|
128
|
-
|
|
129
|
-
## 8.1.0-canary.38
|
|
130
|
-
|
|
131
|
-
## 8.1.0-canary.37
|
|
132
|
-
|
|
133
|
-
## 8.1.0-canary.36
|
|
134
|
-
|
|
135
|
-
## 8.1.0-canary.35
|
|
136
|
-
|
|
137
|
-
## 8.1.0-canary.34
|
|
138
|
-
|
|
139
|
-
## 8.1.0-canary.33
|
|
140
|
-
|
|
141
|
-
## 8.1.0-canary.32
|
|
142
|
-
|
|
143
|
-
## 8.1.0-canary.31
|
|
144
|
-
|
|
145
|
-
### Patch Changes
|
|
146
|
-
|
|
147
|
-
- [#2297](https://github.com/graphcommerce-org/graphcommerce/pull/2297) [`e41cb6f`](https://github.com/graphcommerce-org/graphcommerce/commit/e41cb6fcdde95629d29c03b1a700c6097f00c901) - Prevent gallery thunbnails from scrolling when opening or closing a layout overlay ([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
|
|
148
|
-
|
|
149
|
-
## 8.1.0-canary.30
|
|
150
|
-
|
|
151
|
-
## 8.1.0-canary.29
|
|
152
|
-
|
|
153
|
-
## 8.1.0-canary.28
|
|
154
|
-
|
|
155
|
-
## 8.1.0-canary.27
|
|
156
|
-
|
|
157
|
-
## 8.1.0-canary.26
|
|
158
|
-
|
|
159
|
-
## 8.1.0-canary.25
|
|
160
|
-
|
|
161
|
-
## 8.1.0-canary.24
|
|
162
|
-
|
|
163
|
-
## 8.1.0-canary.23
|
|
164
|
-
|
|
165
|
-
## 8.1.0-canary.22
|
|
166
|
-
|
|
167
|
-
## 8.1.0-canary.21
|
|
168
|
-
|
|
169
|
-
## 8.1.0-canary.20
|
|
170
|
-
|
|
171
|
-
### Patch Changes
|
|
172
|
-
|
|
173
|
-
- [#2246](https://github.com/graphcommerce-org/graphcommerce/pull/2246) [`13524f9`](https://github.com/graphcommerce-org/graphcommerce/commit/13524f991a810c1679db49b3b8b4f04f90d0d6c1) - SidebarGallery now supports two more props disableSticky and variantMd default|oneColumn ([@Jessevdpoel](https://github.com/Jessevdpoel))
|
|
174
|
-
|
|
175
|
-
## 8.1.0-canary.19
|
|
176
|
-
|
|
177
|
-
## 8.1.0-canary.18
|
|
178
|
-
|
|
179
|
-
## 8.1.0-canary.17
|
|
180
|
-
|
|
181
|
-
## 8.1.0-canary.16
|
|
182
|
-
|
|
183
|
-
### Patch Changes
|
|
184
|
-
|
|
185
|
-
- [#2275](https://github.com/graphcommerce-org/graphcommerce/pull/2275) [`29e496c`](https://github.com/graphcommerce-org/graphcommerce/commit/29e496ca815d102ac7952dc81c6c4ab9e164d031) - Prevent ScrollerThumbnail from scrolling the page horizontally ([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
|
|
186
|
-
|
|
187
|
-
## 8.1.0-canary.15
|
|
188
|
-
|
|
189
|
-
## 8.1.0-canary.14
|
|
190
|
-
|
|
191
|
-
## 8.1.0-canary.13
|
|
192
|
-
|
|
193
|
-
## 8.1.0-canary.12
|
|
194
|
-
|
|
195
|
-
## 8.1.0-canary.11
|
|
196
|
-
|
|
197
|
-
## 8.1.0-canary.10
|
|
198
|
-
|
|
199
|
-
## 8.1.0-canary.9
|
|
200
|
-
|
|
201
|
-
## 8.1.0-canary.8
|
|
202
|
-
|
|
203
|
-
## 8.1.0-canary.7
|
|
204
|
-
|
|
205
|
-
## 8.1.0-canary.6
|
|
206
|
-
|
|
207
|
-
## 8.1.0-canary.5
|
|
208
|
-
|
|
209
|
-
## 8.0.6-canary.4
|
|
210
|
-
|
|
211
|
-
## 8.0.6-canary.3
|
|
212
|
-
|
|
213
|
-
## 8.0.6-canary.2
|
|
214
|
-
|
|
215
|
-
## 8.0.6-canary.1
|
|
216
|
-
|
|
217
|
-
## 8.0.6-canary.0
|
|
218
|
-
|
|
219
|
-
## 8.0.5
|
|
220
|
-
|
|
221
|
-
## 8.0.5-canary.10
|
|
222
|
-
|
|
223
|
-
## 8.0.5-canary.9
|
|
224
|
-
|
|
225
|
-
## 8.0.5-canary.8
|
|
226
|
-
|
|
227
|
-
## 8.0.5-canary.7
|
|
228
|
-
|
|
229
|
-
## 8.0.5-canary.6
|
|
230
|
-
|
|
231
|
-
## 8.0.5-canary.5
|
|
232
|
-
|
|
233
|
-
## 8.0.5-canary.4
|
|
234
|
-
|
|
235
|
-
## 8.0.5-canary.3
|
|
236
|
-
|
|
237
|
-
## 8.0.5-canary.2
|
|
238
|
-
|
|
239
|
-
## 8.0.5-canary.1
|
|
240
|
-
|
|
241
|
-
## 8.0.5-canary.0
|
|
242
|
-
|
|
243
|
-
## 8.0.4
|
|
244
|
-
|
|
245
|
-
### Patch Changes
|
|
246
|
-
|
|
247
|
-
- [#2225](https://github.com/graphcommerce-org/graphcommerce/pull/2225) [`29407d2`](https://github.com/graphcommerce-org/graphcommerce/commit/29407d28c4f7c2629f8c5ead658bfb203f5d81cf) - Fixed a bug on Firefox in which all overlays would retrigger the scrollTo function on opening or closing. ([@mikekeehnen](https://github.com/mikekeehnen))
|
|
248
|
-
|
|
249
|
-
## 8.0.4-canary.1
|
|
250
|
-
|
|
251
|
-
## 8.0.4-canary.0
|
|
252
|
-
|
|
253
|
-
### Patch Changes
|
|
254
|
-
|
|
255
|
-
- [#2225](https://github.com/graphcommerce-org/graphcommerce/pull/2225) [`29407d2`](https://github.com/graphcommerce-org/graphcommerce/commit/29407d28c4f7c2629f8c5ead658bfb203f5d81cf) - Fixed a bug on Firefox in which all overlays would retrigger the scrollTo function on opening or closing. ([@mikekeehnen](https://github.com/mikekeehnen))
|
|
256
|
-
|
|
257
|
-
## 8.0.3
|
|
258
|
-
|
|
259
|
-
### Patch Changes
|
|
260
|
-
|
|
261
|
-
- [#2211](https://github.com/graphcommerce-org/graphcommerce/pull/2211) [`2fc62cd`](https://github.com/graphcommerce-org/graphcommerce/commit/2fc62cd550c8831071c51c1088a94da584a0790b) - Do not show the a product thumbnails when there is only a single image. ([@Jessevdpoel](https://github.com/Jessevdpoel))
|
|
262
|
-
|
|
263
|
-
## 8.0.3-canary.6
|
|
264
|
-
|
|
265
|
-
## 8.0.3-canary.5
|
|
266
|
-
|
|
267
|
-
## 8.0.3-canary.4
|
|
268
|
-
|
|
269
|
-
## 8.0.3-canary.3
|
|
270
|
-
|
|
271
|
-
## 8.0.3-canary.2
|
|
272
|
-
|
|
273
|
-
### Patch Changes
|
|
274
|
-
|
|
275
|
-
- [#2211](https://github.com/graphcommerce-org/graphcommerce/pull/2211) [`2fc62cd`](https://github.com/graphcommerce-org/graphcommerce/commit/2fc62cd550c8831071c51c1088a94da584a0790b) - Do not show the a product thumbnails when there is only a single image. ([@Jessevdpoel](https://github.com/Jessevdpoel))
|
|
276
|
-
|
|
277
|
-
## 8.0.3-canary.1
|
|
278
|
-
|
|
279
|
-
## 8.0.3-canary.0
|
|
280
|
-
|
|
281
|
-
## 8.0.2
|
|
282
|
-
|
|
283
|
-
## 8.0.2-canary.3
|
|
284
|
-
|
|
285
|
-
## 8.0.2-canary.2
|
|
286
|
-
|
|
287
|
-
## 8.0.2-canary.1
|
|
288
|
-
|
|
289
|
-
## 8.0.2-canary.0
|
|
290
|
-
|
|
291
|
-
## 8.0.1
|
|
292
|
-
|
|
293
|
-
## 8.0.1-canary.4
|
|
294
|
-
|
|
295
|
-
## 8.0.1-canary.3
|
|
296
|
-
|
|
297
|
-
## 8.0.1-canary.2
|
|
298
|
-
|
|
299
|
-
## 8.0.1-canary.1
|
|
300
|
-
|
|
301
|
-
## 8.0.1-canary.0
|
|
302
|
-
|
|
303
|
-
## 8.0.0
|
|
304
|
-
|
|
305
|
-
### Patch Changes
|
|
306
|
-
|
|
307
|
-
- [#2085](https://github.com/graphcommerce-org/graphcommerce/pull/2085) [`3c92993`](https://github.com/graphcommerce-org/graphcommerce/commit/3c92993d9ca74f24ea784b20448958ca1bb8e224) - Fixes issue where the `<SidebarGallery />` would start jumping around if a user clicks the next button multiple times in short succession. ([@Jessevdpoel](https://github.com/Jessevdpoel))
|
|
308
|
-
|
|
309
|
-
- [`e33660f`](https://github.com/graphcommerce-org/graphcommerce/commit/e33660f172466dcfa0ab7262cee612d9a3e47776) - Accessibility improvements for the frontend: Added skip content link. Removed empty buttons from tab flow. Gave focus to elements (such as the menu) that appear when after clicking a button. Improved aria labels where needed ([@FrankHarland](https://github.com/FrankHarland))
|
|
310
|
-
|
|
311
|
-
- [#2157](https://github.com/graphcommerce-org/graphcommerce/pull/2157) [`b1afcd0`](https://github.com/graphcommerce-org/graphcommerce/commit/b1afcd00b6680cd5167691e47a691461382226d3) - Solved an issue where the Previous and Next buttons would become unclickable for Scrollers. ([@Jessevdpoel](https://github.com/Jessevdpoel))
|
|
312
|
-
|
|
313
|
-
- [#2066](https://github.com/graphcommerce-org/graphcommerce/pull/2066) [`3b1f585`](https://github.com/graphcommerce-org/graphcommerce/commit/3b1f585153672a644a613411134e5ad36aa4c266) - Add `showButtons` prop to `<ScrollerButton/>` ([@StefanAngenent](https://github.com/StefanAngenent))
|
|
314
|
-
|
|
315
|
-
- [#2045](https://github.com/graphcommerce-org/graphcommerce/pull/2045) [`1ac1e09`](https://github.com/graphcommerce-org/graphcommerce/commit/1ac1e09897daadd646200cb3ddc2aa75a51e182e) - Make sure the product image gallery traps focus and scrollbar doesn't disappear suddenly ([@JoshuaS98](https://github.com/JoshuaS98))
|
|
316
|
-
|
|
317
|
-
- [#2011](https://github.com/graphcommerce-org/graphcommerce/pull/2011) [`da821af`](https://github.com/graphcommerce-org/graphcommerce/commit/da821af185bf6419fa2aeca31e5985bf99b7bbb9) - Added a new Gallery Thumbnails feature that shows product thumbnails below the product gallery on the product page. ([@mikekeehnen](https://github.com/mikekeehnen))
|
|
318
|
-
|
|
319
|
-
- [`dc86f2f`](https://github.com/graphcommerce-org/graphcommerce/commit/dc86f2fbd439a63a2c9f2deaee38abe87a3c3bab) - Log the related element if the ScrollerProvider couldn’t find any children during load. ([@paales](https://github.com/paales))
|
|
320
|
-
|
|
321
|
-
## 8.0.0-canary.100
|
|
322
|
-
|
|
323
|
-
## 8.0.0-canary.99
|
|
324
|
-
|
|
325
|
-
## 8.0.0-canary.98
|
|
326
|
-
|
|
327
|
-
## 8.0.0-canary.97
|
|
328
|
-
|
|
329
|
-
## 8.0.0-canary.96
|
|
330
|
-
|
|
331
|
-
## 8.0.0-canary.95
|
|
332
|
-
|
|
333
|
-
## 8.0.0-canary.94
|
|
334
|
-
|
|
335
|
-
## 8.0.0-canary.93
|
|
336
|
-
|
|
337
|
-
## 8.0.0-canary.92
|
|
338
|
-
|
|
339
|
-
### Patch Changes
|
|
340
|
-
|
|
341
|
-
- [`dc86f2f`](https://github.com/graphcommerce-org/graphcommerce/commit/dc86f2fbd439a63a2c9f2deaee38abe87a3c3bab) - Log the related element if the ScrollerProvider couldn’t find any children during load. ([@paales](https://github.com/paales))
|
|
342
|
-
|
|
343
|
-
## 8.0.0-canary.91
|
|
344
|
-
|
|
345
|
-
## 8.0.0-canary.90
|
|
346
|
-
|
|
347
|
-
## 8.0.0-canary.89
|
|
348
|
-
|
|
349
|
-
## 8.0.0-canary.88
|
|
350
|
-
|
|
351
|
-
## 8.0.0-canary.87
|
|
352
|
-
|
|
353
|
-
## 8.0.0-canary.86
|
|
354
|
-
|
|
355
|
-
### Patch Changes
|
|
356
|
-
|
|
357
|
-
- [#2157](https://github.com/graphcommerce-org/graphcommerce/pull/2157) [`b1afcd0`](https://github.com/graphcommerce-org/graphcommerce/commit/b1afcd00b6680cd5167691e47a691461382226d3) - Fixed bug which caused the scrollerButton to become unclickable ([@Jessevdpoel](https://github.com/Jessevdpoel))
|
|
358
|
-
|
|
359
|
-
## 8.0.0-canary.85
|
|
360
|
-
|
|
361
|
-
## 8.0.0-canary.84
|
|
362
|
-
|
|
363
|
-
## 8.0.0-canary.83
|
|
364
|
-
|
|
365
|
-
## 8.0.0-canary.82
|
|
366
|
-
|
|
367
|
-
## 8.0.0-canary.81
|
|
368
|
-
|
|
369
|
-
## 8.0.0-canary.80
|
|
370
|
-
|
|
371
|
-
## 8.0.0-canary.79
|
|
372
|
-
|
|
373
|
-
## 8.0.0-canary.78
|
|
374
|
-
|
|
375
|
-
## 8.0.0-canary.77
|
|
376
|
-
|
|
377
|
-
### Patch Changes
|
|
378
|
-
|
|
379
|
-
- [`e33660f`](https://github.com/graphcommerce-org/graphcommerce/commit/e33660f172466dcfa0ab7262cee612d9a3e47776) - a11y improvements (see https://github.com/graphcommerce-org/graphcommerce/issues/1995 for more info) ([@FrankHarland](https://github.com/FrankHarland))
|
|
380
|
-
|
|
381
|
-
## 8.0.0-canary.76
|
|
382
|
-
|
|
383
|
-
## 8.0.0-canary.75
|
|
384
|
-
|
|
385
|
-
## 8.0.0-canary.74
|
|
386
|
-
|
|
387
|
-
## 8.0.0-canary.73
|
|
388
|
-
|
|
389
|
-
## 8.0.0-canary.72
|
|
390
|
-
|
|
391
|
-
## 8.0.0-canary.71
|
|
392
|
-
|
|
393
|
-
## 8.0.0-canary.70
|
|
394
|
-
|
|
395
|
-
## 8.0.0-canary.69
|
|
396
|
-
|
|
397
|
-
## 7.1.0-canary.68
|
|
398
|
-
|
|
399
|
-
## 7.1.0-canary.67
|
|
400
|
-
|
|
401
|
-
## 7.1.0-canary.66
|
|
402
|
-
|
|
403
|
-
## 7.1.0-canary.65
|
|
404
|
-
|
|
405
|
-
## 7.1.0-canary.64
|
|
406
|
-
|
|
407
|
-
## 7.1.0-canary.63
|
|
408
|
-
|
|
409
|
-
## 7.1.0-canary.62
|
|
410
|
-
|
|
411
|
-
## 7.1.0-canary.61
|
|
412
|
-
|
|
413
|
-
## 7.1.0-canary.60
|
|
414
|
-
|
|
415
|
-
## 7.1.0-canary.59
|
|
416
|
-
|
|
417
|
-
## 7.1.0-canary.58
|
|
418
|
-
|
|
419
|
-
## 7.1.0-canary.57
|
|
420
|
-
|
|
421
|
-
## 7.1.0-canary.56
|
|
422
|
-
|
|
423
|
-
## 7.1.0-canary.55
|
|
424
|
-
|
|
425
|
-
## 7.1.0-canary.54
|
|
426
|
-
|
|
427
|
-
## 7.1.0-canary.53
|
|
428
|
-
|
|
429
|
-
## 7.1.0-canary.52
|
|
430
|
-
|
|
431
|
-
## 7.1.0-canary.51
|
|
432
|
-
|
|
433
|
-
## 7.1.0-canary.50
|
|
434
|
-
|
|
435
|
-
## 7.1.0-canary.49
|
|
436
|
-
|
|
437
|
-
## 7.1.0-canary.48
|
|
438
|
-
|
|
439
|
-
## 7.1.0-canary.47
|
|
440
|
-
|
|
441
|
-
## 7.1.0-canary.46
|
|
442
|
-
|
|
443
|
-
## 7.1.0-canary.45
|
|
444
|
-
|
|
445
|
-
## 7.1.0-canary.38
|
|
446
|
-
|
|
447
|
-
## 7.1.0-canary.37
|
|
448
|
-
|
|
449
|
-
## 7.1.0-canary.36
|
|
450
|
-
|
|
451
|
-
## 7.1.0-canary.35
|
|
452
|
-
|
|
453
|
-
## 7.1.0-canary.34
|
|
454
|
-
|
|
455
|
-
## 7.1.0-canary.33
|
|
456
|
-
|
|
457
|
-
### Patch Changes
|
|
458
|
-
|
|
459
|
-
- [#2011](https://github.com/graphcommerce-org/graphcommerce/pull/2011) [`da821af18`](https://github.com/graphcommerce-org/graphcommerce/commit/da821af185bf6419fa2aeca31e5985bf99b7bbb9) - Added a new Image Gallery as a plugin ([@mikekeehnen](https://github.com/mikekeehnen))
|
|
460
|
-
|
|
461
|
-
## 7.1.0-canary.32
|
|
462
|
-
|
|
463
|
-
## 7.1.0-canary.31
|
|
464
|
-
|
|
465
|
-
## 7.1.0-canary.30
|
|
466
|
-
|
|
467
|
-
## 7.1.0-canary.29
|
|
468
|
-
|
|
469
|
-
## 7.1.0-canary.28
|
|
470
|
-
|
|
471
|
-
## 7.1.0-canary.27
|
|
472
|
-
|
|
473
|
-
## 7.1.0-canary.26
|
|
474
|
-
|
|
475
|
-
## 7.1.0-canary.25
|
|
476
|
-
|
|
477
|
-
### Patch Changes
|
|
478
|
-
|
|
479
|
-
- [#2085](https://github.com/graphcommerce-org/graphcommerce/pull/2085) [`3c92993d9`](https://github.com/graphcommerce-org/graphcommerce/commit/3c92993d9ca74f24ea784b20448958ca1bb8e224) - SideBarGallery image won't start scrolling from the beginning if user clicks multiple times on the scroll button. ([@Jessevdpoel](https://github.com/Jessevdpoel))
|
|
480
|
-
|
|
481
|
-
## 7.1.0-canary.24
|
|
482
|
-
|
|
483
|
-
## 7.1.0-canary.23
|
|
484
|
-
|
|
485
|
-
## 7.1.0-canary.22
|
|
486
|
-
|
|
487
|
-
## 7.1.0-canary.21
|
|
488
|
-
|
|
489
|
-
## 7.1.0-canary.20
|
|
490
|
-
|
|
491
|
-
## 7.1.0-canary.19
|
|
492
|
-
|
|
493
|
-
## 7.1.0-canary.18
|
|
494
|
-
|
|
495
|
-
## 7.1.0-canary.17
|
|
496
|
-
|
|
497
|
-
## 7.1.0-canary.16
|
|
498
|
-
|
|
499
|
-
## 7.1.0-canary.15
|
|
500
|
-
|
|
501
|
-
## 7.1.0-canary.14
|
|
502
|
-
|
|
503
|
-
### Patch Changes
|
|
504
|
-
|
|
505
|
-
- [#2045](https://github.com/graphcommerce-org/graphcommerce/pull/2045) [`1ac1e0989`](https://github.com/graphcommerce-org/graphcommerce/commit/1ac1e09897daadd646200cb3ddc2aa75a51e182e) - Make sure the product image gallery traps focus and scrollbar doesn't disappear suddenly ([@JoshuaS98](https://github.com/JoshuaS98))
|
|
506
|
-
|
|
507
|
-
## 7.1.0-canary.13
|
|
508
|
-
|
|
509
|
-
## 7.1.0-canary.12
|
|
510
|
-
|
|
511
|
-
## 7.1.0-canary.11
|
|
512
|
-
|
|
513
|
-
## 7.1.0-canary.10
|
|
514
|
-
|
|
515
|
-
## 7.1.0-canary.9
|
|
516
|
-
|
|
517
|
-
## 7.1.0-canary.8
|
|
518
|
-
|
|
519
|
-
## 7.0.2-canary.7
|
|
520
|
-
|
|
521
|
-
## 7.0.2-canary.6
|
|
522
|
-
|
|
523
|
-
### Patch Changes
|
|
524
|
-
|
|
525
|
-
- [#2066](https://github.com/graphcommerce-org/graphcommerce/pull/2066) [`3b1f58515`](https://github.com/graphcommerce-org/graphcommerce/commit/3b1f585153672a644a613411134e5ad36aa4c266) - Add showButtons prop to scrollerButton ([@StefanAngenent](https://github.com/StefanAngenent))
|
|
526
|
-
|
|
527
|
-
## 7.0.2-canary.5
|
|
528
|
-
|
|
529
|
-
## 7.0.1
|
|
530
|
-
|
|
531
|
-
## 7.0.1-canary.15
|
|
532
|
-
|
|
533
|
-
## 7.0.1-canary.14
|
|
534
|
-
|
|
535
|
-
## 7.0.1-canary.13
|
|
536
|
-
|
|
537
|
-
## 7.0.1-canary.12
|
|
538
|
-
|
|
539
|
-
## 7.0.1-canary.11
|
|
540
|
-
|
|
541
|
-
## 7.0.1-canary.10
|
|
542
|
-
|
|
543
|
-
## 7.0.1-canary.9
|
|
544
|
-
|
|
545
|
-
## 7.0.1-canary.8
|
|
546
|
-
|
|
547
|
-
## 7.0.1-canary.7
|
|
548
|
-
|
|
549
|
-
## 7.0.1-canary.6
|
|
550
|
-
|
|
551
|
-
## 7.0.1-canary.5
|
|
552
|
-
|
|
553
|
-
## 7.0.1-canary.4
|
|
554
|
-
|
|
555
|
-
## 7.0.1-canary.3
|
|
556
|
-
|
|
557
|
-
## 7.0.1-canary.2
|
|
558
|
-
|
|
559
|
-
## 7.0.1-canary.1
|
|
560
|
-
|
|
561
|
-
## 7.0.1-canary.0
|
|
562
|
-
|
|
563
|
-
## 7.0.0
|
|
564
|
-
|
|
565
|
-
### Minor Changes
|
|
566
|
-
|
|
567
|
-
- [#1996](https://github.com/graphcommerce-org/graphcommerce/pull/1996) [`3ed66a849`](https://github.com/graphcommerce-org/graphcommerce/commit/3ed66a849430d6ad1c46d20828eb988283da0c4a) - SidebarGallery now has a disableZoom prop to disable all zoom functionality ([@Jessevdpoel](https://github.com/Jessevdpoel))
|
|
568
|
-
|
|
569
|
-
- [#1937](https://github.com/graphcommerce-org/graphcommerce/pull/1937) [`a98e23e3a`](https://github.com/graphcommerce-org/graphcommerce/commit/a98e23e3a250157b9d3756b656f1a4c3c52b0ec0) - Assign correct scroll-snap-type type, to prevent error on firefox ([@mikekeehnen](https://github.com/mikekeehnen))
|
|
570
|
-
|
|
571
|
-
### Patch Changes
|
|
572
|
-
|
|
573
|
-
- [#1993](https://github.com/graphcommerce-org/graphcommerce/pull/1993) [`f9bd75108`](https://github.com/graphcommerce-org/graphcommerce/commit/f9bd75108ecef583ecd32e701c10d70537cb8a89) - Scrollers would not working properly in Firefox, it would drag elements instead of the scroller. ([@Jessevdpoel](https://github.com/Jessevdpoel))
|
|
574
|
-
|
|
575
|
-
- [#2031](https://github.com/graphcommerce-org/graphcommerce/pull/2031) [`4d8fc9e99`](https://github.com/graphcommerce-org/graphcommerce/commit/4d8fc9e998fc9361282833316ec9564da0644ed6) - Eslint fixes and suppress accepted warnings ([@paales](https://github.com/paales))
|
|
576
|
-
|
|
577
|
-
- [#1954](https://github.com/graphcommerce-org/graphcommerce/pull/1954) [`ec82fe49c`](https://github.com/graphcommerce-org/graphcommerce/commit/ec82fe49cd9aa0865b6c21eb405f05d8596748f6) - Prevent overlays from auto-closing on iOS 14 ([@FrankHarland](https://github.com/FrankHarland))
|
|
578
|
-
|
|
579
|
-
- [#1998](https://github.com/graphcommerce-org/graphcommerce/pull/1998) [`a788baaeb`](https://github.com/graphcommerce-org/graphcommerce/commit/a788baaeb9646c5a30b55998697d38a6093b6c44) - Added option to useScrollTo to allow/disallow stopping the scroll animation on user scroll interaction ([@bramvanderholst](https://github.com/bramvanderholst))
|
|
580
|
-
|
|
581
|
-
## 6.2.0-canary.98
|
|
582
|
-
|
|
583
|
-
## 6.2.0-canary.97
|
|
584
|
-
|
|
585
|
-
## 6.2.0-canary.96
|
|
586
|
-
|
|
587
|
-
## 6.2.0-canary.95
|
|
588
|
-
|
|
589
|
-
## 6.2.0-canary.94
|
|
590
|
-
|
|
591
|
-
## 6.2.0-canary.93
|
|
592
|
-
|
|
593
|
-
## 6.2.0-canary.92
|
|
594
|
-
|
|
595
|
-
## 6.2.0-canary.91
|
|
596
|
-
|
|
597
|
-
## 6.2.0-canary.90
|
|
598
|
-
|
|
599
|
-
## 6.2.0-canary.89
|
|
600
|
-
|
|
601
|
-
### Patch Changes
|
|
602
|
-
|
|
603
|
-
- [#2031](https://github.com/graphcommerce-org/graphcommerce/pull/2031) [`4d8fc9e99`](https://github.com/graphcommerce-org/graphcommerce/commit/4d8fc9e998fc9361282833316ec9564da0644ed6) - Eslint fixes and suppress accepted warnings ([@paales](https://github.com/paales))
|
|
604
|
-
|
|
605
|
-
## 6.2.0-canary.88
|
|
606
|
-
|
|
607
|
-
## 6.2.0-canary.87
|
|
608
|
-
|
|
609
|
-
## 6.2.0-canary.86
|
|
610
|
-
|
|
611
|
-
## 6.2.0-canary.85
|
|
612
|
-
|
|
613
|
-
## 6.2.0-canary.84
|
|
614
|
-
|
|
615
|
-
## 6.2.0-canary.83
|
|
616
|
-
|
|
617
|
-
## 6.2.0-canary.82
|
|
618
|
-
|
|
619
|
-
## 6.2.0-canary.81
|
|
620
|
-
|
|
621
|
-
## 6.2.0-canary.80
|
|
622
|
-
|
|
623
|
-
## 6.2.0-canary.79
|
|
624
|
-
|
|
625
|
-
### Patch Changes
|
|
626
|
-
|
|
627
|
-
- [#2013](https://github.com/graphcommerce-org/graphcommerce/pull/2013) [`c57bdf8a4`](https://github.com/graphcommerce-org/graphcommerce/commit/c57bdf8a4ce936c3eedc4dfada3a464a113ac68a) - Updated @mui and framer-motion packages to latest versions ([@paales](https://github.com/paales))
|
|
628
|
-
|
|
629
|
-
## 6.2.0-canary.78
|
|
630
|
-
|
|
631
|
-
## 6.2.0-canary.77
|
|
632
|
-
|
|
633
|
-
## 6.2.0-canary.76
|
|
634
|
-
|
|
635
|
-
## 6.2.0-canary.75
|
|
636
|
-
|
|
637
|
-
## 6.2.0-canary.74
|
|
638
|
-
|
|
639
|
-
## 6.2.0-canary.73
|
|
640
|
-
|
|
641
|
-
## 6.2.0-canary.72
|
|
642
|
-
|
|
643
|
-
## 6.2.0-canary.71
|
|
644
|
-
|
|
645
|
-
## 6.2.0-canary.70
|
|
646
|
-
|
|
647
|
-
### Patch Changes
|
|
648
|
-
|
|
649
|
-
- [#2010](https://github.com/graphcommerce-org/graphcommerce/pull/2010) [`236471e8c`](https://github.com/graphcommerce-org/graphcommerce/commit/236471e8ca892be337de31bd3d654f2ddddf8695) - Fixed bug which caused the sign in field to not be focusable ([@Jessevdpoel](https://github.com/Jessevdpoel))
|
|
650
|
-
|
|
651
|
-
## 6.2.0-canary.69
|
|
652
|
-
|
|
653
|
-
## 6.2.0-canary.68
|
|
654
|
-
|
|
655
|
-
## 6.2.0-canary.67
|
|
656
|
-
|
|
657
|
-
## 6.2.0-canary.66
|
|
3
|
+
## 9.0.0
|
|
658
4
|
|
|
659
5
|
### Patch Changes
|
|
660
6
|
|
|
661
|
-
- [#
|
|
7
|
+
- [#2341](https://github.com/graphcommerce-org/graphcommerce/pull/2341) [`e01fd4a`](https://github.com/graphcommerce-org/graphcommerce/commit/e01fd4a933aa852e97ccfbee15378d8479e2b49f) - Prevent retriggering a `scrollTo` animation in Firefox when the current `scrollLeft/scrollTop` is a float. ([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
|
|
662
8
|
|
|
663
|
-
|
|
9
|
+
- [#2246](https://github.com/graphcommerce-org/graphcommerce/pull/2246) [`13524f9`](https://github.com/graphcommerce-org/graphcommerce/commit/13524f991a810c1679db49b3b8b4f04f90d0d6c1) - The `<SidebarGallery />` now supports two more props: `disableSticky` and `variantMd` (`default | oneColumn`). ([@Jessevdpoel](https://github.com/Jessevdpoel))
|
|
664
10
|
|
|
665
|
-
|
|
11
|
+
- [#2275](https://github.com/graphcommerce-org/graphcommerce/pull/2275) [`29e496c`](https://github.com/graphcommerce-org/graphcommerce/commit/29e496ca815d102ac7952dc81c6c4ab9e164d031) - Prevent `<ScrollerThumbnail />` from scrolling the page horizontally. ([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
|
|
666
12
|
|
|
667
|
-
- [#
|
|
13
|
+
- [#2297](https://github.com/graphcommerce-org/graphcommerce/pull/2297) [`e41cb6f`](https://github.com/graphcommerce-org/graphcommerce/commit/e41cb6fcdde95629d29c03b1a700c6097f00c901) - Prevent gallery thumbnails from scrolling when opening or closing a layout overlay. ([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
|
|
668
14
|
|
|
669
|
-
|
|
15
|
+
- [#2438](https://github.com/graphcommerce-org/graphcommerce/pull/2438) [`cb8d2f0`](https://github.com/graphcommerce-org/graphcommerce/commit/cb8d2f0059d64242260e30ce34655868f204ef4c) - Made all component prop types exported ([@bramvanderholst](https://github.com/bramvanderholst))
|
|
670
16
|
|
|
671
|
-
|
|
17
|
+
## 9.0.0-canary.118
|
|
672
18
|
|
|
673
|
-
|
|
19
|
+
## 9.0.0-canary.117
|
|
674
20
|
|
|
675
|
-
##
|
|
21
|
+
## 9.0.0-canary.116
|
|
676
22
|
|
|
677
|
-
##
|
|
23
|
+
## 9.0.0-canary.115
|
|
678
24
|
|
|
679
|
-
##
|
|
25
|
+
## 9.0.0-canary.114
|
|
680
26
|
|
|
681
|
-
##
|
|
27
|
+
## 9.0.0-canary.113
|
|
682
28
|
|
|
683
|
-
##
|
|
29
|
+
## 9.0.0-canary.112
|
|
684
30
|
|
|
685
|
-
##
|
|
31
|
+
## 9.0.0-canary.111
|
|
686
32
|
|
|
687
|
-
##
|
|
33
|
+
## 9.0.0-canary.110
|
|
688
34
|
|
|
689
|
-
##
|
|
35
|
+
## 9.0.0-canary.109
|
|
690
36
|
|
|
691
|
-
##
|
|
37
|
+
## 9.0.0-canary.108
|
|
692
38
|
|
|
693
|
-
|
|
39
|
+
### Patch Changes
|
|
694
40
|
|
|
695
|
-
|
|
41
|
+
- [#2438](https://github.com/graphcommerce-org/graphcommerce/pull/2438) [`cb8d2f0`](https://github.com/graphcommerce-org/graphcommerce/commit/cb8d2f0059d64242260e30ce34655868f204ef4c) - Made all component prop types exported ([@bramvanderholst](https://github.com/bramvanderholst))
|
|
696
42
|
|
|
697
|
-
##
|
|
43
|
+
## 9.0.0-canary.107
|
|
698
44
|
|
|
699
|
-
##
|
|
45
|
+
## 9.0.0-canary.106
|
|
700
46
|
|
|
701
|
-
##
|
|
47
|
+
## 9.0.0-canary.105
|
|
702
48
|
|
|
703
|
-
##
|
|
49
|
+
## 9.0.0-canary.104
|
|
704
50
|
|
|
705
|
-
##
|
|
51
|
+
## 9.0.0-canary.103
|
|
706
52
|
|
|
707
|
-
##
|
|
53
|
+
## 9.0.0-canary.80
|
|
708
54
|
|
|
709
|
-
|
|
55
|
+
### Patch Changes
|
|
710
56
|
|
|
711
|
-
|
|
57
|
+
- [#2341](https://github.com/graphcommerce-org/graphcommerce/pull/2341) [`e01fd4a`](https://github.com/graphcommerce-org/graphcommerce/commit/e01fd4a933aa852e97ccfbee15378d8479e2b49f) - Prevent retriggering a scrollTo animation when the current scrollLeft/scrollTop is a float ([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
|
|
712
58
|
|
|
713
|
-
##
|
|
59
|
+
## 8.1.0-canary.31
|
|
714
60
|
|
|
715
|
-
|
|
61
|
+
### Patch Changes
|
|
716
62
|
|
|
717
|
-
|
|
63
|
+
- [#2297](https://github.com/graphcommerce-org/graphcommerce/pull/2297) [`e41cb6f`](https://github.com/graphcommerce-org/graphcommerce/commit/e41cb6fcdde95629d29c03b1a700c6097f00c901) - Prevent gallery thunbnails from scrolling when opening or closing a layout overlay ([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
|
|
718
64
|
|
|
719
|
-
##
|
|
65
|
+
## 8.1.0-canary.20
|
|
720
66
|
|
|
721
|
-
|
|
67
|
+
### Patch Changes
|
|
722
68
|
|
|
723
|
-
|
|
69
|
+
- [#2246](https://github.com/graphcommerce-org/graphcommerce/pull/2246) [`13524f9`](https://github.com/graphcommerce-org/graphcommerce/commit/13524f991a810c1679db49b3b8b4f04f90d0d6c1) - SidebarGallery now supports two more props disableSticky and variantMd default|oneColumn ([@Jessevdpoel](https://github.com/Jessevdpoel))
|
|
724
70
|
|
|
725
|
-
##
|
|
71
|
+
## 8.1.0-canary.16
|
|
726
72
|
|
|
727
|
-
|
|
73
|
+
### Patch Changes
|
|
728
74
|
|
|
729
|
-
|
|
75
|
+
- [#2275](https://github.com/graphcommerce-org/graphcommerce/pull/2275) [`29e496c`](https://github.com/graphcommerce-org/graphcommerce/commit/29e496ca815d102ac7952dc81c6c4ab9e164d031) - Prevent ScrollerThumbnail from scrolling the page horizontally ([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
|
|
730
76
|
|
|
731
|
-
##
|
|
77
|
+
## 8.0.4
|
|
732
78
|
|
|
733
79
|
### Patch Changes
|
|
734
80
|
|
|
735
|
-
- [#
|
|
736
|
-
|
|
737
|
-
## 6.2.0-canary.34
|
|
81
|
+
- [#2225](https://github.com/graphcommerce-org/graphcommerce/pull/2225) [`29407d2`](https://github.com/graphcommerce-org/graphcommerce/commit/29407d28c4f7c2629f8c5ead658bfb203f5d81cf) - Fixed a bug on Firefox in which all overlays would retrigger the scrollTo function on opening or closing. ([@mikekeehnen](https://github.com/mikekeehnen))
|
|
738
82
|
|
|
739
|
-
##
|
|
83
|
+
## 8.0.3
|
|
740
84
|
|
|
741
|
-
|
|
85
|
+
### Patch Changes
|
|
742
86
|
|
|
743
|
-
|
|
87
|
+
- [#2211](https://github.com/graphcommerce-org/graphcommerce/pull/2211) [`2fc62cd`](https://github.com/graphcommerce-org/graphcommerce/commit/2fc62cd550c8831071c51c1088a94da584a0790b) - Do not show the a product thumbnails when there is only a single image. ([@Jessevdpoel](https://github.com/Jessevdpoel))
|
|
744
88
|
|
|
745
|
-
##
|
|
89
|
+
## 8.0.0
|
|
746
90
|
|
|
747
|
-
|
|
91
|
+
### Patch Changes
|
|
748
92
|
|
|
749
|
-
|
|
93
|
+
- [#2085](https://github.com/graphcommerce-org/graphcommerce/pull/2085) [`3c92993`](https://github.com/graphcommerce-org/graphcommerce/commit/3c92993d9ca74f24ea784b20448958ca1bb8e224) - Fixes issue where the `<SidebarGallery />` would start jumping around if a user clicks the next button multiple times in short succession. ([@Jessevdpoel](https://github.com/Jessevdpoel))
|
|
750
94
|
|
|
751
|
-
|
|
95
|
+
- [`e33660f`](https://github.com/graphcommerce-org/graphcommerce/commit/e33660f172466dcfa0ab7262cee612d9a3e47776) - Accessibility improvements for the frontend: Added skip content link. Removed empty buttons from tab flow. Gave focus to elements (such as the menu) that appear when after clicking a button. Improved aria labels where needed ([@FrankHarland](https://github.com/FrankHarland))
|
|
752
96
|
|
|
753
|
-
|
|
97
|
+
- [#2157](https://github.com/graphcommerce-org/graphcommerce/pull/2157) [`b1afcd0`](https://github.com/graphcommerce-org/graphcommerce/commit/b1afcd00b6680cd5167691e47a691461382226d3) - Solved an issue where the Previous and Next buttons would become unclickable for Scrollers. ([@Jessevdpoel](https://github.com/Jessevdpoel))
|
|
754
98
|
|
|
755
|
-
|
|
99
|
+
- [#2066](https://github.com/graphcommerce-org/graphcommerce/pull/2066) [`3b1f585`](https://github.com/graphcommerce-org/graphcommerce/commit/3b1f585153672a644a613411134e5ad36aa4c266) - Add `showButtons` prop to `<ScrollerButton/>` ([@StefanAngenent](https://github.com/StefanAngenent))
|
|
756
100
|
|
|
757
|
-
|
|
101
|
+
- [#2045](https://github.com/graphcommerce-org/graphcommerce/pull/2045) [`1ac1e09`](https://github.com/graphcommerce-org/graphcommerce/commit/1ac1e09897daadd646200cb3ddc2aa75a51e182e) - Make sure the product image gallery traps focus and scrollbar doesn't disappear suddenly ([@JoshuaS98](https://github.com/JoshuaS98))
|
|
758
102
|
|
|
759
|
-
|
|
103
|
+
- [#2011](https://github.com/graphcommerce-org/graphcommerce/pull/2011) [`da821af`](https://github.com/graphcommerce-org/graphcommerce/commit/da821af185bf6419fa2aeca31e5985bf99b7bbb9) - Added a new Gallery Thumbnails feature that shows product thumbnails below the product gallery on the product page. ([@mikekeehnen](https://github.com/mikekeehnen))
|
|
760
104
|
|
|
761
|
-
|
|
105
|
+
- [`dc86f2f`](https://github.com/graphcommerce-org/graphcommerce/commit/dc86f2fbd439a63a2c9f2deaee38abe87a3c3bab) - Log the related element if the ScrollerProvider couldn’t find any children during load. ([@paales](https://github.com/paales))
|
|
762
106
|
|
|
763
|
-
##
|
|
107
|
+
## 7.0.0
|
|
764
108
|
|
|
765
109
|
### Minor Changes
|
|
766
110
|
|
|
767
|
-
- [#
|
|
768
|
-
|
|
769
|
-
## 6.2.0-canary.20
|
|
770
|
-
|
|
771
|
-
## 6.2.0-canary.19
|
|
772
|
-
|
|
773
|
-
## 6.2.0-canary.18
|
|
774
|
-
|
|
775
|
-
## 6.2.0-canary.17
|
|
776
|
-
|
|
777
|
-
## 6.2.0-canary.16
|
|
778
|
-
|
|
779
|
-
## 6.2.0-canary.15
|
|
780
|
-
|
|
781
|
-
## 6.2.0-canary.14
|
|
782
|
-
|
|
783
|
-
## 6.2.0-canary.13
|
|
784
|
-
|
|
785
|
-
## 6.2.0-canary.12
|
|
786
|
-
|
|
787
|
-
## 6.2.0-canary.11
|
|
788
|
-
|
|
789
|
-
## 6.2.0-canary.10
|
|
790
|
-
|
|
791
|
-
## 6.2.0-canary.9
|
|
792
|
-
|
|
793
|
-
## 6.2.0-canary.8
|
|
794
|
-
|
|
795
|
-
## 6.2.0-canary.7
|
|
796
|
-
|
|
797
|
-
## 6.2.0-canary.6
|
|
111
|
+
- [#1996](https://github.com/graphcommerce-org/graphcommerce/pull/1996) [`3ed66a849`](https://github.com/graphcommerce-org/graphcommerce/commit/3ed66a849430d6ad1c46d20828eb988283da0c4a) - SidebarGallery now has a disableZoom prop to disable all zoom functionality ([@Jessevdpoel](https://github.com/Jessevdpoel))
|
|
798
112
|
|
|
799
|
-
|
|
113
|
+
- [#1937](https://github.com/graphcommerce-org/graphcommerce/pull/1937) [`a98e23e3a`](https://github.com/graphcommerce-org/graphcommerce/commit/a98e23e3a250157b9d3756b656f1a4c3c52b0ec0) - Assign correct scroll-snap-type type, to prevent error on firefox ([@mikekeehnen](https://github.com/mikekeehnen))
|
|
800
114
|
|
|
801
|
-
|
|
115
|
+
### Patch Changes
|
|
802
116
|
|
|
803
|
-
|
|
117
|
+
- [#1993](https://github.com/graphcommerce-org/graphcommerce/pull/1993) [`f9bd75108`](https://github.com/graphcommerce-org/graphcommerce/commit/f9bd75108ecef583ecd32e701c10d70537cb8a89) - Scrollers would not working properly in Firefox, it would drag elements instead of the scroller. ([@Jessevdpoel](https://github.com/Jessevdpoel))
|
|
804
118
|
|
|
805
|
-
|
|
119
|
+
- [#2031](https://github.com/graphcommerce-org/graphcommerce/pull/2031) [`4d8fc9e99`](https://github.com/graphcommerce-org/graphcommerce/commit/4d8fc9e998fc9361282833316ec9564da0644ed6) - Eslint fixes and suppress accepted warnings ([@paales](https://github.com/paales))
|
|
806
120
|
|
|
807
|
-
|
|
121
|
+
- [#1954](https://github.com/graphcommerce-org/graphcommerce/pull/1954) [`ec82fe49c`](https://github.com/graphcommerce-org/graphcommerce/commit/ec82fe49cd9aa0865b6c21eb405f05d8596748f6) - Prevent overlays from auto-closing on iOS 14 ([@FrankHarland](https://github.com/FrankHarland))
|
|
808
122
|
|
|
809
|
-
|
|
123
|
+
- [#1998](https://github.com/graphcommerce-org/graphcommerce/pull/1998) [`a788baaeb`](https://github.com/graphcommerce-org/graphcommerce/commit/a788baaeb9646c5a30b55998697d38a6093b6c44) - Added option to useScrollTo to allow/disallow stopping the scroll animation on user scroll interaction ([@bramvanderholst](https://github.com/bramvanderholst))
|
|
810
124
|
|
|
811
125
|
## 6.1.0
|
|
812
126
|
|
|
@@ -822,94 +136,12 @@
|
|
|
822
136
|
|
|
823
137
|
- [#1901](https://github.com/graphcommerce-org/graphcommerce/pull/1901) [`54aadf39f`](https://github.com/graphcommerce-org/graphcommerce/commit/54aadf39fa9cf2d84c7feab8bc07703e3d02741d) - Make sure the stop function is stopping both x and y animations to prevent rare occasions where a direction isn’t cancelled ([@paales](https://github.com/paales))
|
|
824
138
|
|
|
825
|
-
## 6.0.2-canary.22
|
|
826
|
-
|
|
827
|
-
## 6.0.2-canary.21
|
|
828
|
-
|
|
829
|
-
## 6.0.2-canary.20
|
|
830
|
-
|
|
831
|
-
### Patch Changes
|
|
832
|
-
|
|
833
|
-
- [#1901](https://github.com/graphcommerce-org/graphcommerce/pull/1901) [`54aadf39f`](https://github.com/graphcommerce-org/graphcommerce/commit/54aadf39fa9cf2d84c7feab8bc07703e3d02741d) - Make sure the stop function is stopping both x and y animations to prevent rare occasions where a direction isn’t cancelled ([@paales](https://github.com/paales))
|
|
834
|
-
|
|
835
|
-
## 6.0.2-canary.19
|
|
836
|
-
|
|
837
|
-
### Patch Changes
|
|
838
|
-
|
|
839
|
-
- [`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))
|
|
840
|
-
|
|
841
|
-
## 6.0.2-canary.18
|
|
842
|
-
|
|
843
|
-
## 6.0.2-canary.17
|
|
844
|
-
|
|
845
|
-
### Patch Changes
|
|
846
|
-
|
|
847
|
-
- [#1895](https://github.com/graphcommerce-org/graphcommerce/pull/1895) [`e6dbddc01`](https://github.com/graphcommerce-org/graphcommerce/commit/e6dbddc019358f13886288ae065da2def0c1b335) - `useScrollTo` improvements for easier debugging:
|
|
848
|
-
|
|
849
|
-
- When a `scrollTo` animation is requesed while an animation is is progress it will throw an error
|
|
850
|
-
- When a `scrollTo` animation is retriggered more than 5 times, it will throw an error
|
|
851
|
-
- When a `scrollTo` detects the overlay is resized after the animation it will show a warning. ([@paales](https://github.com/paales))
|
|
852
|
-
|
|
853
|
-
## 6.0.2-canary.16
|
|
854
|
-
|
|
855
|
-
## 6.0.2-canary.15
|
|
856
|
-
|
|
857
|
-
## 6.0.2-canary.14
|
|
858
|
-
|
|
859
|
-
## 6.0.2-canary.13
|
|
860
|
-
|
|
861
|
-
## 6.0.2-canary.12
|
|
862
|
-
|
|
863
|
-
## 6.0.2-canary.11
|
|
864
|
-
|
|
865
|
-
## 6.0.2-canary.10
|
|
866
|
-
|
|
867
|
-
## 6.0.2-canary.9
|
|
868
|
-
|
|
869
|
-
## 6.0.2-canary.8
|
|
870
|
-
|
|
871
|
-
## 6.0.2-canary.7
|
|
872
|
-
|
|
873
|
-
## 6.0.2-canary.6
|
|
874
|
-
|
|
875
|
-
## 6.0.2-canary.5
|
|
876
|
-
|
|
877
|
-
## 6.0.2-canary.4
|
|
878
|
-
|
|
879
|
-
## 6.0.2-canary.3
|
|
880
|
-
|
|
881
|
-
## 6.0.2-canary.2
|
|
882
|
-
|
|
883
|
-
## 6.0.2-canary.1
|
|
884
|
-
|
|
885
|
-
## 6.0.2-canary.0
|
|
886
|
-
|
|
887
139
|
## 6.0.1
|
|
888
140
|
|
|
889
141
|
### Patch Changes
|
|
890
142
|
|
|
891
143
|
- [#1854](https://github.com/graphcommerce-org/graphcommerce/pull/1854) [`9cdce5786`](https://github.com/graphcommerce-org/graphcommerce/commit/9cdce578693782733d7bb3f4b7bf364e1cf26124) - Simplify useElementScroll component to a better standard to debug stuff ([@paales](https://github.com/paales))
|
|
892
144
|
|
|
893
|
-
## 6.0.1-canary.7
|
|
894
|
-
|
|
895
|
-
## 6.0.1-canary.6
|
|
896
|
-
|
|
897
|
-
## 6.0.1-canary.5
|
|
898
|
-
|
|
899
|
-
## 6.0.1-canary.4
|
|
900
|
-
|
|
901
|
-
## 6.0.1-canary.3
|
|
902
|
-
|
|
903
|
-
## 6.0.1-canary.2
|
|
904
|
-
|
|
905
|
-
## 6.0.1-canary.1
|
|
906
|
-
|
|
907
|
-
## 6.0.1-canary.0
|
|
908
|
-
|
|
909
|
-
### Patch Changes
|
|
910
|
-
|
|
911
|
-
- [#1854](https://github.com/graphcommerce-org/graphcommerce/pull/1854) [`9cdce5786`](https://github.com/graphcommerce-org/graphcommerce/commit/9cdce578693782733d7bb3f4b7bf364e1cf26124) - Simplify useElementScroll component to a better standard to debug stuff ([@paales](https://github.com/paales))
|
|
912
|
-
|
|
913
145
|
## 6.0.0
|
|
914
146
|
|
|
915
147
|
### Major Changes
|
|
@@ -924,142 +156,6 @@
|
|
|
924
156
|
|
|
925
157
|
- [#1829](https://github.com/graphcommerce-org/graphcommerce/pull/1829) [`52ecfc2ad`](https://github.com/graphcommerce-org/graphcommerce/commit/52ecfc2ad25fc6ef92465862fb94c1829bdd7c52) - CSS dvh property is now used when supported by browsers, causing less rerenders with overlays. ([@bramvanderholst](https://github.com/bramvanderholst))
|
|
926
158
|
|
|
927
|
-
## 6.0.0-canary.54
|
|
928
|
-
|
|
929
|
-
## 6.0.0-canary.53
|
|
930
|
-
|
|
931
|
-
## 6.0.0-canary.52
|
|
932
|
-
|
|
933
|
-
## 6.0.0-canary.51
|
|
934
|
-
|
|
935
|
-
## 6.0.0-canary.50
|
|
936
|
-
|
|
937
|
-
## 6.0.0-canary.49
|
|
938
|
-
|
|
939
|
-
## 6.0.0-canary.48
|
|
940
|
-
|
|
941
|
-
## 6.0.0-canary.47
|
|
942
|
-
|
|
943
|
-
## 6.0.0-canary.46
|
|
944
|
-
|
|
945
|
-
## 6.0.0-canary.45
|
|
946
|
-
|
|
947
|
-
## 6.0.0-canary.44
|
|
948
|
-
|
|
949
|
-
## 6.0.0-canary.43
|
|
950
|
-
|
|
951
|
-
## 6.0.0-canary.42
|
|
952
|
-
|
|
953
|
-
## 6.0.0-canary.41
|
|
954
|
-
|
|
955
|
-
## 6.0.0-canary.40
|
|
956
|
-
|
|
957
|
-
## 6.0.0-canary.39
|
|
958
|
-
|
|
959
|
-
## 6.0.0-canary.38
|
|
960
|
-
|
|
961
|
-
## 6.0.0-canary.37
|
|
962
|
-
|
|
963
|
-
## 6.0.0-canary.36
|
|
964
|
-
|
|
965
|
-
## 6.0.0-canary.35
|
|
966
|
-
|
|
967
|
-
## 6.0.0-canary.34
|
|
968
|
-
|
|
969
|
-
### Patch Changes
|
|
970
|
-
|
|
971
|
-
- [#1830](https://github.com/graphcommerce-org/graphcommerce/pull/1830) [`203b6298e`](https://github.com/graphcommerce-org/graphcommerce/commit/203b6298ee06569bb662bb728282366d08b8f6af) - Scroller: whem immediately dragging after letting go the current animation should be cancelled ([@paales](https://github.com/paales))
|
|
972
|
-
|
|
973
|
-
## 6.0.0-canary.33
|
|
974
|
-
|
|
975
|
-
## 6.0.0-canary.32
|
|
976
|
-
|
|
977
|
-
## 6.0.0-canary.31
|
|
978
|
-
|
|
979
|
-
## 6.0.0-canary.30
|
|
980
|
-
|
|
981
|
-
### Patch Changes
|
|
982
|
-
|
|
983
|
-
- [#1829](https://github.com/graphcommerce-org/graphcommerce/pull/1829) [`52ecfc2ad`](https://github.com/graphcommerce-org/graphcommerce/commit/52ecfc2ad25fc6ef92465862fb94c1829bdd7c52) - Dynamic viewport height when supported ([@bramvanderholst](https://github.com/bramvanderholst))
|
|
984
|
-
|
|
985
|
-
## 6.0.0-canary.29
|
|
986
|
-
|
|
987
|
-
## 6.0.0-canary.28
|
|
988
|
-
|
|
989
|
-
### Patch Changes
|
|
990
|
-
|
|
991
|
-
- [#1823](https://github.com/graphcommerce-org/graphcommerce/pull/1823) [`605d74434`](https://github.com/graphcommerce-org/graphcommerce/commit/605d74434b78baa83f3574b6a4249eae0431d570) - Fix/upgrade instructions ([@paales](https://github.com/paales))
|
|
992
|
-
|
|
993
|
-
## 6.0.0-canary.27
|
|
994
|
-
|
|
995
|
-
### Patch Changes
|
|
996
|
-
|
|
997
|
-
- [#1821](https://github.com/graphcommerce-org/graphcommerce/pull/1821) [`1abc50a21`](https://github.com/graphcommerce-org/graphcommerce/commit/1abc50a21103270fad04e4a9ea892ee1e75233e9) - Fix regression bugs and upgrade packages to latest versions ([@paales](https://github.com/paales))
|
|
998
|
-
|
|
999
|
-
## 6.0.0-canary.26
|
|
1000
|
-
|
|
1001
|
-
## 6.0.0-canary.25
|
|
1002
|
-
|
|
1003
|
-
## 6.0.0-canary.24
|
|
1004
|
-
|
|
1005
|
-
## 6.0.0-canary.23
|
|
1006
|
-
|
|
1007
|
-
## 6.0.0-canary.22
|
|
1008
|
-
|
|
1009
|
-
## 6.0.0-canary.21
|
|
1010
|
-
|
|
1011
|
-
## 6.0.0-canary.20
|
|
1012
|
-
|
|
1013
|
-
## 5.2.0-canary.19
|
|
1014
|
-
|
|
1015
|
-
## 5.2.0-canary.18
|
|
1016
|
-
|
|
1017
|
-
## 5.2.0-canary.17
|
|
1018
|
-
|
|
1019
|
-
## 5.2.0-canary.16
|
|
1020
|
-
|
|
1021
|
-
## 5.2.0-canary.15
|
|
1022
|
-
|
|
1023
|
-
## 5.2.0-canary.14
|
|
1024
|
-
|
|
1025
|
-
## 5.2.0-canary.13
|
|
1026
|
-
|
|
1027
|
-
## 5.2.0-canary.12
|
|
1028
|
-
|
|
1029
|
-
## 5.2.0-canary.11
|
|
1030
|
-
|
|
1031
|
-
## 5.2.0-canary.10
|
|
1032
|
-
|
|
1033
|
-
## 5.2.0-canary.9
|
|
1034
|
-
|
|
1035
|
-
## 5.2.0-canary.8
|
|
1036
|
-
|
|
1037
|
-
## 5.2.0-canary.7
|
|
1038
|
-
|
|
1039
|
-
### Minor Changes
|
|
1040
|
-
|
|
1041
|
-
- [#1749](https://github.com/graphcommerce-org/graphcommerce/pull/1749) [`0cc472915`](https://github.com/graphcommerce-org/graphcommerce/commit/0cc4729154d316227a41712b5f0adf514768e91f) - Added new filter UI and behaviour. Filters will appear as a popper on the md and up breakpoints and as an overlay on sm and below breakpoints. Filters now have an Apply button instead of applying directly. ([@paales](https://github.com/paales))
|
|
1042
|
-
|
|
1043
|
-
## 5.2.0-canary.6
|
|
1044
|
-
|
|
1045
|
-
## 5.2.0-canary.5
|
|
1046
|
-
|
|
1047
|
-
## 5.2.0-canary.4
|
|
1048
|
-
|
|
1049
|
-
## 5.2.0-canary.3
|
|
1050
|
-
|
|
1051
|
-
## 5.2.0-canary.2
|
|
1052
|
-
|
|
1053
|
-
## 5.2.0-canary.1
|
|
1054
|
-
|
|
1055
|
-
## 5.2.0-canary.0
|
|
1056
|
-
|
|
1057
|
-
## 5.1.1
|
|
1058
|
-
|
|
1059
|
-
## 5.1.1-canary.1
|
|
1060
|
-
|
|
1061
|
-
## 5.1.1-canary.0
|
|
1062
|
-
|
|
1063
159
|
## 5.1.0
|
|
1064
160
|
|
|
1065
161
|
### Patch Changes
|
|
@@ -1075,45 +171,6 @@
|
|
|
1075
171
|
|
|
1076
172
|
- [#1755](https://github.com/graphcommerce-org/graphcommerce/pull/1755) [`3b341f694`](https://github.com/graphcommerce-org/graphcommerce/commit/3b341f69409c2c6404b619684d1a28aec32a0211) - When selecting text inside an input or textarea it shouldn't be possible to drag the scroller ([@paales](https://github.com/paales))
|
|
1077
173
|
|
|
1078
|
-
## 5.1.0-canary.11
|
|
1079
|
-
|
|
1080
|
-
## 5.1.0-canary.10
|
|
1081
|
-
|
|
1082
|
-
## 5.1.0-canary.9
|
|
1083
|
-
|
|
1084
|
-
## 5.1.0-canary.8
|
|
1085
|
-
|
|
1086
|
-
## 5.1.0-canary.7
|
|
1087
|
-
|
|
1088
|
-
## 5.1.0-canary.6
|
|
1089
|
-
|
|
1090
|
-
## 5.1.0-canary.5
|
|
1091
|
-
|
|
1092
|
-
## 5.1.0-canary.4
|
|
1093
|
-
|
|
1094
|
-
### Patch Changes
|
|
1095
|
-
|
|
1096
|
-
- [#1755](https://github.com/graphcommerce-org/graphcommerce/pull/1755) [`f44a05a6c`](https://github.com/graphcommerce-org/graphcommerce/commit/f44a05a6cedadc17e44c87f53cad5f462bc52aba) - Use a singlular useElementScroll and provide ther scroll from the useScrollerContext ([@paales](https://github.com/paales))
|
|
1097
|
-
|
|
1098
|
-
- [#1755](https://github.com/graphcommerce-org/graphcommerce/pull/1755) [`3b341f694`](https://github.com/graphcommerce-org/graphcommerce/commit/3b341f69409c2c6404b619684d1a28aec32a0211) - When selecting text inside an input or textarea it shouldn't be possible to drag the scroller ([@paales](https://github.com/paales))
|
|
1099
|
-
|
|
1100
|
-
## 5.1.0-canary.3
|
|
1101
|
-
|
|
1102
|
-
### Patch Changes
|
|
1103
|
-
|
|
1104
|
-
- [#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.
|
|
1105
|
-
|
|
1106
|
-
- Updated the @mui/material package
|
|
1107
|
-
- Removed dependencies on react-hook-form-mui and @playwright/test
|
|
1108
|
-
- Upgraded dependencies including type-fest and graphql-mesh
|
|
1109
|
-
- Solved peer dependency issues ([@paales](https://github.com/paales))
|
|
1110
|
-
|
|
1111
|
-
## 5.1.0-canary.2
|
|
1112
|
-
|
|
1113
|
-
## 5.1.0-canary.1
|
|
1114
|
-
|
|
1115
|
-
## 5.1.0-canary.0
|
|
1116
|
-
|
|
1117
174
|
## 5.0.0
|
|
1118
175
|
|
|
1119
176
|
### Major Changes
|
|
@@ -1130,62 +187,12 @@
|
|
|
1130
187
|
|
|
1131
188
|
- [#1738](https://github.com/graphcommerce-org/graphcommerce/pull/1738) [`6171ad02c`](https://github.com/graphcommerce-org/graphcommerce/commit/6171ad02c19782b1e1f0eb00ea25ea6b764250b5) - Added topological sorting to plugins and added ifEnv export to plugins to conditionally load plugins ([@paales](https://github.com/paales))
|
|
1132
189
|
|
|
1133
|
-
## 5.0.0-canary.14
|
|
1134
|
-
|
|
1135
|
-
## 5.0.0-canary.9
|
|
1136
|
-
|
|
1137
|
-
### Major Changes
|
|
1138
|
-
|
|
1139
|
-
- [`e4c7fe17e`](https://github.com/graphcommerce-org/graphcommerce/commit/e4c7fe17e413e37362ceae92e67f1b3a5f62d398) - Bump major version of all packages ([@paales](https://github.com/paales))
|
|
1140
|
-
|
|
1141
|
-
## 4.31.0-canary.8
|
|
1142
|
-
|
|
1143
|
-
## 4.31.0-canary.7
|
|
1144
|
-
|
|
1145
|
-
## 4.31.0-canary.6
|
|
1146
|
-
|
|
1147
|
-
## 4.31.0-canary.5
|
|
1148
|
-
|
|
1149
|
-
### Patch Changes
|
|
1150
|
-
|
|
1151
|
-
- [#1738](https://github.com/graphcommerce-org/graphcommerce/pull/1738) [`6171ad02c`](https://github.com/graphcommerce-org/graphcommerce/commit/6171ad02c19782b1e1f0eb00ea25ea6b764250b5) - Added topological sorting to plugins and added ifEnv export to plugins to conditionally load plugins ([@paales](https://github.com/paales))
|
|
1152
|
-
|
|
1153
|
-
## 4.31.0-canary.4
|
|
1154
|
-
|
|
1155
|
-
## 4.31.0-canary.3
|
|
1156
|
-
|
|
1157
|
-
## 4.31.0-canary.2
|
|
1158
|
-
|
|
1159
|
-
## 4.31.0-canary.1
|
|
1160
|
-
|
|
1161
|
-
### Patch Changes
|
|
1162
|
-
|
|
1163
|
-
- [#1718](https://github.com/graphcommerce-org/graphcommerce/pull/1718) [`6407e8719`](https://github.com/graphcommerce-org/graphcommerce/commit/6407e87191aaf3ad49eca536efcabf3641296e80) - ScrollerPageCounter shouldn’t set visibleItems to a string as that isn’t the correct type ([@paales](https://github.com/paales))
|
|
1164
|
-
|
|
1165
|
-
## 4.31.0-canary.0
|
|
1166
|
-
|
|
1167
|
-
### Minor Changes
|
|
1168
|
-
|
|
1169
|
-
- [#1719](https://github.com/graphcommerce-org/graphcommerce/pull/1719) [`dc4996bfe`](https://github.com/graphcommerce-org/graphcommerce/commit/dc4996bfe8a3d6aa950ec79972b3b0c84dfe1c9d) Thanks [@mikekeehnen](https://github.com/mikekeehnen)! - Changed pan gesture in useScroller to look at pan state instead of the root component
|
|
1170
|
-
|
|
1171
|
-
## 4.30.2
|
|
1172
|
-
|
|
1173
|
-
## 4.30.1
|
|
1174
|
-
|
|
1175
190
|
## 4.30.0
|
|
1176
191
|
|
|
1177
192
|
### Patch Changes
|
|
1178
193
|
|
|
1179
194
|
- [#1702](https://github.com/graphcommerce-org/graphcommerce/pull/1702) [`abb15ef4a`](https://github.com/graphcommerce-org/graphcommerce/commit/abb15ef4a79b12eddb32cc006e5d1d31dd06ac2d) Thanks [@paales](https://github.com/paales)! - Added canary releases to GraphCommerce
|
|
1180
195
|
|
|
1181
|
-
## 4.30.0-canary.1
|
|
1182
|
-
|
|
1183
|
-
### Patch Changes
|
|
1184
|
-
|
|
1185
|
-
- [`abb15ef4a`](https://github.com/graphcommerce-org/graphcommerce/commit/abb15ef4a79b12eddb32cc006e5d1d31dd06ac2d) Thanks [@paales](https://github.com/paales)! - Added canary releases to GraphCommerce
|
|
1186
|
-
|
|
1187
|
-
## 4.30.0-canary.0
|
|
1188
|
-
|
|
1189
196
|
## 2.1.45
|
|
1190
197
|
|
|
1191
198
|
### Patch Changes
|
|
@@ -1481,7 +488,7 @@
|
|
|
1481
488
|
All occurences of `<Trans>` and `t` need to be replaced:
|
|
1482
489
|
|
|
1483
490
|
```tsx
|
|
1484
|
-
import {
|
|
491
|
+
import { t, Trans } from '@lingui/macro'
|
|
1485
492
|
|
|
1486
493
|
function MyComponent() {
|
|
1487
494
|
const foo = 'bar'
|
|
@@ -1496,8 +503,8 @@
|
|
|
1496
503
|
Needs to be replaced with:
|
|
1497
504
|
|
|
1498
505
|
```tsx
|
|
1499
|
-
import { Trans } from '@lingui/react'
|
|
1500
506
|
import { i18n } from '@lingui/core'
|
|
507
|
+
import { Trans } from '@lingui/react'
|
|
1501
508
|
|
|
1502
509
|
function MyComponent() {
|
|
1503
510
|
const foo = 'bar'
|