@faststore/api 1.12.32 → 1.12.36
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/dist/__generated__/schema.d.ts +209 -0
- package/dist/api.cjs.development.js +197 -89
- package/dist/api.cjs.development.js.map +1 -1
- package/dist/api.cjs.production.min.js +1 -1
- package/dist/api.cjs.production.min.js.map +1 -1
- package/dist/api.esm.js +197 -89
- package/dist/api.esm.js.map +1 -1
- package/dist/index.d.ts +29 -9
- package/dist/platforms/vtex/clients/commerce/index.d.ts +2 -0
- package/dist/platforms/vtex/clients/commerce/types/Address.d.ts +16 -0
- package/dist/platforms/vtex/clients/commerce/types/Simulation.d.ts +2 -2
- package/dist/platforms/vtex/clients/index.d.ts +1 -0
- package/dist/platforms/vtex/clients/search/types/ProductSearchResult.d.ts +1 -0
- package/dist/platforms/vtex/index.d.ts +29 -9
- package/dist/platforms/vtex/loaders/index.d.ts +1 -1
- package/dist/platforms/vtex/loaders/simulation.d.ts +2 -2
- package/dist/platforms/vtex/resolvers/query.d.ts +21 -9
- package/dist/platforms/vtex/resolvers/searchResult.d.ts +5 -1
- package/dist/platforms/vtex/resolvers/shippingSLA.d.ts +14 -0
- package/package.json +3 -4
- package/src/__generated__/schema.ts +11 -0
- package/src/platforms/vtex/clients/search/types/ProductSearchResult.ts +1 -0
- package/src/platforms/vtex/resolvers/query.ts +6 -3
- package/src/platforms/vtex/resolvers/searchResult.ts +34 -30
- package/src/typeDefs/query.graphql +18 -0
- package/CHANGELOG.md +0 -1596
- package/LICENSE +0 -21
package/CHANGELOG.md
DELETED
|
@@ -1,1596 +0,0 @@
|
|
|
1
|
-
# Change Log
|
|
2
|
-
|
|
3
|
-
All notable changes to this project will be documented in this file.
|
|
4
|
-
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
|
-
|
|
6
|
-
## [1.12.29](https://github.com/vtex/faststore/compare/v1.12.28...v1.12.29) (2022-11-14)
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
### Features
|
|
10
|
-
|
|
11
|
-
* Shipping Simulation Integration ([#1440](https://github.com/vtex/faststore/issues/1440)) ([8eacba4](https://github.com/vtex/faststore/commit/8eacba46a40f53be7fdca72dc04ff838dbf449c7))
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
## [1.12.21](https://github.com/vtex/faststore/compare/v1.12.20...v1.12.21) (2022-10-31)
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
### Bug Fixes
|
|
19
|
-
|
|
20
|
-
* Takes sales channel in consideration when getting region ([#1499](https://github.com/vtex/faststore/issues/1499)) ([6827c39](https://github.com/vtex/faststore/commit/6827c396a43e025e5bafb726471fdd212baba330))
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
## 1.12.20 (2022-10-26)
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
### Chores
|
|
28
|
-
|
|
29
|
-
* git blame ignore modification by data-fs ([#1494](https://github.com/vtex/faststore/issues/1494)) ([783079e](https://github.com/vtex/faststore/commit/783079e7095b39270bbb60e79063b774056dc5d4))
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
## 1.12.19 (2022-10-25)
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
### Bug Fixes
|
|
37
|
-
|
|
38
|
-
* add shared tsconfig on cli ([#1492](https://github.com/vtex/faststore/issues/1492)) ([2f0a852](https://github.com/vtex/faststore/commit/2f0a8521bf4da351eee474912ed04f3dde090306)), closes [#1493](https://github.com/vtex/faststore/issues/1493)
|
|
39
|
-
* yarn ([#1490](https://github.com/vtex/faststore/issues/1490)) ([52756b1](https://github.com/vtex/faststore/commit/52756b1ec66d9b70ae4899ed373a180749f8e5cd))
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
## [1.12.17](https://github.com/vtex/faststore/compare/v1.12.16...v1.12.17) (2022-10-20)
|
|
44
|
-
|
|
45
|
-
**Note:** Version bump only for package @faststore/api
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
## [1.12.16](https://github.com/vtex/faststore/compare/v1.12.15...v1.12.16) (2022-10-19)
|
|
52
|
-
|
|
53
|
-
**Note:** Version bump only for package @faststore/api
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
## [1.12.15](https://github.com/vtex/faststore/compare/v1.12.14...v1.12.15) (2022-10-15)
|
|
60
|
-
|
|
61
|
-
**Note:** Version bump only for package @faststore/api
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
## [1.12.14](https://github.com/vtex/faststore/compare/v1.12.13...v1.12.14) (2022-10-13)
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
### Bug Fixes
|
|
71
|
-
|
|
72
|
-
* checks for session existance before trying to update shipping data ([#1487](https://github.com/vtex/faststore/issues/1487)) ([8edced3](https://github.com/vtex/faststore/commit/8edced304ccdc804c7c9eb215955cec6f7c621ca))
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
## [1.12.12](https://github.com/vtex/faststore/compare/v1.12.11...v1.12.12) (2022-10-10)
|
|
77
|
-
|
|
78
|
-
**Note:** Version bump only for package @faststore/api
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
## [1.12.8](https://github.com/vtex/faststore/compare/v1.12.7...v1.12.8) (2022-09-29)
|
|
85
|
-
|
|
86
|
-
**Note:** Version bump only for package @faststore/api
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
## [1.12.7](https://github.com/vtex/faststore/compare/v1.12.6...v1.12.7) (2022-09-28)
|
|
93
|
-
|
|
94
|
-
**Note:** Version bump only for package @faststore/api
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
## [1.12.6](https://github.com/vtex/faststore/compare/v1.12.5...v1.12.6) (2022-09-26)
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
### Features
|
|
104
|
-
|
|
105
|
-
* Add CacheControl GraphQL directive ([#1473](https://github.com/vtex/faststore/issues/1473)) ([b9fd889](https://github.com/vtex/faststore/commit/b9fd889fda56ea409266c56478adcd49fa34d46a))
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
## 1.11.8 (2022-09-01)
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
### Bug Fixes
|
|
113
|
-
|
|
114
|
-
* Lint issues ([#1450](https://github.com/vtex/faststore/issues/1450)) ([139de34](https://github.com/vtex/faststore/commit/139de346d5d8f094caff4cc58f340f85043e1fb4))
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
## [1.11.7](https://github.com/vtex/faststore/compare/v1.11.6...v1.11.7) (2022-08-29)
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
### Features
|
|
122
|
-
|
|
123
|
-
* Cart with session info ([#1444](https://github.com/vtex/faststore/issues/1444)) ([e36ad6f](https://github.com/vtex/faststore/commit/e36ad6f6e1af1a03c0dd47c4263e96bc9d0b7b8d))
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
## [1.11.4](https://github.com/vtex/faststore/compare/v1.11.3...v1.11.4) (2022-08-15)
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
### Features
|
|
131
|
-
|
|
132
|
-
* Product releaseDate ([#1438](https://github.com/vtex/faststore/issues/1438)) ([255b236](https://github.com/vtex/faststore/commit/255b236b8573f88768a0ba0ec0ead001e36daa7d))
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
## [1.11.3](https://github.com/vtex/faststore/compare/v1.11.2...v1.11.3) (2022-08-10)
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
### Bug Fixes
|
|
140
|
-
|
|
141
|
-
* Join cart items ([#1434](https://github.com/vtex/faststore/issues/1434)) ([990b6a9](https://github.com/vtex/faststore/commit/990b6a920703f9004f7e0d6be6c2a316610db5c6))
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
## 1.10.34 (2022-08-04)
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
### Features
|
|
149
|
-
|
|
150
|
-
* Add skuSelector-related properties to ProductGroup type ([#1407](https://github.com/vtex/faststore/issues/1407)) ([3f9f33f](https://github.com/vtex/faststore/commit/3f9f33f05b47d266465f349edb7645ad06ff7b27))
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
### Chores
|
|
154
|
-
|
|
155
|
-
* Update generated types from `@faststore/api` ([#1431](https://github.com/vtex/faststore/issues/1431)) ([516068a](https://github.com/vtex/faststore/commit/516068a4cb67a9029693c967db34b133aac81403))
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
## [1.10.33](https://github.com/vtex/faststore/compare/v1.10.32...v1.10.33) (2022-08-03)
|
|
160
|
-
|
|
161
|
-
**Note:** Version bump only for package @faststore/api
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
## 1.10.30 (2022-08-02)
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
### Chores
|
|
171
|
-
|
|
172
|
-
* Updates documentation link ([#1424](https://github.com/vtex/faststore/issues/1424)) ([04e518a](https://github.com/vtex/faststore/commit/04e518a92038259bda212024b85c1a807ebf0e1a))
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
## [1.10.19](https://github.com/vtex/faststore/compare/v1.10.18...v1.10.19) (2022-07-22)
|
|
177
|
-
|
|
178
|
-
**Note:** Version bump only for package @faststore/api
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
## 1.10.18 (2022-07-20)
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
### Bug Fixes
|
|
188
|
-
|
|
189
|
-
* Add missing Catalog pageTypes to `@faststore/api` ([#1411](https://github.com/vtex/faststore/issues/1411)) ([e74890b](https://github.com/vtex/faststore/commit/e74890b8b3d3276970ed645bfc17381fc8e1c027))
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
## 1.10.17 (2022-07-20)
|
|
196
|
-
|
|
197
|
-
**Note:** Version bump only for package @faststore/api
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
## [1.10.8](https://github.com/vtex/faststore/compare/v1.10.7...v1.10.8) (2022-07-07)
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
### Features
|
|
207
|
-
|
|
208
|
-
* Add priceCurrency to Offer ([#1399](https://github.com/vtex/faststore/issues/1399)) ([7ca846a](https://github.com/vtex/faststore/commit/7ca846af9b157707c71422b0d7e3e481edfbe5e6))
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
## 1.10.6 (2022-07-05)
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
### Features
|
|
218
|
-
|
|
219
|
-
* Support for cross selling API ([#1396](https://github.com/vtex/faststore/issues/1396)) ([98eb7e2](https://github.com/vtex/faststore/commit/98eb7e2cc6670bcb05d00418f901e26a2e9db8f0))
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
## [1.10.4](https://github.com/vtex/faststore/compare/v1.10.3...v1.10.4) (2022-07-04)
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
### Bug Fixes
|
|
229
|
-
|
|
230
|
-
* @faststore/graphql-utils ([#1394](https://github.com/vtex/faststore/issues/1394)) ([ea4b483](https://github.com/vtex/faststore/commit/ea4b4832b25fe257d8c5c0c67bc09fb04dc693cf))
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
## [1.9.17](https://github.com/vtex/faststore/compare/v1.9.16...v1.9.17) (2022-06-28)
|
|
237
|
-
|
|
238
|
-
**Note:** Version bump only for package @faststore/api
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
## [1.9.14](https://github.com/vtex/faststore/compare/v1.9.13...v1.9.14) (2022-06-23)
|
|
245
|
-
|
|
246
|
-
**Note:** Version bump only for package @faststore/api
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
## [1.9.11](https://github.com/vtex/faststore/compare/v1.9.10...v1.9.11) (2022-06-19)
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
### Features
|
|
256
|
-
|
|
257
|
-
* Price range filter on PLP ([#1364](https://github.com/vtex/faststore/issues/1364)) ([a4c3fa7](https://github.com/vtex/faststore/commit/a4c3fa79c32d1db7bc737f5221479e6db1488866))
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
## 1.9.9 (2022-06-17)
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
### Bug Fixes
|
|
267
|
-
|
|
268
|
-
* add outdir to all tsconfig ([#1372](https://github.com/vtex/faststore/issues/1372)) ([8f847d9](https://github.com/vtex/faststore/commit/8f847d938b0ac66433a248bc77e77a21475b65db))
|
|
269
|
-
* prettier format files ([#1369](https://github.com/vtex/faststore/issues/1369)) ([7f42ea9](https://github.com/vtex/faststore/commit/7f42ea913ee60333fe32434491f9be83c29a165d))
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
## 1.9.8 (2022-06-17)
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
### Features
|
|
279
|
-
|
|
280
|
-
* lint ([#1368](https://github.com/vtex/faststore/issues/1368)) ([66ce99f](https://github.com/vtex/faststore/commit/66ce99f310ec593245e3937daea5ed813e1630e6))
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
## [1.9.7](https://github.com/vtex/faststore/compare/v1.9.6...v1.9.7) (2022-06-13)
|
|
287
|
-
|
|
288
|
-
### Features
|
|
289
|
-
|
|
290
|
-
- Canonical PDP slugs ([#1338](https://github.com/vtex/faststore/issues/1338)) ([ec807bb](https://github.com/vtex/faststore/commit/ec807bb94dafaa72cdec82d53933ca0809bf01df))
|
|
291
|
-
|
|
292
|
-
## [1.9.6](https://github.com/vtex/faststore/compare/v1.9.5...v1.9.6) (2022-06-13)
|
|
293
|
-
|
|
294
|
-
### Features
|
|
295
|
-
|
|
296
|
-
- Export API Errors ([#1361](https://github.com/vtex/faststore/issues/1361)) ([853035a](https://github.com/vtex/faststore/commit/853035aec1ad94cefaf9eae340b625fb6c920ec2))
|
|
297
|
-
|
|
298
|
-
## [1.9.5](https://github.com/vtex/faststore/compare/v1.9.4...v1.9.5) (2022-06-10)
|
|
299
|
-
|
|
300
|
-
**Note:** Version bump only for package @faststore/api
|
|
301
|
-
|
|
302
|
-
## 1.9.4 (2022-06-10)
|
|
303
|
-
|
|
304
|
-
### Bug Fixes
|
|
305
|
-
|
|
306
|
-
- codesandbox ci ([#1357](https://github.com/vtex/faststore/issues/1357)) ([db07e1f](https://github.com/vtex/faststore/commit/db07e1fb02f28b0f082c361cb2c28250a687b760))
|
|
307
|
-
|
|
308
|
-
## [1.9.3](https://github.com/vtex/faststore/compare/v1.9.2...v1.9.3) (2022-06-09)
|
|
309
|
-
|
|
310
|
-
### Bug Fixes
|
|
311
|
-
|
|
312
|
-
- Spot pricing sort for lowPrice/highPrice ([#1350](https://github.com/vtex/faststore/issues/1350)) ([6836c6f](https://github.com/vtex/faststore/commit/6836c6f36a14e22eed3564e48a3eae63997b85b8))
|
|
313
|
-
|
|
314
|
-
## 1.9.1 (2022-06-09)
|
|
315
|
-
|
|
316
|
-
**Note:** Version bump only for package @faststore/api
|
|
317
|
-
|
|
318
|
-
## 1.8.51 (2022-06-03)
|
|
319
|
-
|
|
320
|
-
### Features
|
|
321
|
-
|
|
322
|
-
- **UI:** Add Hero component ([#1336](https://github.com/vtex/faststore/issues/1336)) ([767c0cd](https://github.com/vtex/faststore/commit/767c0cdc5eaf6bd56020d64fd7718b1379c09390))
|
|
323
|
-
|
|
324
|
-
## 1.8.49 (2022-05-31)
|
|
325
|
-
|
|
326
|
-
### Bug Fixes
|
|
327
|
-
|
|
328
|
-
- remove docs from build on codesandbox ([#1334](https://github.com/vtex/faststore/issues/1334)) ([c9eabde](https://github.com/vtex/faststore/commit/c9eabdea8d951d42a9b3898572719e1f45294b33))
|
|
329
|
-
|
|
330
|
-
## 1.8.46 (2022-05-30)
|
|
331
|
-
|
|
332
|
-
### Features
|
|
333
|
-
|
|
334
|
-
- using cache ([#1330](https://github.com/vtex/faststore/issues/1330)) ([6f8a7a4](https://github.com/vtex/faststore/commit/6f8a7a4a593f7e82586d7e3d48f5254e011b8df6))
|
|
335
|
-
|
|
336
|
-
## 1.8.45 (2022-05-30)
|
|
337
|
-
|
|
338
|
-
**Note:** Version bump only for package @faststore/api
|
|
339
|
-
|
|
340
|
-
## [1.8.44](https://github.com/vtex/faststore/compare/v1.8.43...v1.8.44) (2022-05-30)
|
|
341
|
-
|
|
342
|
-
**Note:** Version bump only for package @faststore/api
|
|
343
|
-
|
|
344
|
-
## 1.8.42 (2022-05-30)
|
|
345
|
-
|
|
346
|
-
### Bug Fixes
|
|
347
|
-
|
|
348
|
-
- github release ([194413b](https://github.com/vtex/faststore/commit/194413ba0087c8283942108ab5fdd25964b8901b))
|
|
349
|
-
|
|
350
|
-
## 1.8.41 (2022-05-30)
|
|
351
|
-
|
|
352
|
-
**Note:** Version bump only for package @faststore/api
|
|
353
|
-
|
|
354
|
-
## 1.8.40 (2022-05-30)
|
|
355
|
-
|
|
356
|
-
### Bug Fixes
|
|
357
|
-
|
|
358
|
-
- Cart item with additionalProperty ([#1325](https://github.com/vtex/faststore/issues/1325)) ([8fa6aa1](https://github.com/vtex/faststore/commit/8fa6aa1a88d3e3702a017e581cbcff4281c47f4f))
|
|
359
|
-
|
|
360
|
-
## 1.8.39 (2022-05-27)
|
|
361
|
-
|
|
362
|
-
**Note:** Version bump only for package @faststore/api
|
|
363
|
-
|
|
364
|
-
## 1.8.38 (2022-05-27)
|
|
365
|
-
|
|
366
|
-
**Note:** Version bump only for package @faststore/api
|
|
367
|
-
|
|
368
|
-
## 1.8.37 (2022-05-27)
|
|
369
|
-
|
|
370
|
-
### Bug Fixes
|
|
371
|
-
|
|
372
|
-
- Increase NodeJS version ([#1323](https://github.com/vtex/faststore/issues/1323)) ([3a6fbe7](https://github.com/vtex/faststore/commit/3a6fbe7c230b7056582c783464bfb45cc5717bed))
|
|
373
|
-
|
|
374
|
-
## 1.8.36 (2022-05-26)
|
|
375
|
-
|
|
376
|
-
### Bug Fixes
|
|
377
|
-
|
|
378
|
-
- Top searches ([#1321](https://github.com/vtex/faststore/issues/1321)) ([e2ab99d](https://github.com/vtex/faststore/commit/e2ab99d4f443e013f3fd024fc83bb612fcb27f41))
|
|
379
|
-
|
|
380
|
-
## 1.8.35 (2022-05-26)
|
|
381
|
-
|
|
382
|
-
### Features
|
|
383
|
-
|
|
384
|
-
- Add OutOfStock component ([#1314](https://github.com/vtex/faststore/issues/1314)) ([37eac86](https://github.com/vtex/faststore/commit/37eac86ede448ef68aef426f65f2d224694b2cfc))
|
|
385
|
-
|
|
386
|
-
## 1.8.34 (2022-05-25)
|
|
387
|
-
|
|
388
|
-
**Note:** Version bump only for package @faststore/api
|
|
389
|
-
|
|
390
|
-
## 1.8.33 (2022-05-24)
|
|
391
|
-
|
|
392
|
-
### Features
|
|
393
|
-
|
|
394
|
-
- useStorage update onFocus ([#1316](https://github.com/vtex/faststore/issues/1316)) ([c9874d4](https://github.com/vtex/faststore/commit/c9874d46a16a09159e6e1bd4da4e61ec25bd62d2))
|
|
395
|
-
|
|
396
|
-
## 1.8.32 (2022-05-23)
|
|
397
|
-
|
|
398
|
-
**Note:** Version bump only for package @faststore/api
|
|
399
|
-
|
|
400
|
-
## 1.8.31 (2022-05-20)
|
|
401
|
-
|
|
402
|
-
**Note:** Version bump only for package @faststore/api
|
|
403
|
-
|
|
404
|
-
## 1.8.30 (2022-05-20)
|
|
405
|
-
|
|
406
|
-
**Note:** Version bump only for package @faststore/api
|
|
407
|
-
|
|
408
|
-
## 1.8.29 (2022-05-19)
|
|
409
|
-
|
|
410
|
-
**Note:** Version bump only for package @faststore/api
|
|
411
|
-
|
|
412
|
-
## 1.8.28 (2022-05-19)
|
|
413
|
-
|
|
414
|
-
**Note:** Version bump only for package @faststore/api
|
|
415
|
-
|
|
416
|
-
## 1.8.27 (2022-05-19)
|
|
417
|
-
|
|
418
|
-
**Note:** Version bump only for package @faststore/api
|
|
419
|
-
|
|
420
|
-
## 1.8.26 (2022-05-18)
|
|
421
|
-
|
|
422
|
-
**Note:** Version bump only for package @faststore/api
|
|
423
|
-
|
|
424
|
-
## 1.8.25 (2022-05-18)
|
|
425
|
-
|
|
426
|
-
**Note:** Version bump only for package @faststore/api
|
|
427
|
-
|
|
428
|
-
## 1.8.24 (2022-05-18)
|
|
429
|
-
|
|
430
|
-
### Bug Fixes
|
|
431
|
-
|
|
432
|
-
- Breadcrumb broken links ([#1306](https://github.com/vtex/faststore/issues/1306)) ([e1d74d4](https://github.com/vtex/faststore/commit/e1d74d49dc3f7cf90caa80e480a01346934c0d43))
|
|
433
|
-
|
|
434
|
-
## 1.8.23 (2022-05-17)
|
|
435
|
-
|
|
436
|
-
### Features
|
|
437
|
-
|
|
438
|
-
- Sync Cart with Checkout ([#1299](https://github.com/vtex/faststore/issues/1299)) ([62e8f56](https://github.com/vtex/faststore/commit/62e8f56b31c6bb6cf7260749a90ebef8aba9982b))
|
|
439
|
-
|
|
440
|
-
## 1.8.22 (2022-05-17)
|
|
441
|
-
|
|
442
|
-
**Note:** Version bump only for package @faststore/api
|
|
443
|
-
|
|
444
|
-
## 1.8.21 (2022-05-16)
|
|
445
|
-
|
|
446
|
-
**Note:** Version bump only for package @faststore/api
|
|
447
|
-
|
|
448
|
-
## 1.8.20 (2022-05-16)
|
|
449
|
-
|
|
450
|
-
**Note:** Version bump only for package @faststore/api
|
|
451
|
-
|
|
452
|
-
## 1.8.19 (2022-05-14)
|
|
453
|
-
|
|
454
|
-
**Note:** Version bump only for package @faststore/api
|
|
455
|
-
|
|
456
|
-
## 1.8.18 (2022-05-14)
|
|
457
|
-
|
|
458
|
-
**Note:** Version bump only for package @faststore/api
|
|
459
|
-
|
|
460
|
-
## 1.8.17 (2022-05-13)
|
|
461
|
-
|
|
462
|
-
### Features
|
|
463
|
-
|
|
464
|
-
- **UI:** Add `ProductCard` component ([#1272](https://github.com/vtex/faststore/issues/1272)) ([ea62210](https://github.com/vtex/faststore/commit/ea6221080da8b3538551f7a77df61a14d8de297d))
|
|
465
|
-
|
|
466
|
-
## 1.8.16 (2022-05-13)
|
|
467
|
-
|
|
468
|
-
**Note:** Version bump only for package @faststore/api
|
|
469
|
-
|
|
470
|
-
## 1.8.15 (2022-05-13)
|
|
471
|
-
|
|
472
|
-
**Note:** Version bump only for package @faststore/api
|
|
473
|
-
|
|
474
|
-
## 1.8.14 (2022-05-13)
|
|
475
|
-
|
|
476
|
-
**Note:** Version bump only for package @faststore/api
|
|
477
|
-
|
|
478
|
-
## 1.8.13 (2022-05-13)
|
|
479
|
-
|
|
480
|
-
**Note:** Version bump only for package @faststore/api
|
|
481
|
-
|
|
482
|
-
## 1.8.12 (2022-05-12)
|
|
483
|
-
|
|
484
|
-
**Note:** Version bump only for package @faststore/api
|
|
485
|
-
|
|
486
|
-
## 1.8.11 (2022-05-12)
|
|
487
|
-
|
|
488
|
-
**Note:** Version bump only for package @faststore/api
|
|
489
|
-
|
|
490
|
-
## 1.8.10 (2022-05-12)
|
|
491
|
-
|
|
492
|
-
**Note:** Version bump only for package @faststore/api
|
|
493
|
-
|
|
494
|
-
## 1.8.9 (2022-05-12)
|
|
495
|
-
|
|
496
|
-
**Note:** Version bump only for package @faststore/api
|
|
497
|
-
|
|
498
|
-
## 1.8.8 (2022-05-11)
|
|
499
|
-
|
|
500
|
-
**Note:** Version bump only for package @faststore/api
|
|
501
|
-
|
|
502
|
-
## 1.8.7 (2022-05-11)
|
|
503
|
-
|
|
504
|
-
**Note:** Version bump only for package @faststore/api
|
|
505
|
-
|
|
506
|
-
## 1.8.6 (2022-05-10)
|
|
507
|
-
|
|
508
|
-
**Note:** Version bump only for package @faststore/api
|
|
509
|
-
|
|
510
|
-
## 1.8.5 (2022-05-10)
|
|
511
|
-
|
|
512
|
-
**Note:** Version bump only for package @faststore/api
|
|
513
|
-
|
|
514
|
-
## 1.8.4 (2022-05-10)
|
|
515
|
-
|
|
516
|
-
**Note:** Version bump only for package @faststore/api
|
|
517
|
-
|
|
518
|
-
## [1.8.3](https://github.com/vtex/faststore/compare/v1.8.2...v1.8.3) (2022-05-10)
|
|
519
|
-
|
|
520
|
-
### Bug Fixes
|
|
521
|
-
|
|
522
|
-
- Offer availability ([#1282](https://github.com/vtex/faststore/issues/1282)) ([e91aa26](https://github.com/vtex/faststore/commit/e91aa26241c52c926d505b733f2127a809dd3f24))
|
|
523
|
-
|
|
524
|
-
## 1.8.2 (2022-05-09)
|
|
525
|
-
|
|
526
|
-
**Note:** Version bump only for package @faststore/api
|
|
527
|
-
|
|
528
|
-
## 1.8.1 (2022-05-09)
|
|
529
|
-
|
|
530
|
-
**Note:** Version bump only for package @faststore/api
|
|
531
|
-
|
|
532
|
-
## 1.7.55 (2022-05-06)
|
|
533
|
-
|
|
534
|
-
**Note:** Version bump only for package @faststore/api
|
|
535
|
-
|
|
536
|
-
## 1.7.54 (2022-05-06)
|
|
537
|
-
|
|
538
|
-
**Note:** Version bump only for package @faststore/api
|
|
539
|
-
|
|
540
|
-
## 1.7.53 (2022-05-06)
|
|
541
|
-
|
|
542
|
-
### Bug Fixes
|
|
543
|
-
|
|
544
|
-
- suggestions api url ([#1273](https://github.com/vtex/faststore/issues/1273)) ([6f8a961](https://github.com/vtex/faststore/commit/6f8a9613e4627f91815e669a007ec4ff4c54ffe5))
|
|
545
|
-
|
|
546
|
-
## 1.7.52 (2022-05-06)
|
|
547
|
-
|
|
548
|
-
### Bug Fixes
|
|
549
|
-
|
|
550
|
-
- Release workflow ([#1271](https://github.com/vtex/faststore/issues/1271)) ([3b995a8](https://github.com/vtex/faststore/commit/3b995a82c956c13c4d6f9453ac4f44195c5ef543))
|
|
551
|
-
|
|
552
|
-
## 1.7.51 (2022-05-03)
|
|
553
|
-
|
|
554
|
-
**Note:** Version bump only for package @faststore/api
|
|
555
|
-
|
|
556
|
-
## 1.7.50 (2022-05-03)
|
|
557
|
-
|
|
558
|
-
**Note:** Version bump only for package @faststore/api
|
|
559
|
-
|
|
560
|
-
## 1.7.49 (2022-05-02)
|
|
561
|
-
|
|
562
|
-
**Note:** Version bump only for package @faststore/api
|
|
563
|
-
|
|
564
|
-
## 1.7.48 (2022-04-29)
|
|
565
|
-
|
|
566
|
-
**Note:** Version bump only for package @faststore/api
|
|
567
|
-
|
|
568
|
-
## 1.7.47 (2022-04-29)
|
|
569
|
-
|
|
570
|
-
**Note:** Version bump only for package @faststore/api
|
|
571
|
-
|
|
572
|
-
## 1.7.46 (2022-04-29)
|
|
573
|
-
|
|
574
|
-
**Note:** Version bump only for package @faststore/api
|
|
575
|
-
|
|
576
|
-
## 1.7.45 (2022-04-29)
|
|
577
|
-
|
|
578
|
-
**Note:** Version bump only for package @faststore/api
|
|
579
|
-
|
|
580
|
-
## 1.7.44 (2022-04-28)
|
|
581
|
-
|
|
582
|
-
**Note:** Version bump only for package @faststore/api
|
|
583
|
-
|
|
584
|
-
## 1.7.43 (2022-04-28)
|
|
585
|
-
|
|
586
|
-
### Bug Fixes
|
|
587
|
-
|
|
588
|
-
- api schema ([#1254](https://github.com/vtex/faststore/issues/1254)) ([c901b3d](https://github.com/vtex/faststore/commit/c901b3db8e002558e14101339c817ca87db8f949))
|
|
589
|
-
|
|
590
|
-
## 1.7.42 (2022-04-28)
|
|
591
|
-
|
|
592
|
-
### Features
|
|
593
|
-
|
|
594
|
-
- search suggestions ([#1198](https://github.com/vtex/faststore/issues/1198)) ([2b19413](https://github.com/vtex/faststore/commit/2b19413dd11249e4d967ac1c4c1aabdc3a8ec1bf))
|
|
595
|
-
|
|
596
|
-
## 1.7.41 (2022-04-27)
|
|
597
|
-
|
|
598
|
-
**Note:** Version bump only for package @faststore/api
|
|
599
|
-
|
|
600
|
-
## 1.7.40 (2022-04-27)
|
|
601
|
-
|
|
602
|
-
**Note:** Version bump only for package @faststore/api
|
|
603
|
-
|
|
604
|
-
## 1.7.39 (2022-04-27)
|
|
605
|
-
|
|
606
|
-
**Note:** Version bump only for package @faststore/api
|
|
607
|
-
|
|
608
|
-
## 1.7.38 (2022-04-27)
|
|
609
|
-
|
|
610
|
-
**Note:** Version bump only for package @faststore/api
|
|
611
|
-
|
|
612
|
-
## 1.7.37 (2022-04-27)
|
|
613
|
-
|
|
614
|
-
**Note:** Version bump only for package @faststore/api
|
|
615
|
-
|
|
616
|
-
## 1.7.36 (2022-04-27)
|
|
617
|
-
|
|
618
|
-
### Bug Fixes
|
|
619
|
-
|
|
620
|
-
- **api:** Remove circular dependencies ([#1243](https://github.com/vtex/faststore/issues/1243)) ([e988621](https://github.com/vtex/faststore/commit/e988621c77b946e397ecc33b82be65b04fa119ec))
|
|
621
|
-
|
|
622
|
-
## 1.7.35 (2022-04-26)
|
|
623
|
-
|
|
624
|
-
**Note:** Version bump only for package @faststore/api
|
|
625
|
-
|
|
626
|
-
## 1.7.34 (2022-04-25)
|
|
627
|
-
|
|
628
|
-
**Note:** Version bump only for package @faststore/api
|
|
629
|
-
|
|
630
|
-
## 1.7.33 (2022-04-25)
|
|
631
|
-
|
|
632
|
-
### Bug Fixes
|
|
633
|
-
|
|
634
|
-
- **api:** SearchResult send events ([#1242](https://github.com/vtex/faststore/issues/1242)) ([9cc7cc4](https://github.com/vtex/faststore/commit/9cc7cc4d55802ef0dc75e22d58c46da899674555))
|
|
635
|
-
|
|
636
|
-
## 1.7.32 (2022-04-23)
|
|
637
|
-
|
|
638
|
-
**Note:** Version bump only for package @faststore/api
|
|
639
|
-
|
|
640
|
-
## 1.7.31 (2022-04-22)
|
|
641
|
-
|
|
642
|
-
**Note:** Version bump only for package @faststore/api
|
|
643
|
-
|
|
644
|
-
## 1.7.30 (2022-04-22)
|
|
645
|
-
|
|
646
|
-
**Note:** Version bump only for package @faststore/api
|
|
647
|
-
|
|
648
|
-
## 1.7.29 (2022-04-22)
|
|
649
|
-
|
|
650
|
-
**Note:** Version bump only for package @faststore/api
|
|
651
|
-
|
|
652
|
-
## 1.7.28 (2022-04-20)
|
|
653
|
-
|
|
654
|
-
**Note:** Version bump only for package @faststore/api
|
|
655
|
-
|
|
656
|
-
## 1.7.27 (2022-04-20)
|
|
657
|
-
|
|
658
|
-
**Note:** Version bump only for package @faststore/api
|
|
659
|
-
|
|
660
|
-
## 1.7.26 (2022-04-19)
|
|
661
|
-
|
|
662
|
-
### Reverts
|
|
663
|
-
|
|
664
|
-
- Revert "feat: Add url to events (#1174)" (#1228) ([67ec438](https://github.com/vtex/faststore/commit/67ec4386b876a4de08bfd96df5147efa958d5496)), closes [#1174](https://github.com/vtex/faststore/issues/1174) [#1228](https://github.com/vtex/faststore/issues/1228)
|
|
665
|
-
|
|
666
|
-
## 1.7.25 (2022-04-19)
|
|
667
|
-
|
|
668
|
-
**Note:** Version bump only for package @faststore/api
|
|
669
|
-
|
|
670
|
-
## 1.7.24 (2022-04-18)
|
|
671
|
-
|
|
672
|
-
**Note:** Version bump only for package @faststore/api
|
|
673
|
-
|
|
674
|
-
## 1.7.23 (2022-04-18)
|
|
675
|
-
|
|
676
|
-
### Features
|
|
677
|
-
|
|
678
|
-
- Add url to events ([#1174](https://github.com/vtex/faststore/issues/1174)) ([0e2befe](https://github.com/vtex/faststore/commit/0e2befe3cb5dc99521a470c4096e31237b93a9c0))
|
|
679
|
-
|
|
680
|
-
## 1.7.22 (2022-04-13)
|
|
681
|
-
|
|
682
|
-
**Note:** Version bump only for package @faststore/api
|
|
683
|
-
|
|
684
|
-
## 1.7.21 (2022-04-12)
|
|
685
|
-
|
|
686
|
-
### Features
|
|
687
|
-
|
|
688
|
-
- AggregateRating (Stars) molecule ([#1037](https://github.com/vtex/faststore/issues/1037)) ([23f2fad](https://github.com/vtex/faststore/commit/23f2fad6fd4d58ea369a54a0b6600207016be17e))
|
|
689
|
-
|
|
690
|
-
## 1.7.20 (2022-04-11)
|
|
691
|
-
|
|
692
|
-
**Note:** Version bump only for package @faststore/api
|
|
693
|
-
|
|
694
|
-
## 1.7.19 (2022-04-09)
|
|
695
|
-
|
|
696
|
-
**Note:** Version bump only for package @faststore/api
|
|
697
|
-
|
|
698
|
-
## 1.7.18 (2022-04-08)
|
|
699
|
-
|
|
700
|
-
**Note:** Version bump only for package @faststore/api
|
|
701
|
-
|
|
702
|
-
## 1.7.17 (2022-04-08)
|
|
703
|
-
|
|
704
|
-
**Note:** Version bump only for package @faststore/api
|
|
705
|
-
|
|
706
|
-
## 1.7.16 (2022-04-07)
|
|
707
|
-
|
|
708
|
-
**Note:** Version bump only for package @faststore/api
|
|
709
|
-
|
|
710
|
-
## 1.7.15 (2022-04-07)
|
|
711
|
-
|
|
712
|
-
**Note:** Version bump only for package @faststore/api
|
|
713
|
-
|
|
714
|
-
## 1.7.14 (2022-04-07)
|
|
715
|
-
|
|
716
|
-
### Bug Fixes
|
|
717
|
-
|
|
718
|
-
- Uses catalog slugify ([#1214](https://github.com/vtex/faststore/issues/1214)) ([0b38efc](https://github.com/vtex/faststore/commit/0b38efc96ecab8920cf15f01c29e7f9d5becba3d))
|
|
719
|
-
|
|
720
|
-
## 1.7.13 (2022-04-07)
|
|
721
|
-
|
|
722
|
-
**Note:** Version bump only for package @faststore/api
|
|
723
|
-
|
|
724
|
-
## 1.7.12 (2022-04-06)
|
|
725
|
-
|
|
726
|
-
**Note:** Version bump only for package @faststore/api
|
|
727
|
-
|
|
728
|
-
## 1.7.11 (2022-04-06)
|
|
729
|
-
|
|
730
|
-
**Note:** Version bump only for package @faststore/api
|
|
731
|
-
|
|
732
|
-
## 1.7.10 (2022-04-05)
|
|
733
|
-
|
|
734
|
-
**Note:** Version bump only for package @faststore/api
|
|
735
|
-
|
|
736
|
-
## 1.7.9 (2022-04-05)
|
|
737
|
-
|
|
738
|
-
**Note:** Version bump only for package @faststore/api
|
|
739
|
-
|
|
740
|
-
## 1.7.8 (2022-04-05)
|
|
741
|
-
|
|
742
|
-
**Note:** Version bump only for package @faststore/api
|
|
743
|
-
|
|
744
|
-
## 1.7.7 (2022-04-05)
|
|
745
|
-
|
|
746
|
-
**Note:** Version bump only for package @faststore/api
|
|
747
|
-
|
|
748
|
-
## 1.7.6 (2022-04-05)
|
|
749
|
-
|
|
750
|
-
**Note:** Version bump only for package @faststore/api
|
|
751
|
-
|
|
752
|
-
## 1.7.5 (2022-04-04)
|
|
753
|
-
|
|
754
|
-
**Note:** Version bump only for package @faststore/api
|
|
755
|
-
|
|
756
|
-
## 1.7.4 (2022-04-01)
|
|
757
|
-
|
|
758
|
-
### Bug Fixes
|
|
759
|
-
|
|
760
|
-
- release notes images ([#1207](https://github.com/vtex/faststore/issues/1207)) ([279e019](https://github.com/vtex/faststore/commit/279e019bad25581712f73c8fe7a433200d711780))
|
|
761
|
-
|
|
762
|
-
## 1.7.3 (2022-04-01)
|
|
763
|
-
|
|
764
|
-
**Note:** Version bump only for package @faststore/api
|
|
765
|
-
|
|
766
|
-
## 1.7.2 (2022-04-01)
|
|
767
|
-
|
|
768
|
-
**Note:** Version bump only for package @faststore/api
|
|
769
|
-
|
|
770
|
-
## 1.7.1 (2022-04-01)
|
|
771
|
-
|
|
772
|
-
**Note:** Version bump only for package @faststore/api
|
|
773
|
-
|
|
774
|
-
## 1.6.29 (2022-03-31)
|
|
775
|
-
|
|
776
|
-
### Bug Fixes
|
|
777
|
-
|
|
778
|
-
- fix dropdown render in SSR ([#1202](https://github.com/vtex/faststore/issues/1202)) ([60f65b0](https://github.com/vtex/faststore/commit/60f65b0864c2fb59dff61e914c69a326b5229984))
|
|
779
|
-
|
|
780
|
-
## 1.6.28 (2022-03-31)
|
|
781
|
-
|
|
782
|
-
### Bug Fixes
|
|
783
|
-
|
|
784
|
-
- fix dropdown menu position with scroll ([#1199](https://github.com/vtex/faststore/issues/1199)) ([98a228e](https://github.com/vtex/faststore/commit/98a228e364ed26e480936406c1988026f9ebaffc))
|
|
785
|
-
|
|
786
|
-
## 1.6.27 (2022-03-31)
|
|
787
|
-
|
|
788
|
-
**Note:** Version bump only for package @faststore/api
|
|
789
|
-
|
|
790
|
-
## 1.6.26 (2022-03-31)
|
|
791
|
-
|
|
792
|
-
### Features
|
|
793
|
-
|
|
794
|
-
- **api:** Handle channel as facet for search and product queries ([#1197](https://github.com/vtex/faststore/issues/1197)) ([00556b1](https://github.com/vtex/faststore/commit/00556b199a48617ff89b1a6b951a0c958f5aa018))
|
|
795
|
-
|
|
796
|
-
## 1.6.25 (2022-03-29)
|
|
797
|
-
|
|
798
|
-
**Note:** Version bump only for package @faststore/api
|
|
799
|
-
|
|
800
|
-
## 1.6.24 (2022-03-29)
|
|
801
|
-
|
|
802
|
-
### Bug Fixes
|
|
803
|
-
|
|
804
|
-
- fix dropdown click bug ([#1196](https://github.com/vtex/faststore/issues/1196)) ([55202ea](https://github.com/vtex/faststore/commit/55202ead64933b71688ac7399211cc2f086596f2))
|
|
805
|
-
|
|
806
|
-
## 1.6.23 (2022-03-28)
|
|
807
|
-
|
|
808
|
-
### Bug Fixes
|
|
809
|
-
|
|
810
|
-
- fix breadcrumb component bug ([#1193](https://github.com/vtex/faststore/issues/1193)) ([f36ba81](https://github.com/vtex/faststore/commit/f36ba814ed679523d8c1f030c31a086a9e5bb190))
|
|
811
|
-
|
|
812
|
-
## 1.6.22 (2022-03-25)
|
|
813
|
-
|
|
814
|
-
### Features
|
|
815
|
-
|
|
816
|
-
- **sdk:** Improve useStorage and Optimistic revalidate effect ([#1186](https://github.com/vtex/faststore/issues/1186)) ([08c616b](https://github.com/vtex/faststore/commit/08c616be4c6bc5a215da7ab0c37ff2731aa09f9a))
|
|
817
|
-
|
|
818
|
-
## 1.6.21 (2022-03-25)
|
|
819
|
-
|
|
820
|
-
**Note:** Version bump only for package @faststore/api
|
|
821
|
-
|
|
822
|
-
## 1.6.20 (2022-03-24)
|
|
823
|
-
|
|
824
|
-
### Bug Fixes
|
|
825
|
-
|
|
826
|
-
- fix dropdown component bug ([#1192](https://github.com/vtex/faststore/issues/1192)) ([f188ac0](https://github.com/vtex/faststore/commit/f188ac0c59db5a0ef7a95eb2412d0bbcd024ae36))
|
|
827
|
-
|
|
828
|
-
## 1.6.19 (2022-03-24)
|
|
829
|
-
|
|
830
|
-
### Features
|
|
831
|
-
|
|
832
|
-
- Add exports to dropdown ([#1188](https://github.com/vtex/faststore/issues/1188)) ([f24359a](https://github.com/vtex/faststore/commit/f24359a34439e0ec8d3069483c31a6f62fa6535d))
|
|
833
|
-
|
|
834
|
-
## 1.6.18 (2022-03-24)
|
|
835
|
-
|
|
836
|
-
### Features
|
|
837
|
-
|
|
838
|
-
- **api:** Add session mutation ([#1176](https://github.com/vtex/faststore/issues/1176)) ([0306167](https://github.com/vtex/faststore/commit/030616739cc62d9b5aa55cdf532ee6dea0bd793c))
|
|
839
|
-
|
|
840
|
-
## 1.6.17 (2022-03-23)
|
|
841
|
-
|
|
842
|
-
### Features
|
|
843
|
-
|
|
844
|
-
- **UI:** Add dropdown component ([#1178](https://github.com/vtex/faststore/issues/1178)) ([e5153a6](https://github.com/vtex/faststore/commit/e5153a674c37bd2a8b4c65ae6f56eb5cabaf3fc8))
|
|
845
|
-
|
|
846
|
-
## 1.6.16 (2022-03-23)
|
|
847
|
-
|
|
848
|
-
**Note:** Version bump only for package @faststore/api
|
|
849
|
-
|
|
850
|
-
## 1.6.15 (2022-03-22)
|
|
851
|
-
|
|
852
|
-
### Bug Fixes
|
|
853
|
-
|
|
854
|
-
- Fix some typos ([#1183](https://github.com/vtex/faststore/issues/1183)) ([97fffb0](https://github.com/vtex/faststore/commit/97fffb02d9cc72f07926bc1a9bc684a99d623765))
|
|
855
|
-
|
|
856
|
-
## 1.6.14 (2022-03-21)
|
|
857
|
-
|
|
858
|
-
**Note:** Version bump only for package @faststore/api
|
|
859
|
-
|
|
860
|
-
## 1.6.13 (2022-03-18)
|
|
861
|
-
|
|
862
|
-
**Note:** Version bump only for package @faststore/api
|
|
863
|
-
|
|
864
|
-
## 1.6.12 (2022-03-18)
|
|
865
|
-
|
|
866
|
-
**Note:** Version bump only for package @faststore/api
|
|
867
|
-
|
|
868
|
-
## 1.6.11 (2022-03-17)
|
|
869
|
-
|
|
870
|
-
**Note:** Version bump only for package @faststore/api
|
|
871
|
-
|
|
872
|
-
## 1.6.10 (2022-03-16)
|
|
873
|
-
|
|
874
|
-
**Note:** Version bump only for package @faststore/api
|
|
875
|
-
|
|
876
|
-
## 1.6.9 (2022-03-16)
|
|
877
|
-
|
|
878
|
-
**Note:** Version bump only for package @faststore/api
|
|
879
|
-
|
|
880
|
-
## 1.6.8 (2022-03-15)
|
|
881
|
-
|
|
882
|
-
### Features
|
|
883
|
-
|
|
884
|
-
- Add Person Query ([#1139](https://github.com/vtex/faststore/issues/1139)) ([9ec28c2](https://github.com/vtex/faststore/commit/9ec28c21cc6412c5366d1a1c71ef043603cd50c7))
|
|
885
|
-
|
|
886
|
-
## 1.6.7 (2022-03-14)
|
|
887
|
-
|
|
888
|
-
**Note:** Version bump only for package @faststore/api
|
|
889
|
-
|
|
890
|
-
## 1.6.6 (2022-03-14)
|
|
891
|
-
|
|
892
|
-
**Note:** Version bump only for package @faststore/api
|
|
893
|
-
|
|
894
|
-
## 1.6.5 (2022-03-10)
|
|
895
|
-
|
|
896
|
-
**Note:** Version bump only for package @faststore/api
|
|
897
|
-
|
|
898
|
-
## 1.6.4 (2022-03-10)
|
|
899
|
-
|
|
900
|
-
**Note:** Version bump only for package @faststore/api
|
|
901
|
-
|
|
902
|
-
## 1.6.3 (2022-03-04)
|
|
903
|
-
|
|
904
|
-
**Note:** Version bump only for package @faststore/api
|
|
905
|
-
|
|
906
|
-
## 1.6.2 (2022-03-04)
|
|
907
|
-
|
|
908
|
-
**Note:** Version bump only for package @faststore/api
|
|
909
|
-
|
|
910
|
-
## 1.6.1 (2022-03-04)
|
|
911
|
-
|
|
912
|
-
**Note:** Version bump only for package @faststore/api
|
|
913
|
-
|
|
914
|
-
## 1.5.20 (2022-02-25)
|
|
915
|
-
|
|
916
|
-
### Bug Fixes
|
|
917
|
-
|
|
918
|
-
- Cart item availability ([#1160](https://github.com/vtex/faststore/issues/1160)) ([fd1be18](https://github.com/vtex/faststore/commit/fd1be18b09e8e5141a2a899e786e7caf08b3ff62))
|
|
919
|
-
|
|
920
|
-
## 1.5.19 (2022-02-24)
|
|
921
|
-
|
|
922
|
-
**Note:** Version bump only for package @faststore/api
|
|
923
|
-
|
|
924
|
-
## 1.5.18 (2022-02-23)
|
|
925
|
-
|
|
926
|
-
### Bug Fixes
|
|
927
|
-
|
|
928
|
-
- **ui:** Use valid HTML for the Breadcrumb's divider ([#1143](https://github.com/vtex/faststore/issues/1143)) ([b40c3b1](https://github.com/vtex/faststore/commit/b40c3b1405e6aa9a0f2006de9f37a903e40a2103))
|
|
929
|
-
|
|
930
|
-
## 1.5.17 (2022-02-22)
|
|
931
|
-
|
|
932
|
-
### Features
|
|
933
|
-
|
|
934
|
-
- Moves some Filter logic to api ([#1154](https://github.com/vtex/faststore/issues/1154)) ([5a591f7](https://github.com/vtex/faststore/commit/5a591f7b42e947577597cc82d8df6a15d2994780))
|
|
935
|
-
|
|
936
|
-
## 1.5.16 (2022-02-22)
|
|
937
|
-
|
|
938
|
-
**Note:** Version bump only for package @faststore/api
|
|
939
|
-
|
|
940
|
-
## 1.5.15 (2022-02-22)
|
|
941
|
-
|
|
942
|
-
**Note:** Version bump only for package @faststore/api
|
|
943
|
-
|
|
944
|
-
## 1.5.14 (2022-02-22)
|
|
945
|
-
|
|
946
|
-
### Features
|
|
947
|
-
|
|
948
|
-
- Ajust SearchInput reference export ([#1155](https://github.com/vtex/faststore/issues/1155)) ([22d632d](https://github.com/vtex/faststore/commit/22d632d02657be5bef7595ad4179e5086eef7580))
|
|
949
|
-
|
|
950
|
-
## 1.5.13 (2022-02-22)
|
|
951
|
-
|
|
952
|
-
### Features
|
|
953
|
-
|
|
954
|
-
- Ajust SearchInput reference ([#1153](https://github.com/vtex/faststore/issues/1153)) ([c2ee199](https://github.com/vtex/faststore/commit/c2ee199402bc4e9d5846dc50778778e940ac7124))
|
|
955
|
-
|
|
956
|
-
## 1.5.12 (2022-02-21)
|
|
957
|
-
|
|
958
|
-
### Bug Fixes
|
|
959
|
-
|
|
960
|
-
- allCollections query pagination and pagetype timeout errors ([#1140](https://github.com/vtex/faststore/issues/1140)) ([0150222](https://github.com/vtex/faststore/commit/01502220fb903c62f0b33b9a703fb45daafae141))
|
|
961
|
-
|
|
962
|
-
## 1.5.11 (2022-02-18)
|
|
963
|
-
|
|
964
|
-
### Bug Fixes
|
|
965
|
-
|
|
966
|
-
- **gatsby-plugin-nginx:** remove trailing slash from incoming requests ([#1145](https://github.com/vtex/faststore/issues/1145)) ([db6f1e1](https://github.com/vtex/faststore/commit/db6f1e173ec43747bf9cfa244b81d86db8a25ce3))
|
|
967
|
-
|
|
968
|
-
## 1.5.10 (2022-02-17)
|
|
969
|
-
|
|
970
|
-
### Features
|
|
971
|
-
|
|
972
|
-
- **api:** Add additional property ([#1107](https://github.com/vtex/faststore/issues/1107)) ([bbcfc4a](https://github.com/vtex/faststore/commit/bbcfc4af68148adb54d66a3f1d28a9817ad2956c))
|
|
973
|
-
|
|
974
|
-
## 1.5.9 (2022-02-16)
|
|
975
|
-
|
|
976
|
-
**Note:** Version bump only for package @faststore/api
|
|
977
|
-
|
|
978
|
-
## 1.5.8 (2022-02-15)
|
|
979
|
-
|
|
980
|
-
### Bug Fixes
|
|
981
|
-
|
|
982
|
-
- **api:** PDP and PLP breadcrumb list item's URL paths ([#1148](https://github.com/vtex/faststore/issues/1148)) ([ea1790a](https://github.com/vtex/faststore/commit/ea1790a0069b5e19f656d7df0051f391c3c3c611))
|
|
983
|
-
|
|
984
|
-
## 1.5.7 (2022-02-15)
|
|
985
|
-
|
|
986
|
-
**Note:** Version bump only for package @faststore/api
|
|
987
|
-
|
|
988
|
-
## 1.5.6 (2022-02-15)
|
|
989
|
-
|
|
990
|
-
### Features
|
|
991
|
-
|
|
992
|
-
- Add budgets lighthouse config ([#1150](https://github.com/vtex/faststore/issues/1150)) ([60de848](https://github.com/vtex/faststore/commit/60de84897cb25fe775a3197adf8035610882ced8))
|
|
993
|
-
|
|
994
|
-
## 1.5.5 (2022-02-09)
|
|
995
|
-
|
|
996
|
-
**Note:** Version bump only for package @faststore/api
|
|
997
|
-
|
|
998
|
-
## 1.5.4 (2022-02-09)
|
|
999
|
-
|
|
1000
|
-
**Note:** Version bump only for package @faststore/api
|
|
1001
|
-
|
|
1002
|
-
## 1.5.3 (2022-02-07)
|
|
1003
|
-
|
|
1004
|
-
**Note:** Version bump only for package @faststore/api
|
|
1005
|
-
|
|
1006
|
-
## 1.5.2 (2022-02-04)
|
|
1007
|
-
|
|
1008
|
-
**Note:** Version bump only for package @faststore/api
|
|
1009
|
-
|
|
1010
|
-
## 1.5.1 (2022-02-04)
|
|
1011
|
-
|
|
1012
|
-
**Note:** Version bump only for package @faststore/api
|
|
1013
|
-
|
|
1014
|
-
## 1.4.27 (2022-02-03)
|
|
1015
|
-
|
|
1016
|
-
**Note:** Version bump only for package @faststore/api
|
|
1017
|
-
|
|
1018
|
-
## 1.4.26 (2022-02-02)
|
|
1019
|
-
|
|
1020
|
-
**Note:** Version bump only for package @faststore/api
|
|
1021
|
-
|
|
1022
|
-
## 1.4.25 (2022-02-02)
|
|
1023
|
-
|
|
1024
|
-
**Note:** Version bump only for package @faststore/api
|
|
1025
|
-
|
|
1026
|
-
## 1.4.24 (2022-02-02)
|
|
1027
|
-
|
|
1028
|
-
**Note:** Version bump only for package @faststore/api
|
|
1029
|
-
|
|
1030
|
-
## 1.4.23 (2022-02-01)
|
|
1031
|
-
|
|
1032
|
-
### Bug Fixes
|
|
1033
|
-
|
|
1034
|
-
- unfiltered allCollections query ([#1131](https://github.com/vtex/faststore/issues/1131)) ([4a1744a](https://github.com/vtex/faststore/commit/4a1744ad267517bfb6d3b7d7747725da0533d13f))
|
|
1035
|
-
|
|
1036
|
-
## 1.4.22 (2022-01-26)
|
|
1037
|
-
|
|
1038
|
-
**Note:** Version bump only for package @faststore/api
|
|
1039
|
-
|
|
1040
|
-
## 1.4.21 (2022-01-26)
|
|
1041
|
-
|
|
1042
|
-
**Note:** Version bump only for package @faststore/api
|
|
1043
|
-
|
|
1044
|
-
## 1.4.20 (2022-01-26)
|
|
1045
|
-
|
|
1046
|
-
**Note:** Version bump only for package @faststore/api
|
|
1047
|
-
|
|
1048
|
-
## 1.4.19 (2022-01-24)
|
|
1049
|
-
|
|
1050
|
-
**Note:** Version bump only for package @faststore/api
|
|
1051
|
-
|
|
1052
|
-
## 1.4.18 (2022-01-17)
|
|
1053
|
-
|
|
1054
|
-
**Note:** Version bump only for package @faststore/api
|
|
1055
|
-
|
|
1056
|
-
## 1.4.17 (2022-01-13)
|
|
1057
|
-
|
|
1058
|
-
### Bug Fixes
|
|
1059
|
-
|
|
1060
|
-
- replaceAll crashing build with env vars ([#1109](https://github.com/vtex/faststore/issues/1109)) ([801b62e](https://github.com/vtex/faststore/commit/801b62e118238b6828d8cdaa2aff96d6c40278a8))
|
|
1061
|
-
|
|
1062
|
-
## 1.4.16 (2022-01-11)
|
|
1063
|
-
|
|
1064
|
-
**Note:** Version bump only for package @faststore/api
|
|
1065
|
-
|
|
1066
|
-
## 1.4.15 (2022-01-11)
|
|
1067
|
-
|
|
1068
|
-
### Bug Fixes
|
|
1069
|
-
|
|
1070
|
-
- **api:** Breadcrumb data on collection pages ([#1104](https://github.com/vtex/faststore/issues/1104)) ([25d3c2b](https://github.com/vtex/faststore/commit/25d3c2bd07158ffca75bfe377a5b932c8fb36ae5))
|
|
1071
|
-
|
|
1072
|
-
## 1.4.14 (2022-01-07)
|
|
1073
|
-
|
|
1074
|
-
### Features
|
|
1075
|
-
|
|
1076
|
-
- add item generics to analytics types for easy customization ([#1101](https://github.com/vtex/faststore/issues/1101)) ([51e9d96](https://github.com/vtex/faststore/commit/51e9d96b82062113a96a95159963ff85a22086fc))
|
|
1077
|
-
|
|
1078
|
-
## 1.4.13 (2022-01-07)
|
|
1079
|
-
|
|
1080
|
-
**Note:** Version bump only for package @faststore/api
|
|
1081
|
-
|
|
1082
|
-
## 1.4.12 (2022-01-07)
|
|
1083
|
-
|
|
1084
|
-
**Note:** Version bump only for package @faststore/api
|
|
1085
|
-
|
|
1086
|
-
## 1.4.11 (2022-01-06)
|
|
1087
|
-
|
|
1088
|
-
**Note:** Version bump only for package @faststore/api
|
|
1089
|
-
|
|
1090
|
-
## 1.4.10 (2022-01-06)
|
|
1091
|
-
|
|
1092
|
-
### Bug Fixes
|
|
1093
|
-
|
|
1094
|
-
- **api:** Sku loader ([#1100](https://github.com/vtex/faststore/issues/1100)) ([82d029f](https://github.com/vtex/faststore/commit/82d029fbb4fd7613c80d099587b00812c410e448))
|
|
1095
|
-
|
|
1096
|
-
## 1.4.9 (2022-01-06)
|
|
1097
|
-
|
|
1098
|
-
### Features
|
|
1099
|
-
|
|
1100
|
-
- add headers to nginx via env vars ([#1049](https://github.com/vtex/faststore/issues/1049)) ([3553372](https://github.com/vtex/faststore/commit/355337273ce03660db9fd14482818cc24c99f4e2))
|
|
1101
|
-
|
|
1102
|
-
## 1.4.8 (2022-01-05)
|
|
1103
|
-
|
|
1104
|
-
**Note:** Version bump only for package @faststore/api
|
|
1105
|
-
|
|
1106
|
-
## 1.4.7 (2022-01-05)
|
|
1107
|
-
|
|
1108
|
-
### Bug Fixes
|
|
1109
|
-
|
|
1110
|
-
- fix accessibility on storybook ([#1096](https://github.com/vtex/faststore/issues/1096)) ([55805b1](https://github.com/vtex/faststore/commit/55805b1b2cffd111ef64857321c20e0a001a93b2))
|
|
1111
|
-
|
|
1112
|
-
## 1.4.6 (2022-01-05)
|
|
1113
|
-
|
|
1114
|
-
**Note:** Version bump only for package @faststore/api
|
|
1115
|
-
|
|
1116
|
-
## 1.4.5 (2022-01-04)
|
|
1117
|
-
|
|
1118
|
-
**Note:** Version bump only for package @faststore/api
|
|
1119
|
-
|
|
1120
|
-
## 1.4.4 (2022-01-04)
|
|
1121
|
-
|
|
1122
|
-
### Bug Fixes
|
|
1123
|
-
|
|
1124
|
-
- adjust data attributes pattern on multiple components ([#1093](https://github.com/vtex/faststore/issues/1093)) ([ca9172f](https://github.com/vtex/faststore/commit/ca9172fb353cfce7011f9144c1e94ed7e6b73f5f))
|
|
1125
|
-
|
|
1126
|
-
## 1.4.3 (2022-01-03)
|
|
1127
|
-
|
|
1128
|
-
**Note:** Version bump only for package @faststore/api
|
|
1129
|
-
|
|
1130
|
-
## 1.4.2 (2022-01-03)
|
|
1131
|
-
|
|
1132
|
-
### Bug Fixes
|
|
1133
|
-
|
|
1134
|
-
- **ui:** removing aria-labelledby from payment methods component ([#1092](https://github.com/vtex/faststore/issues/1092)) ([bf4c7a9](https://github.com/vtex/faststore/commit/bf4c7a981c379ffb1777a2fd8cae787f735f7d2d))
|
|
1135
|
-
|
|
1136
|
-
## 1.4.1 (2022-01-03)
|
|
1137
|
-
|
|
1138
|
-
**Note:** Version bump only for package @faststore/api
|
|
1139
|
-
|
|
1140
|
-
## 1.3.46 (2021-12-23)
|
|
1141
|
-
|
|
1142
|
-
**Note:** Version bump only for package @faststore/api
|
|
1143
|
-
|
|
1144
|
-
## 1.3.45 (2021-12-21)
|
|
1145
|
-
|
|
1146
|
-
**Note:** Version bump only for package @faststore/api
|
|
1147
|
-
|
|
1148
|
-
## 1.3.44 (2021-12-21)
|
|
1149
|
-
|
|
1150
|
-
**Note:** Version bump only for package @faststore/api
|
|
1151
|
-
|
|
1152
|
-
## 1.3.43 (2021-12-20)
|
|
1153
|
-
|
|
1154
|
-
### Features
|
|
1155
|
-
|
|
1156
|
-
- QuantitySelector component ([#1083](https://github.com/vtex/faststore/issues/1083)) ([6ade6c0](https://github.com/vtex/faststore/commit/6ade6c02b06fdb74ba2cd2978d8ac4bda35672d2))
|
|
1157
|
-
|
|
1158
|
-
## 1.3.42 (2021-12-20)
|
|
1159
|
-
|
|
1160
|
-
**Note:** Version bump only for package @faststore/api
|
|
1161
|
-
|
|
1162
|
-
## 1.3.41 (2021-12-20)
|
|
1163
|
-
|
|
1164
|
-
### Features
|
|
1165
|
-
|
|
1166
|
-
- **ui:** Incentive atom ([#1064](https://github.com/vtex/faststore/issues/1064)) ([1b136c7](https://github.com/vtex/faststore/commit/1b136c7d7fc8f2b99259ef1908286713697e03da))
|
|
1167
|
-
|
|
1168
|
-
## 1.3.40 (2021-12-18)
|
|
1169
|
-
|
|
1170
|
-
### Features
|
|
1171
|
-
|
|
1172
|
-
- **ui:** Link atom ([#1067](https://github.com/vtex/faststore/issues/1067)) ([c49b2dd](https://github.com/vtex/faststore/commit/c49b2ddc31ba4184bed19a8934fbf4d5f0b47a5f))
|
|
1173
|
-
|
|
1174
|
-
## 1.3.39 (2021-12-17)
|
|
1175
|
-
|
|
1176
|
-
**Note:** Version bump only for package @faststore/api
|
|
1177
|
-
|
|
1178
|
-
## 1.3.38 (2021-12-16)
|
|
1179
|
-
|
|
1180
|
-
**Note:** Version bump only for package @faststore/api
|
|
1181
|
-
|
|
1182
|
-
## 1.3.37 (2021-12-15)
|
|
1183
|
-
|
|
1184
|
-
### Features
|
|
1185
|
-
|
|
1186
|
-
- **ui:** Card component ([#1079](https://github.com/vtex/faststore/issues/1079)) ([7f10a5d](https://github.com/vtex/faststore/commit/7f10a5dcec21f7c9d59ba645755fe298e96269df))
|
|
1187
|
-
|
|
1188
|
-
## 1.3.36 (2021-12-15)
|
|
1189
|
-
|
|
1190
|
-
### Bug Fixes
|
|
1191
|
-
|
|
1192
|
-
- expose JS files only ([#1081](https://github.com/vtex/faststore/issues/1081)) ([e363c12](https://github.com/vtex/faststore/commit/e363c120f22b10da81ceb3e2d8fcc58c1b4665af))
|
|
1193
|
-
|
|
1194
|
-
## 1.3.35 (2021-12-14)
|
|
1195
|
-
|
|
1196
|
-
**Note:** Version bump only for package @faststore/api
|
|
1197
|
-
|
|
1198
|
-
## 1.3.34 (2021-12-11)
|
|
1199
|
-
|
|
1200
|
-
### Bug Fixes
|
|
1201
|
-
|
|
1202
|
-
- **docs:** Fix algolia search ([#1078](https://github.com/vtex/faststore/issues/1078)) ([986074f](https://github.com/vtex/faststore/commit/986074f061365d812650a82748ca5a9fc1dac6d5))
|
|
1203
|
-
|
|
1204
|
-
## 1.3.33 (2021-12-10)
|
|
1205
|
-
|
|
1206
|
-
**Note:** Version bump only for package @faststore/api
|
|
1207
|
-
|
|
1208
|
-
## 1.3.32 (2021-12-10)
|
|
1209
|
-
|
|
1210
|
-
**Note:** Version bump only for package @faststore/api
|
|
1211
|
-
|
|
1212
|
-
## 1.3.31 (2021-12-10)
|
|
1213
|
-
|
|
1214
|
-
**Note:** Version bump only for package @faststore/api
|
|
1215
|
-
|
|
1216
|
-
## 1.3.30 (2021-12-10)
|
|
1217
|
-
|
|
1218
|
-
**Note:** Version bump only for package @faststore/api
|
|
1219
|
-
|
|
1220
|
-
## 1.3.29 (2021-12-10)
|
|
1221
|
-
|
|
1222
|
-
**Note:** Version bump only for package @faststore/api
|
|
1223
|
-
|
|
1224
|
-
## 1.3.28 (2021-12-10)
|
|
1225
|
-
|
|
1226
|
-
**Note:** Version bump only for package @faststore/api
|
|
1227
|
-
|
|
1228
|
-
## 1.3.27 (2021-12-10)
|
|
1229
|
-
|
|
1230
|
-
### Bug Fixes
|
|
1231
|
-
|
|
1232
|
-
- Add Banner Components exportation ([#1072](https://github.com/vtex/faststore/issues/1072)) ([4024104](https://github.com/vtex/faststore/commit/4024104f9804c8762037f03d986a4334af819b3c))
|
|
1233
|
-
|
|
1234
|
-
## 1.3.26 (2021-12-09)
|
|
1235
|
-
|
|
1236
|
-
**Note:** Version bump only for package @faststore/api
|
|
1237
|
-
|
|
1238
|
-
## 1.3.25 (2021-12-09)
|
|
1239
|
-
|
|
1240
|
-
**Note:** Version bump only for package @faststore/api
|
|
1241
|
-
|
|
1242
|
-
## 1.3.24 (2021-12-09)
|
|
1243
|
-
|
|
1244
|
-
### Bug Fixes
|
|
1245
|
-
|
|
1246
|
-
- fix UI storybook imports ([#1069](https://github.com/vtex/faststore/issues/1069)) ([e4a2402](https://github.com/vtex/faststore/commit/e4a2402235c60488fde7021bf3200d967af3cb83))
|
|
1247
|
-
|
|
1248
|
-
## 1.3.23 (2021-12-09)
|
|
1249
|
-
|
|
1250
|
-
**Note:** Version bump only for package @faststore/api
|
|
1251
|
-
|
|
1252
|
-
## 1.3.22 (2021-12-07)
|
|
1253
|
-
|
|
1254
|
-
**Note:** Version bump only for package @faststore/api
|
|
1255
|
-
|
|
1256
|
-
## 1.3.21 (2021-12-07)
|
|
1257
|
-
|
|
1258
|
-
### Features
|
|
1259
|
-
|
|
1260
|
-
- add docs ([#1058](https://github.com/vtex/faststore/issues/1058)) ([35f3e62](https://github.com/vtex/faststore/commit/35f3e62ae09c350632479742c9ce2c22e8862b23))
|
|
1261
|
-
|
|
1262
|
-
## 1.3.20 (2021-12-07)
|
|
1263
|
-
|
|
1264
|
-
### Features
|
|
1265
|
-
|
|
1266
|
-
- **store-ui:** Banner component ([#1048](https://github.com/vtex/faststore/issues/1048)) ([b65d8e5](https://github.com/vtex/faststore/commit/b65d8e574598f8bf8494aac478e4bec4d774ec86))
|
|
1267
|
-
|
|
1268
|
-
## 1.3.19 (2021-12-07)
|
|
1269
|
-
|
|
1270
|
-
### Features
|
|
1271
|
-
|
|
1272
|
-
- **ui:** PaymentMethods Component ([#1024](https://github.com/vtex/faststore/issues/1024)) ([f093025](https://github.com/vtex/faststore/commit/f093025c5b010b01f16349e2460611792cfff67f))
|
|
1273
|
-
|
|
1274
|
-
## 1.3.18 (2021-12-06)
|
|
1275
|
-
|
|
1276
|
-
### Features
|
|
1277
|
-
|
|
1278
|
-
- **store-ui:** Alert molecule ([#1020](https://github.com/vtex/faststore/issues/1020)) ([7764e0d](https://github.com/vtex/faststore/commit/7764e0d08270a3bb836038c4a9cd27e5cbef9667))
|
|
1279
|
-
|
|
1280
|
-
## 1.3.17 (2021-12-06)
|
|
1281
|
-
|
|
1282
|
-
**Note:** Version bump only for package @faststore/api
|
|
1283
|
-
|
|
1284
|
-
## 1.3.16 (2021-12-06)
|
|
1285
|
-
|
|
1286
|
-
### Bug Fixes
|
|
1287
|
-
|
|
1288
|
-
- add fallback to prevent null facets attribute StoreSearchResult query ([#1056](https://github.com/vtex/faststore/issues/1056)) ([ae1483f](https://github.com/vtex/faststore/commit/ae1483fdb901328a7a7348746fd241b9ce7ea1da))
|
|
1289
|
-
|
|
1290
|
-
## 1.3.15 (2021-12-03)
|
|
1291
|
-
|
|
1292
|
-
**Note:** Version bump only for package @faststore/api
|
|
1293
|
-
|
|
1294
|
-
## 1.3.14 (2021-12-03)
|
|
1295
|
-
|
|
1296
|
-
**Note:** Version bump only for package @faststore/api
|
|
1297
|
-
|
|
1298
|
-
## 1.3.13 (2021-12-03)
|
|
1299
|
-
|
|
1300
|
-
**Note:** Version bump only for package @faststore/api
|
|
1301
|
-
|
|
1302
|
-
## 1.3.12 (2021-12-02)
|
|
1303
|
-
|
|
1304
|
-
**Note:** Version bump only for package @faststore/api
|
|
1305
|
-
|
|
1306
|
-
## 1.3.11 (2021-12-02)
|
|
1307
|
-
|
|
1308
|
-
**Note:** Version bump only for package @faststore/api
|
|
1309
|
-
|
|
1310
|
-
## 1.3.10 (2021-12-01)
|
|
1311
|
-
|
|
1312
|
-
**Note:** Version bump only for package @faststore/api
|
|
1313
|
-
|
|
1314
|
-
## 1.3.9 (2021-12-01)
|
|
1315
|
-
|
|
1316
|
-
### Bug Fixes
|
|
1317
|
-
|
|
1318
|
-
- **api:** Throws NotFoundError when collection is not found ([#1047](https://github.com/vtex/faststore/issues/1047)) ([9535ec3](https://github.com/vtex/faststore/commit/9535ec3d67a64f98b4d4e914e7bae81e06935e2a))
|
|
1319
|
-
|
|
1320
|
-
## 1.3.8 (2021-12-01)
|
|
1321
|
-
|
|
1322
|
-
**Note:** Version bump only for package @faststore/api
|
|
1323
|
-
|
|
1324
|
-
## 1.3.7 (2021-12-01)
|
|
1325
|
-
|
|
1326
|
-
**Note:** Version bump only for package @faststore/api
|
|
1327
|
-
|
|
1328
|
-
## 1.3.6 (2021-11-26)
|
|
1329
|
-
|
|
1330
|
-
**Note:** Version bump only for package @faststore/api
|
|
1331
|
-
|
|
1332
|
-
## 1.3.5 (2021-11-25)
|
|
1333
|
-
|
|
1334
|
-
### Features
|
|
1335
|
-
|
|
1336
|
-
- **ui:** RadioGroup Component ([#1033](https://github.com/vtex/faststore/issues/1033)) ([60f306d](https://github.com/vtex/faststore/commit/60f306d97257a8cc65ec67bf1f1cc16376ad1654))
|
|
1337
|
-
|
|
1338
|
-
## 1.3.4 (2021-11-23)
|
|
1339
|
-
|
|
1340
|
-
**Note:** Version bump only for package @faststore/api
|
|
1341
|
-
|
|
1342
|
-
## 1.3.3 (2021-11-23)
|
|
1343
|
-
|
|
1344
|
-
### Features
|
|
1345
|
-
|
|
1346
|
-
- **gatsby-plugin-nginx:** support to augment the generateRewrites ([#1017](https://github.com/vtex/faststore/issues/1017)) ([46587b0](https://github.com/vtex/faststore/commit/46587b0280d7f8dd733a0dca29909f041c944897))
|
|
1347
|
-
|
|
1348
|
-
## 1.3.2 (2021-11-22)
|
|
1349
|
-
|
|
1350
|
-
**Note:** Version bump only for package @faststore/api
|
|
1351
|
-
|
|
1352
|
-
## 1.3.1 (2021-11-18)
|
|
1353
|
-
|
|
1354
|
-
**Note:** Version bump only for package @faststore/api
|
|
1355
|
-
|
|
1356
|
-
## 1.2.37 (2021-11-17)
|
|
1357
|
-
|
|
1358
|
-
**Note:** Version bump only for package @faststore/api
|
|
1359
|
-
|
|
1360
|
-
## 1.2.36 (2021-11-16)
|
|
1361
|
-
|
|
1362
|
-
**Note:** Version bump only for package @faststore/api
|
|
1363
|
-
|
|
1364
|
-
## 1.2.35 (2021-11-16)
|
|
1365
|
-
|
|
1366
|
-
**Note:** Version bump only for package @faststore/api
|
|
1367
|
-
|
|
1368
|
-
## 1.2.34 (2021-11-16)
|
|
1369
|
-
|
|
1370
|
-
### Bug Fixes
|
|
1371
|
-
|
|
1372
|
-
- Filter collection slugs in api ([#1022](https://github.com/vtex/faststore/issues/1022)) ([cdcfcff](https://github.com/vtex/faststore/commit/cdcfcff642561dd73b1f85557e101271d10ca930))
|
|
1373
|
-
|
|
1374
|
-
## 1.2.33 (2021-11-12)
|
|
1375
|
-
|
|
1376
|
-
**Note:** Version bump only for package @faststore/api
|
|
1377
|
-
|
|
1378
|
-
## 1.2.32 (2021-11-11)
|
|
1379
|
-
|
|
1380
|
-
**Note:** Version bump only for package @faststore/api
|
|
1381
|
-
|
|
1382
|
-
## 1.2.31 (2021-11-04)
|
|
1383
|
-
|
|
1384
|
-
### Features
|
|
1385
|
-
|
|
1386
|
-
- **store-ui:** Breadcrumb improvements ([#1010](https://github.com/vtex/faststore/issues/1010)) ([8b4bf37](https://github.com/vtex/faststore/commit/8b4bf37316d6057683680de36493b63709bb1012))
|
|
1387
|
-
|
|
1388
|
-
## 1.2.30 (2021-11-03)
|
|
1389
|
-
|
|
1390
|
-
### Bug Fixes
|
|
1391
|
-
|
|
1392
|
-
- Channel simulation ([#1014](https://github.com/vtex/faststore/issues/1014)) ([b45406b](https://github.com/vtex/faststore/commit/b45406b2b7ee8deb2b6e256629ba6df89d1b5940))
|
|
1393
|
-
|
|
1394
|
-
## 1.2.29 (2021-11-03)
|
|
1395
|
-
|
|
1396
|
-
**Note:** Version bump only for package @faststore/api
|
|
1397
|
-
|
|
1398
|
-
## 1.2.28 (2021-10-29)
|
|
1399
|
-
|
|
1400
|
-
**Note:** Version bump only for package @faststore/api
|
|
1401
|
-
|
|
1402
|
-
## 1.2.27 (2021-10-29)
|
|
1403
|
-
|
|
1404
|
-
**Note:** Version bump only for package @faststore/api
|
|
1405
|
-
|
|
1406
|
-
## 1.2.26 (2021-10-29)
|
|
1407
|
-
|
|
1408
|
-
### Bug Fixes
|
|
1409
|
-
|
|
1410
|
-
- **store-ui:** Remove circular dependency ([#1011](https://github.com/vtex/faststore/issues/1011)) ([b9f08c9](https://github.com/vtex/faststore/commit/b9f08c95ae33bdbb09ffc044d6ad831fd6608144))
|
|
1411
|
-
|
|
1412
|
-
## 1.2.25 (2021-10-28)
|
|
1413
|
-
|
|
1414
|
-
**Note:** Version bump only for package @faststore/api
|
|
1415
|
-
|
|
1416
|
-
## 1.2.24 (2021-10-28)
|
|
1417
|
-
|
|
1418
|
-
**Note:** Version bump only for package @faststore/api
|
|
1419
|
-
|
|
1420
|
-
## 1.2.23 (2021-10-27)
|
|
1421
|
-
|
|
1422
|
-
### Features
|
|
1423
|
-
|
|
1424
|
-
- **store-ui:** Add carousel tablist keyboard behavior ([#996](https://github.com/vtex/faststore/issues/996)) ([9081584](https://github.com/vtex/faststore/commit/908158460028009aaaa4ebbcd22eefab59e9bff8))
|
|
1425
|
-
|
|
1426
|
-
## 1.2.22 (2021-10-26)
|
|
1427
|
-
|
|
1428
|
-
**Note:** Version bump only for package @vtex/store-api
|
|
1429
|
-
|
|
1430
|
-
## 1.2.21 (2021-10-26)
|
|
1431
|
-
|
|
1432
|
-
### Features
|
|
1433
|
-
|
|
1434
|
-
- **store-ui:** Form molecule ([#1004](https://github.com/vtex/faststore/issues/1004)) ([c584ef6](https://github.com/vtex/faststore/commit/c584ef693d111ede70d27730ecb3cce613b9aba3))
|
|
1435
|
-
|
|
1436
|
-
## 1.2.20 (2021-10-26)
|
|
1437
|
-
|
|
1438
|
-
**Note:** Version bump only for package @vtex/store-api
|
|
1439
|
-
|
|
1440
|
-
## 1.2.19 (2021-10-25)
|
|
1441
|
-
|
|
1442
|
-
**Note:** Version bump only for package @vtex/store-api
|
|
1443
|
-
|
|
1444
|
-
## 1.2.18 (2021-10-25)
|
|
1445
|
-
|
|
1446
|
-
### Features
|
|
1447
|
-
|
|
1448
|
-
- **store-ui:** Breadcrumb molecule ([#986](https://github.com/vtex/faststore/issues/986)) ([325c738](https://github.com/vtex/faststore/commit/325c7387089d2f2c7152191b54fc3cb4918f1c68))
|
|
1449
|
-
|
|
1450
|
-
## 1.2.17 (2021-10-21)
|
|
1451
|
-
|
|
1452
|
-
### Features
|
|
1453
|
-
|
|
1454
|
-
- **store-ui:** Loading Button molecule ([#962](https://github.com/vtex/faststore/issues/962)) ([6083ea0](https://github.com/vtex/faststore/commit/6083ea0273646a09e66ceedfab4b17c3960ac9fc)), closes [#918](https://github.com/vtex/faststore/issues/918) [#911](https://github.com/vtex/faststore/issues/911)
|
|
1455
|
-
|
|
1456
|
-
### BREAKING CHANGES
|
|
1457
|
-
|
|
1458
|
-
- **store-ui:** Remove deprecated folders (#927)
|
|
1459
|
-
|
|
1460
|
-
## 1.2.16 (2021-10-21)
|
|
1461
|
-
|
|
1462
|
-
### Features
|
|
1463
|
-
|
|
1464
|
-
- **store-ui:** Label atom ([#1001](https://github.com/vtex/faststore/issues/1001)) ([3306ea6](https://github.com/vtex/faststore/commit/3306ea6b9b48996574eac4b8c1b737dff94a438e))
|
|
1465
|
-
|
|
1466
|
-
## 1.2.15 (2021-10-21)
|
|
1467
|
-
|
|
1468
|
-
### Bug Fixes
|
|
1469
|
-
|
|
1470
|
-
- **store-ui:** Fix search-input a11y ([#1000](https://github.com/vtex/faststore/issues/1000)) ([f052f46](https://github.com/vtex/faststore/commit/f052f465e21aa4e2ca047327eeb0610b9b979f10))
|
|
1471
|
-
|
|
1472
|
-
## 1.2.14 (2021-10-20)
|
|
1473
|
-
|
|
1474
|
-
### Features
|
|
1475
|
-
|
|
1476
|
-
- graphql-utils ([#998](https://github.com/vtex/faststore/issues/998)) ([bddf043](https://github.com/vtex/faststore/commit/bddf04308826369f86322851b554cc58ab5b2161))
|
|
1477
|
-
|
|
1478
|
-
## 1.2.13 (2021-10-20)
|
|
1479
|
-
|
|
1480
|
-
**Note:** Version bump only for package @vtex/store-api
|
|
1481
|
-
|
|
1482
|
-
## 1.2.12 (2021-10-18)
|
|
1483
|
-
|
|
1484
|
-
**Note:** Version bump only for package @vtex/store-api
|
|
1485
|
-
|
|
1486
|
-
## 1.2.11 (2021-10-18)
|
|
1487
|
-
|
|
1488
|
-
**Note:** Version bump only for package @vtex/store-api
|
|
1489
|
-
|
|
1490
|
-
## 1.2.10 (2021-10-18)
|
|
1491
|
-
|
|
1492
|
-
### Bug Fixes
|
|
1493
|
-
|
|
1494
|
-
- **store-ui:** Component Architecture doc's code snippets ([#997](https://github.com/vtex/faststore/issues/997)) ([7f0d5f3](https://github.com/vtex/faststore/commit/7f0d5f307014f794063dd8d94d873478803888c0))
|
|
1495
|
-
|
|
1496
|
-
## 1.2.9 (2021-10-18)
|
|
1497
|
-
|
|
1498
|
-
**Note:** Version bump only for package @vtex/store-api
|
|
1499
|
-
|
|
1500
|
-
## 1.2.8 (2021-10-15)
|
|
1501
|
-
|
|
1502
|
-
**Note:** Version bump only for package @vtex/store-api
|
|
1503
|
-
|
|
1504
|
-
## 1.2.7 (2021-10-15)
|
|
1505
|
-
|
|
1506
|
-
**Note:** Version bump only for package @vtex/store-api
|
|
1507
|
-
|
|
1508
|
-
## 1.2.6 (2021-10-15)
|
|
1509
|
-
|
|
1510
|
-
**Note:** Version bump only for package @vtex/store-api
|
|
1511
|
-
|
|
1512
|
-
## 1.2.5 (2021-10-15)
|
|
1513
|
-
|
|
1514
|
-
**Note:** Version bump only for package @vtex/store-api
|
|
1515
|
-
|
|
1516
|
-
## 1.2.4 (2021-10-14)
|
|
1517
|
-
|
|
1518
|
-
### Features
|
|
1519
|
-
|
|
1520
|
-
- **store-ui:** Accordion molecule ([#985](https://github.com/vtex/faststore/issues/985)) ([a35fb51](https://github.com/vtex/faststore/commit/a35fb51b675e41af6070da8b521a3a4da25a0d65))
|
|
1521
|
-
|
|
1522
|
-
## 1.2.3 (2021-10-14)
|
|
1523
|
-
|
|
1524
|
-
**Note:** Version bump only for package @vtex/store-api
|
|
1525
|
-
|
|
1526
|
-
## 1.2.2 (2021-10-13)
|
|
1527
|
-
|
|
1528
|
-
**Note:** Version bump only for package @vtex/store-api
|
|
1529
|
-
|
|
1530
|
-
## 1.2.1 (2021-10-08)
|
|
1531
|
-
|
|
1532
|
-
**Note:** Version bump only for package @vtex/store-api
|
|
1533
|
-
|
|
1534
|
-
## 1.1.18 (2021-10-05)
|
|
1535
|
-
|
|
1536
|
-
**Note:** Version bump only for package @vtex/store-api
|
|
1537
|
-
|
|
1538
|
-
## 1.1.17 (2021-10-05)
|
|
1539
|
-
|
|
1540
|
-
### Features
|
|
1541
|
-
|
|
1542
|
-
- **store-api:** Add channel support for products ([#968](https://github.com/vtex/faststore/issues/968)) ([923d343](https://github.com/vtex/faststore/commit/923d343bcde8fbebfff9d32ba52ac26cd0504484))
|
|
1543
|
-
|
|
1544
|
-
## 1.1.16 (2021-10-04)
|
|
1545
|
-
|
|
1546
|
-
### Features
|
|
1547
|
-
|
|
1548
|
-
- **store-api:** Add cart to store-api ([#963](https://github.com/vtex/faststore/issues/963)) ([0607d82](https://github.com/vtex/faststore/commit/0607d82f9f17de0b4045a7efbe99004d43e87056))
|
|
1549
|
-
|
|
1550
|
-
## 1.1.15 (2021-10-01)
|
|
1551
|
-
|
|
1552
|
-
### Features
|
|
1553
|
-
|
|
1554
|
-
- Configure storybook theme ([#979](https://github.com/vtex/faststore/issues/979)) ([736811f](https://github.com/vtex/faststore/commit/736811f6381b4fd5f3f6d976198262216fe3ebcb))
|
|
1555
|
-
|
|
1556
|
-
## 1.1.14 (2021-09-28)
|
|
1557
|
-
|
|
1558
|
-
### Features
|
|
1559
|
-
|
|
1560
|
-
- **store-ui:** Add Modal molecule ([#957](https://github.com/vtex/faststore/issues/957)) ([530b308](https://github.com/vtex/faststore/commit/530b3085a5707be459b37757844ce2e52b2f2981))
|
|
1561
|
-
|
|
1562
|
-
## 1.1.13 (2021-09-23)
|
|
1563
|
-
|
|
1564
|
-
**Note:** Version bump only for package @vtex/store-api
|
|
1565
|
-
|
|
1566
|
-
## 1.1.12 (2021-09-22)
|
|
1567
|
-
|
|
1568
|
-
### Bug Fixes
|
|
1569
|
-
|
|
1570
|
-
- users were unable to develop a store in an account without CMS pages ([#969](https://github.com/vtex/faststore/issues/969)) ([7b28a4e](https://github.com/vtex/faststore/commit/7b28a4e0da1edec7e843a614339909c6565b220a))
|
|
1571
|
-
|
|
1572
|
-
## 1.1.11 (2021-09-17)
|
|
1573
|
-
|
|
1574
|
-
### Features
|
|
1575
|
-
|
|
1576
|
-
- **store-ui:** Spinner atom ([#961](https://github.com/vtex/faststore/issues/961)) ([59034b7](https://github.com/vtex/faststore/commit/59034b726ac83c79f591cd24739a8c15316c92b3)), closes [#918](https://github.com/vtex/faststore/issues/918) [#911](https://github.com/vtex/faststore/issues/911)
|
|
1577
|
-
|
|
1578
|
-
### BREAKING CHANGES
|
|
1579
|
-
|
|
1580
|
-
- **store-ui:** Remove deprecated folders (#927)
|
|
1581
|
-
|
|
1582
|
-
## 1.1.10 (2021-09-16)
|
|
1583
|
-
|
|
1584
|
-
### Features
|
|
1585
|
-
|
|
1586
|
-
- **store-api:** Add codegen ([#960](https://github.com/vtex/faststore/issues/960)) ([5231e6c](https://github.com/vtex/faststore/commit/5231e6c455be73b9d870627188c07a420651ed44))
|
|
1587
|
-
|
|
1588
|
-
## 1.1.9 (2021-09-15)
|
|
1589
|
-
|
|
1590
|
-
**Note:** Version bump only for package @vtex/store-api
|
|
1591
|
-
|
|
1592
|
-
## 1.1.8 (2021-09-14)
|
|
1593
|
-
|
|
1594
|
-
### Features
|
|
1595
|
-
|
|
1596
|
-
- **store-api:** Store API TypeDefs ([#942](https://github.com/vtex/faststore/issues/942)) ([b440dc9](https://github.com/vtex/faststore/commit/b440dc9f023da82b5c443c465375e74f909d1b8d))
|