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 | ## [3.1.2](https://github.com/Shopify/app-bridge/compare/v3.1.1...v3.1.2) (2022-07-13)
|
7 |
|
8 | **Note:** Version bump only for package @shopify/app-bridge
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 | ## [3.1.1](https://github.com/Shopify/app-bridge/compare/v3.1.0...v3.1.1) (2022-06-15)
|
15 |
|
16 | **Note:** Version bump only for package @shopify/app-bridge
|
17 |
|
18 |
|
19 |
|
20 |
|
21 |
|
22 | # [3.1.0](https://github.com/Shopify/app-bridge/compare/v3.0.1...v3.1.0) (2022-06-13)
|
23 |
|
24 |
|
25 | ### Features
|
26 |
|
27 | * added description for withIllustration ([bd30d8b](https://github.com/Shopify/app-bridge/commit/bd30d8b7f2b3b9f963e4d7bf0a0ee6d91da4ea85))
|
28 | * adding loadMore to picker ([c4488e2](https://github.com/Shopify/app-bridge/commit/c4488e2c7ba83b8eba1cacf7c918bd38fe01d537))
|
29 | * adds a picker example for playgrounds ([4a65e36](https://github.com/Shopify/app-bridge/commit/4a65e360014d04539e56d249661225b92746cd86))
|
30 |
|
31 |
|
32 |
|
33 |
|
34 |
|
35 | ## [3.0.1](https://github.com/Shopify/app-bridge/compare/v3.0.0...v3.0.1) (2022-06-02)
|
36 |
|
37 | **Note:** Version bump only for package @shopify/app-bridge
|
38 |
|
39 |
|
40 |
|
41 |
|
42 |
|
43 | # [3.0.0](https://github.com/Shopify/app-bridge/compare/v2.1.0...v3.0.0) (2022-05-24)
|
44 |
|
45 | **Note:** Version bump only for package @shopify/app-bridge
|
46 |
|
47 |
|
48 |
|
49 |
|
50 |
|
51 | # [2.1.0](https://github.com/Shopify/app-bridge/compare/v2.0.30...v2.1.0) (2022-05-24)
|
52 |
|
53 |
|
54 | ### Features
|
55 |
|
56 | * add Picker action as an unstable feature ([c204b1e](https://github.com/Shopify/app-bridge/commit/c204b1e9a60f7222eedf349547c1b27901a0874b))
|
57 |
|
58 |
|
59 |
|
60 |
|
61 |
|
62 | ## [2.0.30](https://github.com/Shopify/app-bridge/compare/v2.0.29...v2.0.30) (2022-05-18)
|
63 |
|
64 | **Note:** Version bump only for package @shopify/app-bridge
|
65 |
|
66 |
|
67 |
|
68 |
|
69 |
|
70 | ## [2.0.29](https://github.com/Shopify/app-bridge/compare/v2.0.28...v2.0.29) (2022-05-17)
|
71 |
|
72 | **Note:** Version bump only for package @shopify/app-bridge
|
73 |
|
74 |
|
75 |
|
76 |
|
77 |
|
78 | ## [2.0.28](https://github.com/Shopify/app-bridge/compare/v2.0.27...v2.0.28) (2022-05-16)
|
79 |
|
80 | **Note:** Version bump only for package @shopify/app-bridge
|
81 |
|
82 |
|
83 |
|
84 |
|
85 |
|
86 | ## [2.0.27](https://github.com/Shopify/app-bridge/compare/v2.0.26...v2.0.27) (2022-05-12)
|
87 |
|
88 | **Note:** Version bump only for package @shopify/app-bridge
|
89 |
|
90 |
|
91 |
|
92 |
|
93 |
|
94 | ## [2.0.26](https://github.com/Shopify/app-bridge/compare/v2.0.25...v2.0.26) (2022-04-28)
|
95 |
|
96 |
|
97 | ### Bug Fixes
|
98 |
|
99 | * **app-bridge:** creating a title bar with empty options should not dispatch an update action ([c31f135](https://github.com/Shopify/app-bridge/commit/c31f135ffb78b3c69278cef0ce0674eb55aa7837))
|
100 |
|
101 |
|
102 |
|
103 |
|
104 |
|
105 | ## [2.0.25](https://github.com/Shopify/app-bridge/compare/v2.0.24...v2.0.25) (2022-04-20)
|
106 |
|
107 |
|
108 | ### Bug Fixes
|
109 |
|
110 | * **app-bridge-react:** prevent Resource Picker from sending unecessary updates ([62abe7f](https://github.com/Shopify/app-bridge/commit/62abe7f4116bf4c78934b8eb86e9a74fc0ea03d5))
|
111 |
|
112 |
|
113 |
|
114 |
|
115 |
|
116 | ## [2.0.24](https://github.com/Shopify/app-bridge/compare/v2.0.23...v2.0.24) (2022-04-08)
|
117 |
|
118 |
|
119 | ### Features
|
120 |
|
121 | * **app-bridge-react:** add useNavigate hook ([ae818cb](https://github.com/Shopify/app-bridge/commit/ae818cb7b26e4f416bf9dfa9153940775bdf98df))
|
122 |
|
123 |
|
124 |
|
125 |
|
126 |
|
127 | ## [2.0.23](https://github.com/Shopify/app-bridge/compare/v2.0.22...v2.0.23) (2022-04-07)
|
128 |
|
129 |
|
130 | ### Features
|
131 |
|
132 | * **app-bridge-react:** add useAppBridgeState hook ([1fc64f1](https://github.com/Shopify/app-bridge/commit/1fc64f142cbd0a72adccb75fec36d31cde1ed552))
|
133 |
|
134 |
|
135 |
|
136 |
|
137 |
|
138 | ## [2.0.22](https://github.com/Shopify/app-bridge/compare/v2.0.21...v2.0.22) (2022-03-30)
|
139 |
|
140 |
|
141 | ### Bug Fixes
|
142 |
|
143 | * omitted features from getState dot notation inferrence ([5274436](https://github.com/Shopify/app-bridge/commit/527443663666a5f6c91d3ab01c91a4ae4f1cc56b))
|
144 |
|
145 |
|
146 | ### Features
|
147 |
|
148 | * **app-bridge:** add TypeScript interface for App Bridge State ([7a4a0f2](https://github.com/Shopify/app-bridge/commit/7a4a0f24bb8f4eeb8093c25b6580167ce100e200))
|
149 | * **app-bridge:** improve app.getState TypeScript support when using dot notation ([7cf14f6](https://github.com/Shopify/app-bridge/commit/7cf14f6f6a703356114953a119c23adb93c8ca9a))
|
150 |
|
151 |
|
152 |
|
153 |
|
154 |
|
155 | ## [2.0.21](https://github.com/Shopify/app-bridge/compare/v2.0.20...v2.0.21) (2022-03-23)
|
156 |
|
157 | **Note:** Version bump only for package @shopify/app-bridge
|
158 |
|
159 |
|
160 |
|
161 |
|
162 |
|
163 | ## [2.0.20](https://github.com/Shopify/app-bridge/compare/v2.0.19...v2.0.20) (2022-03-23)
|
164 |
|
165 | **Note:** Version bump only for package @shopify/app-bridge
|
166 |
|
167 |
|
168 |
|
169 |
|
170 |
|
171 | ## [2.0.19](https://github.com/Shopify/app-bridge/compare/v2.0.17...v2.0.19) (2022-03-15)
|
172 |
|
173 |
|
174 | ### Features
|
175 |
|
176 | * allow shopify: protocol urls in modals ([63bec70](https://github.com/Shopify/app-bridge/commit/63bec706022104c50a284d6d6b8dedb209bc4ebd))
|
177 |
|
178 |
|
179 |
|
180 |
|
181 |
|
182 | ## [2.0.17](https://github.com/Shopify/app-bridge/compare/v2.0.16...v2.0.17) (2022-03-10)
|
183 |
|
184 | **Note:** Version bump only for package @shopify/app-bridge
|
185 |
|
186 |
|
187 |
|
188 |
|
189 |
|
190 | ## [2.0.16](https://github.com/Shopify/app-bridge/compare/v2.0.15...v2.0.16) (2022-03-08)
|
191 |
|
192 | **Note:** Version bump only for package @shopify/app-bridge
|
193 |
|
194 |
|
195 |
|
196 |
|
197 |
|
198 | ## [2.0.15](https://github.com/Shopify/app-bridge/compare/v2.0.14...v2.0.15) (2022-03-07)
|
199 |
|
200 | **Note:** Version bump only for package @shopify/app-bridge
|
201 |
|
202 |
|
203 |
|
204 |
|
205 |
|
206 | ## [2.0.14](https://github.com/Shopify/app-bridge/compare/v2.0.13...v2.0.14) (2022-03-03)
|
207 |
|
208 | **Note:** Version bump only for package @shopify/app-bridge
|
209 |
|
210 |
|
211 |
|
212 |
|
213 |
|
214 | ## [2.0.13](https://github.com/Shopify/app-bridge/compare/v2.0.12...v2.0.13) (2022-02-25)
|
215 |
|
216 | **Note:** Version bump only for package @shopify/app-bridge
|
217 |
|
218 |
|
219 |
|
220 |
|
221 |
|
222 | ## [2.0.12](https://github.com/Shopify/app-bridge/compare/v2.0.11...v2.0.12) (2022-02-23)
|
223 |
|
224 | **Note:** Version bump only for package @shopify/app-bridge
|
225 |
|
226 |
|
227 |
|
228 |
|
229 |
|
230 | ## [2.0.11](https://github.com/Shopify/app-bridge/compare/v2.0.10...v2.0.11) (2022-02-18)
|
231 |
|
232 | **Note:** Version bump only for package @shopify/app-bridge
|
233 |
|
234 |
|
235 |
|
236 |
|
237 |
|
238 | ## [2.0.10](https://github.com/Shopify/app-bridge/compare/v2.0.9...v2.0.10) (2022-02-16)
|
239 |
|
240 | **Note:** Version bump only for package @shopify/app-bridge
|
241 |
|
242 |
|
243 |
|
244 |
|
245 |
|
246 | ## [2.0.9](https://github.com/Shopify/app-bridge/compare/v2.0.8...v2.0.9) (2022-02-15)
|
247 |
|
248 |
|
249 | ### Bug Fixes
|
250 |
|
251 | * correct logic for getState() and add unit test to cover it ([7a92e52](https://github.com/Shopify/app-bridge/commit/7a92e52a6a5d190e780b3cba2b3c7d819eeb26a7))
|
252 |
|
253 |
|
254 |
|
255 |
|
256 |
|
257 | ## [2.0.8](https://github.com/Shopify/app-bridge/compare/v2.0.7...v2.0.8) (2022-02-09)
|
258 |
|
259 |
|
260 | ### Bug Fixes
|
261 |
|
262 | * revert incorrect comparison and import changes causing broken features ([bb89d2c](https://github.com/Shopify/app-bridge/commit/bb89d2ce5acf5e70cf971e2f450d9b46392a7109))
|
263 |
|
264 |
|
265 |
|
266 |
|
267 |
|
268 | ## [2.0.7](https://github.com/Shopify/app-bridge/compare/v2.0.6...v2.0.7) (2022-01-26)
|
269 |
|
270 | **Note:** Version bump only for package @shopify/app-bridge
|
271 |
|
272 |
|
273 |
|
274 |
|
275 |
|
276 | ## [2.0.6](https://github.com/Shopify/app-bridge/compare/v2.0.5...v2.0.6) (2022-01-25)
|
277 |
|
278 |
|
279 | ### Bug Fixes
|
280 |
|
281 | * added back dependencies in package.json ([0e220d3](https://github.com/Shopify/app-bridge/commit/0e220d3f47d0a226d4451095a524483c533da416))
|
282 | * made prototype calls more readable and cleaned up imports ([365f63e](https://github.com/Shopify/app-bridge/commit/365f63ec8076de232ae3e685f7ceb4e5530da4f4))
|
283 |
|
284 |
|
285 |
|
286 |
|
287 |
|
288 | ## [2.0.5](https://github.com/Shopify/app-bridge/compare/v2.0.4...v2.0.5) (2021-10-20)
|
289 |
|
290 |
|
291 | ### Features
|
292 |
|
293 | * **unframed:** persist MobileWebView object across Android navigations ([0413a6f](https://github.com/Shopify/app-bridge/commit/0413a6f236b216af1498aa0e0db9ffb03c0209b5))
|
294 |
|
295 |
|
296 |
|
297 |
|
298 |
|
299 | ## [2.0.4](https://github.com/Shopify/app-bridge/compare/v2.0.4-alpha.5...v2.0.4) (2021-09-30)
|
300 |
|
301 |
|
302 | ### Features
|
303 |
|
304 | * add plain action group prop ([b15db78](https://github.com/Shopify/app-bridge/commit/b15db7835ceee5fdc767a798ef299c87c539b1b0))
|
305 |
|
306 |
|
307 |
|
308 |
|
309 |
|
310 | ## [2.0.4-alpha.5](https://github.com/Shopify/app-bridge/compare/v2.0.4-alpha.3...v2.0.4-alpha.5) (2021-09-13)
|
311 |
|
312 |
|
313 | ### Bug Fixes
|
314 |
|
315 | * store no longer recreated with change in dispatch client even handler ([0ae70fd](https://github.com/Shopify/app-bridge/commit/0ae70fd84482a953bb9dce65b6ff6b6b6889cc4e))
|
316 |
|
317 |
|
318 |
|
319 |
|
320 |
|
321 | ## [2.0.4-alpha.4](https://github.com/Shopify/app-bridge/compare/v2.0.4-alpha.3...v2.0.4-alpha.4) (2021-09-08)
|
322 |
|
323 |
|
324 | ### Bug Fixes
|
325 |
|
326 | * store no longer recreated with change in dispatch client even handler ([0ae70fd](https://github.com/Shopify/app-bridge/commit/0ae70fd84482a953bb9dce65b6ff6b6b6889cc4e))
|
327 |
|
328 |
|
329 |
|
330 |
|
331 |
|
332 | ## [2.0.4-alpha.3](https://github.com/Shopify/app-bridge/compare/v2.0.4-alpha.2...v2.0.4-alpha.3) (2021-06-28)
|
333 |
|
334 |
|
335 | ### Features
|
336 |
|
337 | * fix nit ([0adf8d7](https://github.com/Shopify/app-bridge/commit/0adf8d7aa39c6ffb118ca8d308f12230cffc9f5a))
|
338 | * use stateless sessiontoken ([63b90a3](https://github.com/Shopify/app-bridge/commit/63b90a3f61320bb9a7a3ffe1f79e8fa3bef39a91))
|
339 |
|
340 |
|
341 |
|
342 |
|
343 |
|
344 | ## [2.0.4-alpha.2](https://github.com/Shopify/app-bridge/compare/v2.0.4-alpha.1...v2.0.4-alpha.2) (2021-06-24)
|
345 |
|
346 | **Note:** Version bump only for package @shopify/app-bridge
|
347 |
|
348 |
|
349 |
|
350 |
|
351 |
|
352 | ## [2.0.4-alpha.1](https://github.com/Shopify/app-bridge/compare/v2.0.4-alpha.0...v2.0.4-alpha.1) (2021-06-24)
|
353 |
|
354 |
|
355 | ### Features
|
356 |
|
357 | * **unframed:** updated 2.0 with new way of handling unframed message transport ([09e937e](https://github.com/Shopify/app-bridge/commit/09e937e850f5a3951e3892145f73601d5c031c37))
|
358 | * **unframed:** updated message transport to send the origin when communicating with unframed ([781d549](https://github.com/Shopify/app-bridge/commit/781d549e076329eacfe9eaf2fcd9663335a75b8f))
|
359 |
|
360 |
|
361 |
|
362 |
|
363 |
|
364 | ## [2.0.4-alpha.0](https://github.com/Shopify/app-bridge/compare/v2.0.3...v2.0.4-alpha.0) (2021-06-15)
|
365 |
|
366 | **Note:** Version bump only for package @shopify/app-bridge
|
367 |
|
368 |
|
369 |
|
370 |
|
371 |
|
372 | ## [2.0.3](https://github.com/Shopify/app-bridge/compare/v2.0.2...v2.0.3) (2021-06-08)
|
373 |
|
374 |
|
375 | ### Features
|
376 |
|
377 | * added job application link to README ([8799701](https://github.com/Shopify/app-bridge/commit/879970132dd98144f3add5a2566e1d2a4db1d295))
|
378 |
|
379 |
|
380 |
|
381 |
|
382 |
|
383 | ## [2.0.2](https://github.com/Shopify/app-bridge/compare/v2.0.2-alpha.2...v2.0.2) (2021-05-11)
|
384 |
|
385 | **Note:** Version bump only for package @shopify/app-bridge
|
386 |
|
387 |
|
388 |
|
389 |
|
390 |
|
391 | ## [2.0.2-alpha.2](https://github.com/Shopify/app-bridge/compare/v2.0.2-alpha.1...v2.0.2-alpha.2) (2021-05-04)
|
392 |
|
393 | **Note:** Version bump only for package @shopify/app-bridge
|
394 |
|
395 |
|
396 |
|
397 |
|
398 |
|
399 | ## [2.0.2-alpha.1](https://github.com/Shopify/app-bridge/compare/v2.0.2-alpha.0...v2.0.2-alpha.1) (2021-04-27)
|
400 |
|
401 |
|
402 | ### Bug Fixes
|
403 |
|
404 | * expect version number to be any string ([8405993](https://github.com/Shopify/app-bridge/commit/8405993203c532bfb97383863dc65a93781d259b))
|
405 |
|
406 |
|
407 |
|
408 |
|
409 |
|
410 | ## [2.0.2-alpha.0](https://github.com/Shopify/app-bridge/compare/v2.0.1...v2.0.2-alpha.0) (2021-04-27)
|
411 |
|
412 | **Note:** Version bump only for package @shopify/app-bridge
|
413 |
|
414 |
|
415 |
|
416 |
|
417 |
|
418 | ## [2.0.1](https://github.com/Shopify/app-bridge/compare/v2.0.0...v2.0.1) (2021-04-01)
|
419 |
|
420 | **Note:** Version bump only for package @shopify/app-bridge
|
421 |
|
422 |
|
423 |
|
424 |
|
425 |
|
426 | # [2.0.0](https://github.com/Shopify/app-bridge/compare/v2.0.0-alpha.5...v2.0.0) (2021-04-01)
|
427 |
|
428 | **Note:** Version bump only for package @shopify/app-bridge
|
429 |
|
430 |
|
431 |
|
432 |
|
433 |
|
434 | # [2.0.0-alpha.5](https://github.com/Shopify/app-bridge/compare/v2.0.0-alpha.4...v2.0.0-alpha.5) (2021-03-25)
|
435 |
|
436 |
|
437 | ### Bug Fixes
|
438 |
|
439 | * **tree-shaking:** fix validator tree shaking ([07e7b45](https://github.com/Shopify/app-bridge/commit/07e7b450939b44af2ddd5f60d28e71030f3a81ba))
|
440 |
|
441 |
|
442 |
|
443 |
|
444 |
|
445 | # [2.0.0-alpha.4](https://github.com/Shopify/app-bridge/compare/v2.0.0-alpha.3...v2.0.0-alpha.4) (2021-03-22)
|
446 |
|
447 |
|
448 | ### Bug Fixes
|
449 |
|
450 | * support legacy redirect type ([009f9e0](https://github.com/Shopify/app-bridge/commit/009f9e09294335bb719c7004330967bde5dc6754))
|
451 |
|
452 |
|
453 |
|
454 |
|
455 |
|
456 | # [2.0.0-alpha.3](https://github.com/Shopify/app-bridge/compare/v2.0.0-alpha.2...v2.0.0-alpha.3) (2021-03-02)
|
457 |
|
458 |
|
459 | ### Features
|
460 |
|
461 | * refactored actions to use single file format ([cc3b932](https://github.com/Shopify/app-bridge/commit/cc3b932d2d0fd29b43e8ac0bf25b215d5b02af0d))
|
462 |
|
463 |
|
464 |
|
465 |
|
466 |
|
467 | # [2.0.0-alpha.2](https://github.com/Shopify/app-bridge/compare/v2.0.0-alpha.1...v2.0.0-alpha.2) (2021-02-26)
|
468 |
|
469 |
|
470 | ### Features
|
471 |
|
472 | * removed ActionType from action sets ([bb2c30c](https://github.com/Shopify/app-bridge/commit/bb2c30c0ce3ef5c7f72731b37ee87d5157dd8897))
|
473 |
|
474 |
|
475 |
|
476 |
|
477 |
|
478 | # [2.0.0-alpha.1](https://github.com/Shopify/app-bridge/compare/v2.0.0-alpha.0...v2.0.0-alpha.1) (2021-02-02)
|
479 |
|
480 |
|
481 | ### Bug Fixes
|
482 |
|
483 | * **encoded-host:** accept and convert encoded `host` option ([cd85af2](https://github.com/Shopify/app-bridge/commit/cd85af2cbb70012afd7c4e16f26a43608e859ce4))
|
484 |
|
485 |
|
486 |
|
487 |
|
488 |
|
489 | # [2.0.0-alpha.0](https://github.com/Shopify/app-bridge/compare/v1.29.0-alpha.5...v2.0.0-alpha.0) (2021-01-27)
|
490 |
|
491 |
|
492 | ### Features
|
493 |
|
494 | * **host-param:** set up message transporter with `host` ([f37a4c3](https://github.com/Shopify/app-bridge/commit/f37a4c3b868738c529f1fbfa5c0cbe27708715b8))
|
495 | * **init-action:** dispatch an init action on `createApp` ([4cd5daa](https://github.com/Shopify/app-bridge/commit/4cd5daab5e76b2c3ec4b7cc545d763b098b4f515))
|
496 |
|
497 |
|
498 |
|
499 |
|
500 |
|
501 | # [1.29.0-alpha.5](https://github.com/Shopify/app-bridge/compare/v1.29.0-alpha.4...v1.29.0-alpha.5) (2021-01-08)
|
502 |
|
503 | **Note:** Version bump only for package @shopify/app-bridge
|
504 |
|
505 |
|
506 |
|
507 |
|
508 |
|
509 | # [1.29.0-alpha.4](https://github.com/Shopify/app-bridge/compare/v1.29.0-alpha.3...v1.29.0-alpha.4) (2020-12-17)
|
510 |
|
511 |
|
512 | ### Bug Fixes
|
513 |
|
514 | * fix type definition for Cart ([97b1a1a](https://github.com/Shopify/app-bridge/commit/97b1a1a5d3f59be97c49d683e2bccf49727a7738))
|
515 |
|
516 |
|
517 |
|
518 |
|
519 |
|
520 | # [1.29.0-alpha.3](https://github.com/Shopify/app-bridge/compare/v1.29.0-alpha.2...v1.29.0-alpha.3) (2020-12-09)
|
521 |
|
522 | **Note:** Version bump only for package @shopify/app-bridge
|
523 |
|
524 |
|
525 |
|
526 |
|
527 |
|
528 | # [1.29.0-alpha.2](https://github.com/Shopify/app-bridge/compare/v1.29.0-alpha.1...v1.29.0-alpha.2) (2020-12-02)
|
529 |
|
530 | **Note:** Version bump only for package @shopify/app-bridge
|
531 |
|
532 |
|
533 |
|
534 |
|
535 |
|
536 | # [1.29.0-alpha.1](https://github.com/Shopify/app-bridge/compare/v1.29.0-alpha.0...v1.29.0-alpha.1) (2020-11-27)
|
537 |
|
538 |
|
539 | ### Bug Fixes
|
540 |
|
541 | * fix type issues to run app-bridge-host in non web environment ([070fd16](https://github.com/Shopify/app-bridge/commit/070fd16c1b52c40ea5a896a0028e2408fb60d721))
|
542 |
|
543 |
|
544 | ### Features
|
545 |
|
546 | * add app-bridge-react-native ([55e2b8e](https://github.com/Shopify/app-bridge/commit/55e2b8ecbc937f5f60407902f2bca9c6a6464432))
|
547 |
|
548 |
|
549 |
|
550 |
|
551 |
|
552 | # [1.29.0-alpha.0](https://github.com/Shopify/app-bridge/compare/v1.28.0...v1.29.0-alpha.0) (2020-11-11)
|
553 |
|
554 | **Note:** Version bump only for package @shopify/app-bridge
|
555 |
|
556 |
|
557 |
|
558 |
|
559 |
|
560 | # [1.28.0](https://github.com/Shopify/app-bridge/compare/v1.28.0-alpha.2...v1.28.0) (2020-10-30)
|
561 |
|
562 | **Note:** Version bump only for package @shopify/app-bridge
|
563 |
|
564 |
|
565 |
|
566 |
|
567 |
|
568 | # [1.28.0-alpha.2](https://github.com/Shopify/app-bridge/compare/v1.28.0-alpha.1...v1.28.0-alpha.2) (2020-10-28)
|
569 |
|
570 | **Note:** Version bump only for package @shopify/app-bridge
|
571 |
|
572 |
|
573 |
|
574 |
|
575 |
|
576 | # [1.28.0-alpha.1](https://github.com/Shopify/app-bridge/compare/v1.28.0-alpha.0...v1.28.0-alpha.1) (2020-10-26)
|
577 |
|
578 |
|
579 | ### Features
|
580 |
|
581 | * **auth-code:** add unique identifier for auth code actions ([c017d2f](https://github.com/Shopify/app-bridge/commit/c017d2f97be09f8dbc20a5443ce45cb56466e075))
|
582 | * add support for Resource Picker selectMultiple ([23ebd5a](https://github.com/Shopify/app-bridge/commit/23ebd5aead2df0303b673ed1d20cead6b8be11d7))
|
583 |
|
584 |
|
585 |
|
586 |
|
587 |
|
588 | # [1.28.0-alpha.0](https://github.com/Shopify/app-bridge/compare/v1.27.2...v1.28.0-alpha.0) (2020-10-07)
|
589 |
|
590 |
|
591 | ### Features
|
592 |
|
593 | * add error message for invalid origin ([183d78c](https://github.com/Shopify/app-bridge/commit/183d78cf5c81c36d04056415004d54acae232d7b))
|
594 | * **resourcepicker:** add product status related props ([cb86738](https://github.com/Shopify/app-bridge/commit/cb8673850273e1005cb95224cfa436255d63a5ba))
|
595 |
|
596 |
|
597 |
|
598 |
|
599 |
|
600 | ## [1.27.2](https://github.com/Shopify/app-bridge/compare/v1.27.1...v1.27.2) (2020-09-04)
|
601 |
|
602 | **Note:** Version bump only for package @shopify/app-bridge
|
603 |
|
604 |
|
605 |
|
606 |
|
607 |
|
608 | ## [1.27.1](https://github.com/Shopify/app-bridge/compare/v1.27.0...v1.27.1) (2020-09-04)
|
609 |
|
610 | **Note:** Version bump only for package @shopify/app-bridge
|
611 |
|
612 |
|
613 |
|
614 |
|
615 |
|
616 | # [1.27.0](https://github.com/Shopify/app-bridge/compare/v1.27.0-alpha.7...v1.27.0) (2020-09-03)
|
617 |
|
618 |
|
619 | ### Features
|
620 |
|
621 | * **context-bar:** let consumer disable leave confirmation ([025caf4](https://github.com/Shopify/app-bridge/commit/025caf4ef06172ceec98a1ad1932f31f997f7b28))
|
622 |
|
623 |
|
624 |
|
625 |
|
626 |
|
627 | # [1.27.0-alpha.7](https://github.com/Shopify/app-bridge/compare/v1.27.0-alpha.6...v1.27.0-alpha.7) (2020-08-26)
|
628 |
|
629 |
|
630 | ### Features
|
631 |
|
632 | * add LeaveConfirmation action ([d5b7bb1](https://github.com/Shopify/app-bridge/commit/d5b7bb1cb1f6559399a7984e4e39c79e924b8c45))
|
633 | * update LeaveConfirmation action to support title and description ([e70511c](https://github.com/Shopify/app-bridge/commit/e70511c5c665ec7b98a6a8f56625897278d3174d))
|
634 |
|
635 |
|
636 |
|
637 |
|
638 |
|
639 | # [1.27.0-alpha.6](https://github.com/Shopify/app-bridge/compare/v1.27.0-alpha.5...v1.27.0-alpha.6) (2020-08-17)
|
640 |
|
641 | **Note:** Version bump only for package @shopify/app-bridge
|
642 |
|
643 |
|
644 |
|
645 |
|
646 |
|
647 | # [1.27.0-alpha.5](https://github.com/Shopify/app-bridge/compare/v1.27.0-alpha.4...v1.27.0-alpha.5) (2020-08-12)
|
648 |
|
649 | **Note:** Version bump only for package @shopify/app-bridge
|
650 |
|
651 |
|
652 |
|
653 |
|
654 |
|
655 | # [1.27.0-alpha.4](https://github.com/Shopify/app-bridge/compare/v1.27.0-alpha.3...v1.27.0-alpha.4) (2020-08-10)
|
656 |
|
657 |
|
658 | ### Features
|
659 |
|
660 | * add FeedbackModal action ([0755e19](https://github.com/Shopify/app-bridge/commit/0755e198d6eb54be6ff0d504b176bc39db67ac58))
|
661 |
|
662 |
|
663 |
|
664 |
|
665 |
|
666 | # [1.27.0-alpha.3](https://github.com/Shopify/app-bridge/compare/v1.27.0-alpha.2...v1.27.0-alpha.3) (2020-08-04)
|
667 |
|
668 | **Note:** Version bump only for package @shopify/app-bridge
|
669 |
|
670 |
|
671 |
|
672 |
|
673 |
|
674 | # [1.27.0-alpha.2](https://github.com/Shopify/app-bridge/compare/v1.27.0-alpha.1...v1.27.0-alpha.2) (2020-08-04)
|
675 |
|
676 |
|
677 | ### Features
|
678 |
|
679 | * **performance:** add app load actions ([e906b90](https://github.com/Shopify/app-bridge/commit/e906b90983e17e7f3f0acb245700300071085b80))
|
680 |
|
681 |
|
682 |
|
683 |
|
684 |
|
685 | # [1.27.0-alpha.1](https://github.com/Shopify/app-bridge/compare/v1.27.0-alpha.0...v1.27.0-alpha.1) (2020-07-23)
|
686 |
|
687 | **Note:** Version bump only for package @shopify/app-bridge
|
688 |
|
689 |
|
690 |
|
691 |
|
692 |
|
693 | # [1.27.0-alpha.0](https://github.com/Shopify/app-bridge/compare/v1.26.2...v1.27.0-alpha.0) (2020-07-23)
|
694 |
|
695 | **Note:** Version bump only for package @shopify/app-bridge
|
696 |
|
697 |
|
698 |
|
699 |
|
700 |
|
701 | ## [1.26.2](https://github.com/Shopify/app-bridge/compare/v1.26.1...v1.26.2) (2020-07-22)
|
702 |
|
703 | **Note:** Version bump only for package @shopify/app-bridge
|
704 |
|
705 |
|
706 |
|
707 |
|
708 |
|
709 | ## [1.26.1](https://github.com/Shopify/app-bridge/compare/v1.26.0...v1.26.1) (2020-07-22)
|
710 |
|
711 |
|
712 | ### Bug Fixes
|
713 |
|
714 | * **client:** umd default export missing ([631a788](https://github.com/Shopify/app-bridge/commit/631a788cdc7047398e4402679214da92c261cc07))
|
715 |
|
716 |
|
717 | ### Features
|
718 |
|
719 | * update groupToEventNameSpace to return snake case group name ([888f806](https://github.com/Shopify/app-bridge/commit/888f806e2ce953a5c27a966d0ac542c81d2c42b1))
|
720 | * **marketing activity top bar:** new actions ([d4e43b4](https://github.com/Shopify/app-bridge/commit/d4e43b451639cda5607cb3b52d21feb9479fc49a))
|
721 |
|
722 |
|
723 |
|
724 |
|
725 |
|
726 | # [1.26.0](https://github.com/Shopify/app-bridge/compare/v1.26.0-alpha.1...v1.26.0) (2020-07-22)
|
727 |
|
728 | **Note:** Version bump only for package @shopify/app-bridge
|
729 |
|
730 |
|
731 |
|
732 |
|
733 |
|
734 | # [1.26.0-alpha.1](https://github.com/Shopify/app-bridge/compare/v1.26.0-alpha.0...v1.26.0-alpha.1) (2020-07-22)
|
735 |
|
736 | **Note:** Version bump only for package @shopify/app-bridge
|
737 |
|
738 |
|
739 |
|
740 |
|
741 |
|
742 | # [1.26.0-alpha.0](https://github.com/Shopify/app-bridge/compare/v1.25.1-alpha.0...v1.26.0-alpha.0) (2020-07-20)
|
743 |
|
744 | **Note:** Version bump only for package @shopify/app-bridge
|
745 |
|
746 |
|
747 |
|
748 |
|
749 |
|
750 | ## [1.25.1-alpha.0](https://github.com/Shopify/app-bridge/compare/v1.25.0...v1.25.1-alpha.0) (2020-07-16)
|
751 |
|
752 |
|
753 | ### Features
|
754 |
|
755 | * **host:** allow hosts to subscribe to specific actions from an app ([23bc3f4](https://github.com/Shopify/app-bridge/commit/23bc3f4e636947d9bcbb6ef899639c010272a9f8))
|
756 |
|
757 |
|
758 |
|
759 |
|
760 |
|
761 | # [1.25.0](https://github.com/Shopify/app-bridge/compare/v1.25.0-alpha.0...v1.25.0) (2020-07-08)
|
762 |
|
763 | **Note:** Version bump only for package @shopify/app-bridge
|
764 |
|
765 |
|
766 |
|
767 |
|
768 |
|
769 | # [1.25.0-alpha.0](https://github.com/Shopify/app-bridge/compare/v1.24.1-alpha.1...v1.25.0-alpha.0) (2020-07-07)
|
770 |
|
771 |
|
772 | ### Features
|
773 |
|
774 | * **modal:** add data action ([d63d9e0](https://github.com/Shopify/app-bridge/commit/d63d9e086fdbb144b6cf3e42ab614b1b9f75ea18))
|
775 |
|
776 |
|
777 |
|
778 |
|
779 |
|
780 | ## [1.24.1-alpha.1](https://github.com/Shopify/app-bridge/compare/v1.24.1-alpha.0...v1.24.1-alpha.1) (2020-06-11)
|
781 |
|
782 |
|
783 | ### Bug Fixes
|
784 |
|
785 | * createApp should be a default export ([c40c640](https://github.com/Shopify/app-bridge/commit/c40c6406b08162f25d3bb6832be4c3d1b510b051))
|
786 |
|
787 |
|
788 |
|
789 |
|
790 |
|
791 | ## [1.24.1-alpha.0](https://github.com/Shopify/app-bridge/compare/v1.24.0...v1.24.1-alpha.0) (2020-06-11)
|
792 |
|
793 |
|
794 | ### Bug Fixes
|
795 |
|
796 | * issue related to bundle size and tree shaking ([ec477d8](https://github.com/Shopify/app-bridge/commit/ec477d8c3a0f0873ab30310b0ec171a54fa290e4))
|
797 |
|
798 |
|
799 |
|
800 |
|
801 |
|
802 | # [1.24.0](https://github.com/Shopify/app-bridge/compare/v1.24.0-alpha.0...v1.24.0) (2020-06-04)
|
803 |
|
804 | **Note:** Version bump only for package @shopify/app-bridge
|
805 |
|
806 | # [1.24.0-alpha.0](https://github.com/Shopify/app-bridge/compare/v1.23.1...v1.24.0-alpha.0) (2020-06-04)
|
807 |
|
808 | ### Features
|
809 |
|
810 | - **auth-code:** add auth code actions ([3f617f6](https://github.com/Shopify/app-bridge/commit/3f617f637dd38f7f228cf62432a4781ef42f234a))
|
811 |
|
812 | ## [1.23.1](https://github.com/Shopify/app-bridge/compare/v1.23.0...v1.23.1) (2020-06-04)
|
813 |
|
814 | **Note:** Version bump only for package @shopify/app-bridge
|
815 |
|
816 | # [1.23.0](https://github.com/Shopify/app-bridge/compare/v1.20.1...v1.23.0) (2020-06-03)
|
817 |
|
818 | ### Bug Fixes
|
819 |
|
820 | - **message-transport:** lock communication from host to app origin ([116e0b9](https://github.com/Shopify/app-bridge/commit/116e0b968be9f7f802f61e4cb0cfa085f3203c00))
|
821 |
|
822 | ### Features
|
823 |
|
824 | - **title-bar:** add loading prop for buttons ([8bd856f](https://github.com/Shopify/app-bridge/commit/8bd856f1b26ef8410df8edd6447a7744f459792e))
|
825 | - **utils:** add get session token util ([f20e2e1](https://github.com/Shopify/app-bridge/commit/f20e2e17dc19e9e666cf4b237670f7eec8eac9d2))
|
826 |
|
827 | # [1.23.0-alpha.0](https://github.com/Shopify/app-bridge/compare/v1.22.0...v1.23.0-alpha.0) (2020-05-29)
|
828 |
|
829 | **Note:** Version bump only for package @shopify/app-bridge
|
830 |
|
831 | # [1.22.0](https://github.com/Shopify/app-bridge/compare/v1.22.0-alpha.1...v1.22.0) (2020-05-29)
|
832 |
|
833 | **Note:** Version bump only for package @shopify/app-bridge
|
834 |
|
835 | # [1.22.0-alpha.1](https://github.com/Shopify/app-bridge/compare/v1.22.0-alpha.0...v1.22.0-alpha.1) (2020-05-28)
|
836 |
|
837 | **Note:** Version bump only for package @shopify/app-bridge
|
838 |
|
839 | # [1.22.0-alpha.0](https://github.com/Shopify/app-bridge/compare/v1.21.6...v1.22.0-alpha.0) (2020-05-26)
|
840 |
|
841 | **Note:** Version bump only for package @shopify/app-bridge
|
842 |
|
843 | ## [1.21.6](https://github.com/Shopify/app-bridge/compare/v1.21.5...v1.21.6) (2020-05-22)
|
844 |
|
845 | **Note:** Version bump only for package @shopify/app-bridge
|
846 |
|
847 | ## [1.21.5](https://github.com/Shopify/app-bridge/compare/v1.21.4...v1.21.5) (2020-05-22)
|
848 |
|
849 | ### Features
|
850 |
|
851 | - **utils:** add get session token util ([f20e2e1](https://github.com/Shopify/app-bridge/commit/f20e2e17dc19e9e666cf4b237670f7eec8eac9d2))
|
852 |
|
853 | ## [1.21.4](https://github.com/Shopify/app-bridge/compare/v1.21.3...v1.21.4) (2020-05-05)
|
854 |
|
855 | **Note:** Version bump only for package @shopify/app-bridge
|
856 |
|
857 | ## [1.21.3](https://github.com/Shopify/app-bridge/compare/v1.21.2...v1.21.3) (2020-04-30)
|
858 |
|
859 | **Note:** Version bump only for package @shopify/app-bridge
|
860 |
|
861 | ## [1.21.2](https://github.com/Shopify/app-bridge/compare/v1.21.2-alpha.1...v1.21.2) (2020-04-25)
|
862 |
|
863 | **Note:** Version bump only for package @shopify/app-bridge
|
864 |
|
865 | ## [1.21.2-alpha.1](https://github.com/Shopify/app-bridge/compare/v1.21.2-alpha.0...v1.21.2-alpha.1) (2020-04-24)
|
866 |
|
867 | **Note:** Version bump only for package @shopify/app-bridge
|
868 |
|
869 | ## [1.21.2-alpha.0](https://github.com/Shopify/app-bridge/compare/v1.21.1...v1.21.2-alpha.0) (2020-04-24)
|
870 |
|
871 | **Note:** Version bump only for package @shopify/app-bridge
|
872 |
|
873 | ## [1.21.1](https://github.com/Shopify/app-bridge/compare/v1.21.0...v1.21.1) (2020-04-22)
|
874 |
|
875 | **Note:** Version bump only for package @shopify/app-bridge
|
876 |
|
877 | # [1.21.0](https://github.com/Shopify/app-bridge/compare/v1.20.3...v1.21.0) (2020-04-22)
|
878 |
|
879 | ### Bug Fixes
|
880 |
|
881 | - **message-transport:** lock communication from host to app origin ([116e0b9](https://github.com/Shopify/app-bridge/commit/116e0b968be9f7f802f61e4cb0cfa085f3203c00))
|
882 |
|
883 | ## [1.20.3](https://github.com/Shopify/app-bridge/compare/v1.20.2...v1.20.3) (2020-04-14)
|
884 |
|
885 | **Note:** Version bump only for package @shopify/app-bridge
|
886 |
|
887 | ## [1.20.2](https://github.com/Shopify/app-bridge/compare/v1.20.1...v1.20.2) (2020-04-03)
|
888 |
|
889 | **Note:** Version bump only for package @shopify/app-bridge
|
890 |
|
891 | ## [1.20.1](https://github.com/Shopify/app-bridge/compare/v1.20.0...v1.20.1) (2020-03-25)
|
892 |
|
893 | ### Features
|
894 |
|
895 | - add initialSelectionIds to React ResourcePicker ([b070440](https://github.com/Shopify/app-bridge/commit/b07044087470f724bf1a8ca1168f4b8c11e3bd7a))
|
896 |
|
897 | # [1.20.0](https://github.com/Shopify/app-bridge/compare/v1.20.0-alpha.0...v1.20.0) (2020-03-18)
|
898 |
|
899 | **Note:** Version bump only for package @shopify/app-bridge
|
900 |
|
901 | # [1.20.0-alpha.0](https://github.com/Shopify/app-bridge/compare/v1.19.0...v1.20.0-alpha.0) (2020-03-17)
|
902 |
|
903 | ### Bug Fixes
|
904 |
|
905 | - rename Link -> AppLink ([b86db2f](https://github.com/Shopify/app-bridge/commit/b86db2f0629ffb433922dae6152c86ed4b7e612f))
|
906 | - **pos:** fixed pos close action dispatch function ([1c608c9](https://github.com/Shopify/app-bridge/commit/1c608c9da9cdecb123d252e6bbfeed272f5abc19))
|
907 |
|
908 | ### Features
|
909 |
|
910 | - **pos:** added pos close action ([931bbb0](https://github.com/Shopify/app-bridge/commit/931bbb021911a420036e0078778ef8bc8fc86559))
|
911 | - **session-token:** add session token feature ([#1467](https://github.com/Shopify/app-bridge/pull/1467)) ([8573712](https://github.com/Shopify/app-bridge/commit/60c63cbac5ebf454b3b72df7a7486df6c8573712))
|
912 | - **resource-picker:** add initialSelectionIds to ResourcePicker actions ([bd5ce7f](https://github.com/Shopify/app-bridge/commit/bd5ce7fb70038f59066c8ef688ecfcc5a106724b))
|
913 |
|
914 | # [1.19.0](https://github.com/Shopify/app-bridge/compare/v1.18.0...v1.19.0) (2020-03-09)
|
915 |
|
916 | **Note:** Version bump only for package @shopify/app-bridge
|
917 |
|
918 | # [1.18.0](https://github.com/Shopify/app-bridge/compare/v1.18.0-alpha.0...v1.18.0) (2020-03-09)
|
919 |
|
920 | ### Bug Fixes
|
921 |
|
922 | - relative path to client in validator test ([588f7a4](https://github.com/Shopify/app-bridge/commit/588f7a41db3866a41bde6cc8c707927b06ed32c3))
|
923 | - **pos:** fixed pos close action dispatch function ([1c608c9](https://github.com/Shopify/app-bridge/commit/1c608c9da9cdecb123d252e6bbfeed272f5abc19))
|
924 |
|
925 | # [1.18.0-alpha.0](https://github.com/Shopify/app-bridge/compare/v1.17.0...v1.18.0-alpha.0) (2020-03-05)
|
926 |
|
927 | **Note:** Version bump only for package @shopify/app-bridge
|
928 |
|
929 | # [1.17.0](https://github.com/Shopify/app-bridge/compare/v1.17.0-alpha.0...v1.17.0) (2020-02-26)
|
930 |
|
931 | **Note:** Version bump only for package @shopify/app-bridge
|
932 |
|
933 | # [1.17.0-alpha.0](https://github.com/Shopify/app-bridge/compare/v1.16.0...v1.17.0-alpha.0) (2020-02-19)
|
934 |
|
935 | ### Features
|
936 |
|
937 | - **pos:** added pos close action ([931bbb0](https://github.com/Shopify/app-bridge/commit/931bbb021911a420036e0078778ef8bc8fc86559))
|
938 |
|
939 | # [1.16.0](https://github.com/Shopify/app-bridge/compare/v1.15.1-alpha.0...v1.16.0) (2020-02-12)
|
940 |
|
941 | **Note:** Version bump only for package @shopify/app-bridge
|
942 |
|
943 | ## [1.15.1-alpha.0](https://github.com/Shopify/app-bridge/compare/v1.12.1-alpha.1...v1.15.1-alpha.0) (2020-02-11)
|
944 |
|
945 | ### Bug Fixes
|
946 |
|
947 | - **host:** allow modal with size auto and full to be opened ([5b59791](https://github.com/Shopify/app-bridge/commit/5b59791c517b906842839e87e9e812df30f5d601))
|
948 | - Link -> AppLink ([b86db2f](https://github.com/Shopify/app-bridge/commit/b86db2f0629ffb433922dae6152c86ed4b7e612f))
|
949 |
|
950 | ### Features
|
951 |
|
952 | - add ChannelMenu action group ([16e2225](https://github.com/Shopify/app-bridge/commit/16e2225e0b57a04affeaa6ea00eef81e1cb65f91))
|
953 |
|
954 | # [1.15.0](https://github.com/Shopify/app-bridge/compare/v1.15.0-alpha.0...v1.15.0) (2020-01-31)
|
955 |
|
956 | **Note:** Version bump only for package @shopify/app-bridge
|
957 |
|
958 | # [1.15.0-alpha.0](https://github.com/Shopify/app-bridge/compare/v1.14.0...v1.15.0-alpha.0) (2020-01-30)
|
959 |
|
960 | ### Bug Fixes
|
961 |
|
962 | - Link -> AppLink ([b86db2f](https://github.com/Shopify/app-bridge/commit/b86db2f0629ffb433922dae6152c86ed4b7e612f))
|
963 |
|
964 | # [1.14.0](https://github.com/Shopify/app-bridge/compare/v1.14.0-alpha.1...v1.14.0) (2020-01-21)
|
965 |
|
966 | **Note:** Version bump only for package @shopify/app-bridge
|
967 |
|
968 | # [1.14.0-alpha.1](https://github.com/Shopify/app-bridge/compare/v1.14.0-alpha.0...v1.14.0-alpha.1) (2020-01-08)
|
969 |
|
970 | **Note:** Version bump only for package @shopify/app-bridge
|
971 |
|
972 | # [1.14.0-alpha.0](https://github.com/Shopify/app-bridge/compare/v1.13.1...v1.14.0-alpha.0) (2020-01-08)
|
973 |
|
974 | ### Features
|
975 |
|
976 | - add ChannelMenu action group ([16e2225](https://github.com/Shopify/app-bridge/commit/16e2225e0b57a04affeaa6ea00eef81e1cb65f91))
|
977 |
|
978 | ## [1.13.1](https://github.com/Shopify/app-bridge/compare/v1.13.0...v1.13.1) (2020-01-06)
|
979 |
|
980 | ### Bug Fixes
|
981 |
|
982 | - **host:** allow modal with size auto and full to be opened ([5b59791](https://github.com/Shopify/app-bridge/commit/5b59791c517b906842839e87e9e812df30f5d601))
|
983 |
|
984 | # [1.13.0](https://github.com/Shopify/app-bridge/compare/v1.13.0-alpha.0...v1.13.0) (2020-01-02)
|
985 |
|
986 | **Note:** Version bump only for package @shopify/app-bridge
|
987 |
|
988 | # [1.13.0-alpha.0](https://github.com/Shopify/app-bridge/compare/v1.12.1-alpha.1...v1.13.0-alpha.0) (2019-12-19)
|
989 |
|
990 | **Note:** Version bump only for package @shopify/app-bridge
|
991 |
|
992 | ## [1.12.1-alpha.1](https://github.com/Shopify/app-bridge/compare/v1.12.1-alpha.0...v1.12.1-alpha.1) (2019-12-18)
|
993 |
|
994 | **Note:** Version bump only for package @shopify/app-bridge
|
995 |
|
996 | ## [1.12.1-alpha.0](https://github.com/Shopify/app-bridge/compare/v1.12.0...v1.12.1-alpha.0) (2019-12-17)
|
997 |
|
998 | ### Features
|
999 |
|
1000 | - **app-nav-links:** update `NavigationMenu` to use `Link` actions ([4fa5e9c](https://github.com/Shopify/app-bridge/commit/4fa5e9c772783fa13692052416599ad1440f6afd))
|
1001 |
|
1002 | # [1.12.0](https://github.com/Shopify/app-bridge/compare/v1.12.0-alpha.0...v1.12.0) (2019-12-17)
|
1003 |
|
1004 | **Note:** Version bump only for package @shopify/app-bridge
|
1005 |
|
1006 | # [1.12.0-alpha.0](https://github.com/Shopify/app-bridge/compare/v1.11.3...v1.12.0-alpha.0) (2019-12-16)
|
1007 |
|
1008 | ### Features
|
1009 |
|
1010 | - **utils:** add app-bridge-utils package ([65d14fa](https://github.com/Shopify/app-bridge/commit/65d14fa60778d8495ff4307652e3d88bf63f1048))
|
1011 |
|
1012 | ### BREAKING CHANGES
|
1013 |
|
1014 | - **client:** deprecate Modal size `Auto` ([65d14fa](https://github.com/Shopify/app-bridge/commit/65d14fa60778d8495ff4307652e3d88bf63f1048))
|
1015 |
|
1016 | ## [1.11.3](https://github.com/Shopify/app-bridge/compare/v1.11.3-alpha.0...v1.11.3) (2019-12-09)
|
1017 |
|
1018 | **Note:** Version bump only for package @shopify/app-bridge
|
1019 |
|
1020 | ## [1.11.3-alpha.0](https://github.com/Shopify/app-bridge/compare/v1.11.1...v1.11.3-alpha.0) (2019-12-09)
|
1021 |
|
1022 | ### Bug Fixes
|
1023 |
|
1024 | - expose pos actions ([171011c](https://github.com/Shopify/app-bridge/commit/171011c2b9aa1733a7cec48ba2a6b9ae57c78d95))
|
1025 |
|
1026 | ### Features
|
1027 |
|
1028 | - **host:** add fullscreen feature ([e16c073](https://github.com/Shopify/app-bridge/commit/e16c0739ead379bc961d920c7753a4d51e8c816f))
|
1029 |
|
1030 | ## [1.11.2](https://github.com/Shopify/app-bridge/compare/v1.11.1...v1.11.2) (2019-12-04)
|
1031 |
|
1032 | **Note:** Version bump only for package @shopify/app-bridge
|
1033 |
|
1034 | ## [1.11.1](https://github.com/Shopify/app-bridge/compare/v1.11.1-alpha.1...v1.11.1) (2019-11-27)
|
1035 |
|
1036 | ### Features
|
1037 |
|
1038 | - **host:** leave confimration modal ([10aedc5](https://github.com/Shopify/app-bridge/commit/10aedc5244be77e247c96acf73b0889f1e67252b))
|
1039 | - **link-actions:** introduce `Link` action group ([ffb50f0](https://github.com/Shopify/app-bridge/commit/ffb50f007de169089745dd5372a93ab67fa4b12b))
|
1040 |
|
1041 | ## [1.11.1-alpha.1](https://github.com/Shopify/app-bridge/compare/v1.11.0...v1.11.1-alpha.1) (2019-11-27)
|
1042 |
|
1043 | ### Features
|
1044 |
|
1045 | - **host:** leave confimration modal ([10aedc5](https://github.com/Shopify/app-bridge/commit/10aedc5244be77e247c96acf73b0889f1e67252b))
|
1046 | - **link-actions:** introduce `Link` action group ([ffb50f0](https://github.com/Shopify/app-bridge/commit/ffb50f007de169089745dd5372a93ab67fa4b12b))
|
1047 |
|
1048 | ## [1.11.1-alpha.0](https://github.com/Shopify/app-bridge/compare/v1.11.0...v1.11.1-alpha.0) (2019-11-27)
|
1049 |
|
1050 | ### Features
|
1051 |
|
1052 | - **host:** leave confimration modal ([10aedc5](https://github.com/Shopify/app-bridge/commit/10aedc5244be77e247c96acf73b0889f1e67252b))
|
1053 | - **link-actions:** introduce `Link` action group ([ffb50f0](https://github.com/Shopify/app-bridge/commit/ffb50f007de169089745dd5372a93ab67fa4b12b))
|
1054 |
|
1055 | # [1.11.0](https://github.com/Shopify/app-bridge/compare/v1.11.0-alpha.0...v1.11.0) (2019-11-14)
|
1056 |
|
1057 | **Note:** Version bump only for package @shopify/app-bridge
|
1058 |
|
1059 | # [1.11.0-alpha.0](https://github.com/Shopify/app-bridge/compare/v1.10.1...v1.11.0-alpha.0) (2019-11-14)
|
1060 |
|
1061 | ### Bug Fixes
|
1062 |
|
1063 | - **redirect-fix-ssr:** check for `window` in util ([69df1cb](https://github.com/Shopify/app-bridge/commit/69df1cb))
|
1064 |
|
1065 | ### Features
|
1066 |
|
1067 | - **app-nav-reducers:** add reducers and tests ([8ace198](https://github.com/Shopify/app-bridge/commit/8ace198))
|
1068 |
|
1069 | ## [1.10.1](https://github.com/Shopify/app-bridge/compare/v1.10.0...v1.10.1) (2019-10-31)
|
1070 |
|
1071 | **Note:** Version bump only for package @shopify/app-bridge
|
1072 |
|
1073 | # [1.10.0](https://github.com/Shopify/app-bridge/compare/v1.9.0...v1.10.0) (2019-10-28)
|
1074 |
|
1075 | ### Bug Fixes
|
1076 |
|
1077 | - **umd-development-build:** turn off minify for umd development build ([d628510](https://github.com/Shopify/app-bridge/commit/d628510))
|
1078 |
|
1079 | ### Features
|
1080 |
|
1081 | - **app-nav-actions:** add actions and readme ([e4dc680](https://github.com/Shopify/app-bridge/commit/e4dc680))
|
1082 | - **mixed-client-warning:** add test ([946e03f](https://github.com/Shopify/app-bridge/commit/946e03f))
|
1083 | - **mixed-client-warning:** check for EASDK client in development mode ([ce51612](https://github.com/Shopify/app-bridge/commit/ce51612))
|
1084 | - **mixed-client-warning:** edit warning and add formatting ([65d6e63](https://github.com/Shopify/app-bridge/commit/65d6e63))
|
1085 | - **mixed-client-warning:** update error message ([5fcefde](https://github.com/Shopify/app-bridge/commit/5fcefde))
|
1086 |
|
1087 | # [1.9.0](https://github.com/Shopify/app-bridge/compare/v1.8.0...v1.9.0) (2019-10-18)
|
1088 |
|
1089 | **Note:** Version bump only for package @shopify/app-bridge
|
1090 |
|
1091 | # [1.8.0](https://github.com/Shopify/app-bridge/compare/v1.8.0-alpha.0...v1.8.0) (2019-10-15)
|
1092 |
|
1093 | **Note:** Version bump only for package @shopify/app-bridge
|
1094 |
|
1095 | # [1.8.0-alpha.0](https://github.com/Shopify/app-bridge/compare/v1.7.1...v1.8.0-alpha.0) (2019-10-15)
|
1096 |
|
1097 | ### Features
|
1098 |
|
1099 | - **host:** allow hosts to provide a navigation context ([225f064](https://github.com/Shopify/app-bridge/commit/225f064))
|
1100 | - add loading attribute to ContextualSaveBar actions ([4588633](https://github.com/Shopify/app-bridge/commit/4588633))
|
1101 | - add loading attribute to ContextualSaveBar actions ([#1258](https://github.com/Shopify/app-bridge/issues/1258)) ([5203fbc](https://github.com/Shopify/app-bridge/commit/5203fbc))
|
1102 |
|
1103 | ## [1.7.1](https://github.com/Shopify/app-bridge/compare/v1.7.0...v1.7.1) (2019-10-08)
|
1104 |
|
1105 | **Note:** Version bump only for package @shopify/app-bridge
|
1106 |
|
1107 | # [1.7.0](https://github.com/Shopify/app-bridge/compare/v1.6.9-alpha.0...v1.7.0) (2019-10-08)
|
1108 |
|
1109 | ### Features
|
1110 |
|
1111 | - **host-provder:** create default store and render components ([cd3c91a](https://github.com/Shopify/app-bridge/commit/cd3c91a))
|
1112 |
|
1113 | ## [1.6.9-alpha.0](https://github.com/Shopify/app-bridge/compare/v1.6.8...v1.6.9-alpha.0) (2019-09-09)
|
1114 |
|
1115 | ### Features
|
1116 |
|
1117 | - **contextual save bar:** add show to contextual save bar store ([a04140f](https://github.com/Shopify/app-bridge/commit/a04140f))
|
1118 |
|
1119 | ## [1.6.8](https://github.com/Shopify/app-bridge/compare/v1.6.8-alpha.0...v1.6.8) (2019-09-03)
|
1120 |
|
1121 | **Note:** Version bump only for package @shopify/app-bridge
|
1122 |
|
1123 | ## [1.6.8-alpha.0](https://github.com/Shopify/app-bridge/compare/v1.6.7...v1.6.8-alpha.0) (2019-08-28)
|
1124 |
|
1125 | **Note:** Version bump only for package @shopify/app-bridge
|
1126 |
|
1127 | ## [1.6.7](https://github.com/Shopify/app-bridge/compare/v1.6.7-alpha.1...v1.6.7) (2019-07-19)
|
1128 |
|
1129 | **Note:** Version bump only for package @shopify/app-bridge
|
1130 |
|
1131 | ## [1.6.7-alpha.1](https://github.com/Shopify/app-bridge/compare/v1.6.7-alpha.0...v1.6.7-alpha.1) (2019-07-17)
|
1132 |
|
1133 | **Note:** Version bump only for package @shopify/app-bridge
|
1134 |
|
1135 | ## [1.6.7-alpha.0](https://github.com/Shopify/app-bridge/compare/v1.6.6...v1.6.7-alpha.0) (2019-07-17)
|
1136 |
|
1137 | ### Bug Fixes
|
1138 |
|
1139 | - Documentation for hooks is now inline. Use correct link. ([1abc608](https://github.com/Shopify/app-bridge/commit/1abc608))
|
1140 |
|
1141 | ### Features
|
1142 |
|
1143 | - **modal:** deprecate Size.Full ([b5c285c](https://github.com/Shopify/app-bridge/commit/b5c285c))
|
1144 |
|
1145 | ## [1.6.6](https://github.com/Shopify/app-bridge/compare/v1.6.5...v1.6.6) (2019-06-21)
|
1146 |
|
1147 | ### Features
|
1148 |
|
1149 | - add support for share ([5379196](https://github.com/Shopify/app-bridge/commit/5379196))
|
1150 |
|
1151 | ## [1.6.5](https://github.com/Shopify/app-bridge/compare/v1.6.5-alpha.2...v1.6.5) (2019-06-14)
|
1152 |
|
1153 | **Note:** Version bump only for package @shopify/app-bridge
|
1154 |
|
1155 | ## [1.6.5-alpha.2](https://github.com/Shopify/app-bridge/compare/v1.6.5-alpha.1...v1.6.5-alpha.2) (2019-06-13)
|
1156 |
|
1157 | ### Bug Fixes
|
1158 |
|
1159 | - **validator:** ensure update validator pass all arguments to next ([66133ec](https://github.com/Shopify/app-bridge/commit/66133ec))
|
1160 |
|
1161 | ## [1.6.5-alpha.1](https://github.com/Shopify/app-bridge/compare/v1.6.5-alpha.0...v1.6.5-alpha.1) (2019-06-12)
|
1162 |
|
1163 | **Note:** Version bump only for package @shopify/app-bridge
|
1164 |
|
1165 | ## [1.6.5-alpha.0](https://github.com/Shopify/app-bridge/compare/v1.6.4...v1.6.5-alpha.0) (2019-06-12)
|
1166 |
|
1167 | ### Bug Fixes
|
1168 |
|
1169 | - use CDN-specific package fields ([8dd88aa](https://github.com/Shopify/app-bridge/commit/8dd88aa))
|
1170 |
|
1171 | ## [1.6.4](https://github.com/Shopify/app-bridge/compare/v1.6.3...v1.6.4) (2019-06-11)
|
1172 |
|
1173 | ### Bug Fixes
|
1174 |
|
1175 | - **host:** normalize feature permission update payload ([5834f59](https://github.com/Shopify/app-bridge/commit/5834f59))
|
1176 | - **host:** normalize feature permission update payload ([#1010](https://github.com/Shopify/app-bridge/issues/1010)) ([cff6265](https://github.com/Shopify/app-bridge/commit/cff6265))
|
1177 |
|
1178 | ## [1.6.3](https://github.com/Shopify/app-bridge/compare/v1.6.2...v1.6.3) (2019-06-10)
|
1179 |
|
1180 | **Note:** Version bump only for package @shopify/app-bridge
|
1181 |
|
1182 | ## [1.6.2](https://github.com/Shopify/app-bridge/compare/v1.6.2-alpha.0...v1.6.2) (2019-06-10)
|
1183 |
|
1184 | **Note:** Version bump only for package @shopify/app-bridge
|
1185 |
|
1186 | ## [1.6.2-alpha.0](https://github.com/Shopify/app-bridge/compare/v1.6.1...v1.6.2-alpha.0) (2019-06-06)
|
1187 |
|
1188 | ### Bug Fixes
|
1189 |
|
1190 | - **contextual-save-bar:** correctly map the group name to its event name ([ea52b45](https://github.com/Shopify/app-bridge/commit/ea52b45))
|
1191 |
|
1192 | ## [1.6.1](https://github.com/Shopify/app-bridge/compare/v1.6.0...v1.6.1) (2019-06-05)
|
1193 |
|
1194 | **Note:** Version bump only for package @shopify/app-bridge
|
1195 |
|
1196 | # [1.6.0](https://github.com/Shopify/app-bridge/compare/v1.6.0-alpha.2...v1.6.0) (2019-06-04)
|
1197 |
|
1198 | **Note:** Version bump only for package @shopify/app-bridge
|
1199 |
|
1200 | # [1.6.0-alpha.2](https://github.com/Shopify/app-bridge/compare/v1.6.0-alpha.1...v1.6.0-alpha.2) (2019-06-04)
|
1201 |
|
1202 | ### Features
|
1203 |
|
1204 | - **nfc:** added nfc action support to scanner action ([55b4810](https://github.com/Shopify/app-bridge/commit/55b4810))
|
1205 |
|
1206 | # [1.6.0-alpha.1](https://github.com/Shopify/app-bridge/compare/v1.6.0-alpha.0...v1.6.0-alpha.1) (2019-06-03)
|
1207 |
|
1208 | **Note:** Version bump only for package @shopify/app-bridge
|
1209 |
|
1210 | # [1.6.0-alpha.0](https://github.com/Shopify/app-bridge/compare/v1.5.4...v1.6.0-alpha.0) (2019-06-03)
|
1211 |
|
1212 | ### Features
|
1213 |
|
1214 | - **contextual save bar:** remove deprecated options ([d9976c3](https://github.com/Shopify/app-bridge/commit/d9976c3))
|
1215 |
|
1216 | ## [1.5.4](https://github.com/Shopify/app-bridge/compare/v1.5.3...v1.5.4) (2019-05-29)
|
1217 |
|
1218 | **Note:** Version bump only for package @shopify/app-bridge
|
1219 |
|
1220 | ## [1.5.3](https://github.com/Shopify/app-bridge/compare/v1.5.2...v1.5.3) (2019-05-24)
|
1221 |
|
1222 | ### Features
|
1223 |
|
1224 | - modal auto sizing ([b1b21a1](https://github.com/Shopify/app-bridge/commit/b1b21a1))
|
1225 | - modal auto sizing ([#892](https://github.com/Shopify/app-bridge/issues/892)) ([4620eec](https://github.com/Shopify/app-bridge/commit/4620eec))
|
1226 |
|
1227 | ## [1.5.2](https://github.com/Shopify/app-bridge/compare/v1.5.1...v1.5.2) (2019-05-24)
|
1228 |
|
1229 | **Note:** Version bump only for package @shopify/app-bridge
|
1230 |
|
1231 | ## [1.5.1](https://github.com/Shopify/app-bridge/compare/v1.5.0...v1.5.1) (2019-05-24)
|
1232 |
|
1233 | **Note:** Version bump only for package @shopify/app-bridge
|
1234 |
|
1235 | # [1.5.0](https://github.com/Shopify/app-bridge/compare/v1.4.2...v1.5.0) (2019-05-23)
|
1236 |
|
1237 | **Note:** Version bump only for package @shopify/app-bridge
|
1238 |
|
1239 | ## [1.4.2](https://github.com/Shopify/app-bridge/compare/v1.4.2-alpha.0...v1.4.2) (2019-05-23)
|
1240 |
|
1241 | **Note:** Version bump only for package @shopify/app-bridge
|
1242 |
|
1243 | ## [1.4.2-alpha.0](https://github.com/Shopify/app-bridge/compare/v1.4.1...v1.4.2-alpha.0) (2019-05-23)
|
1244 |
|
1245 | ### Features
|
1246 |
|
1247 | - add context save bar action set ([3633682](https://github.com/Shopify/app-bridge/commit/3633682))
|
1248 | - add contextual save bar action set ([#931](https://github.com/Shopify/app-bridge/issues/931)) ([8ef8792](https://github.com/Shopify/app-bridge/commit/8ef8792))
|
1249 | - **host:** add contextual save bar reducer and feature permission ([5fa5e6c](https://github.com/Shopify/app-bridge/commit/5fa5e6c))
|
1250 |
|
1251 | ## [1.4.1](https://github.com/Shopify/app-bridge/compare/v1.4.0...v1.4.1) (2019-05-23)
|
1252 |
|
1253 | **Note:** Version bump only for package @shopify/app-bridge
|
1254 |
|
1255 | # [1.4.0](https://github.com/Shopify/app-bridge/compare/v1.3.1-alpha.8...v1.4.0) (2019-05-23)
|
1256 |
|
1257 | **Note:** Version bump only for package @shopify/app-bridge
|
1258 |
|
1259 | ## [1.3.1-alpha.8](https://github.com/Shopify/app-bridge/compare/v1.3.1-alpha.7...v1.3.1-alpha.8) (2019-05-22)
|
1260 |
|
1261 | **Note:** Version bump only for package @shopify/app-bridge
|
1262 |
|
1263 | ## [1.3.1-alpha.7](https://github.com/Shopify/app-bridge/compare/v1.3.1-alpha.6...v1.3.1-alpha.7) (2019-05-22)
|
1264 |
|
1265 | **Note:** Version bump only for package @shopify/app-bridge
|
1266 |
|
1267 | ## [1.3.1-alpha.6](https://github.com/Shopify/app-bridge/compare/v1.3.1-alpha.5...v1.3.1-alpha.6) (2019-05-21)
|
1268 |
|
1269 | **Note:** Version bump only for package @shopify/app-bridge
|
1270 |
|
1271 | ## [1.3.1-alpha.5](https://github.com/Shopify/app-bridge/compare/v1.3.1-alpha.4...v1.3.1-alpha.5) (2019-05-21)
|
1272 |
|
1273 | ### Added
|
1274 |
|
1275 | - **docs:** add docs for Feature Detection
|
1276 | - **docs:** add docs for Point of Sale
|
1277 |
|
1278 | ## [1.3.1-alpha.4](https://github.com/Shopify/app-bridge/compare/v1.3.1-alpha.3...v1.3.1-alpha.4) (2019-05-17)
|
1279 |
|
1280 | ### Bug Fixes
|
1281 |
|
1282 | - **message-transport:** add `frameWindow` to identify source of dispatch ([#885](https://github.com/Shopify/app-bridge/issues/885)) ([4558215](https://github.com/Shopify/app-bridge/commit/4558215))
|
1283 |
|
1284 | ## [1.3.1-alpha.3](https://github.com/Shopify/app-bridge/compare/v1.3.1-alpha.2...v1.3.1-alpha.3) (2019-05-15)
|
1285 |
|
1286 | ### Features
|
1287 |
|
1288 | - **features request:** added Feature Request Action ([#917](https://github.com/Shopify/app-bridge/issues/917)) ([2124acf](https://github.com/Shopify/app-bridge/commit/2124acf))
|
1289 |
|
1290 | ## [1.3.1-alpha.2](https://github.com/Shopify/app-bridge/compare/v1.3.1-alpha.1...v1.3.1-alpha.2) (2019-05-10)
|
1291 |
|
1292 | **Note:** Version bump only for package @shopify/app-bridge
|
1293 |
|
1294 | ## [1.3.1-alpha.1](https://github.com/Shopify/app-bridge/compare/v1.3.1-alpha.0...v1.3.1-alpha.1) (2019-05-10)
|
1295 |
|
1296 | **Note:** Version bump only for package @shopify/app-bridge
|
1297 |
|
1298 | ## [1.3.1-alpha.0](https://github.com/Shopify/app-bridge/compare/v1.3.1-next.2...v1.3.1-alpha.0) (2019-05-03)
|
1299 |
|
1300 | **Note:** Version bump only for package @shopify/app-bridge
|
1301 |
|
1302 | ## [1.3.1-next.2](https://github.com/Shopify/app-bridge/compare/v1.3.1-next.1...v1.3.1-next.2) (2019-05-03)
|
1303 |
|
1304 | **Note:** Version bump only for package @shopify/app-bridge
|
1305 |
|
1306 | <a name="1.3.1-next.1"></a>
|
1307 |
|
1308 | ## [1.3.1-next.1](https://github.com/Shopify/app-bridge/compare/v1.3.1-next.0...v1.3.1-next.1) (2019-05-02)
|
1309 |
|
1310 | ### Features
|
1311 |
|
1312 | - **fullscreen:** fix wrong group for fullscreen action interface ([b230791](https://github.com/Shopify/app-bridge/commit/b230791))
|
1313 |
|
1314 | <a name="1.3.1-next.0"></a>
|
1315 |
|
1316 | ## [1.3.1-next.0](https://github.com/Shopify/app-bridge/compare/v1.3.0...v1.3.1-next.0) (2019-05-02)
|
1317 |
|
1318 | ### Features
|
1319 |
|
1320 | - **fullscreen:** add fullscreen action ([1e1cf27](https://github.com/Shopify/app-bridge/commit/1e1cf27))
|
1321 |
|
1322 | <a name="1.3.0"></a>
|
1323 |
|
1324 | # [1.3.0](https://github.com/Shopify/app-bridge/compare/v1.3.0-next.0...v1.3.0) (2019-04-23)
|
1325 |
|
1326 | **Note:** Version bump only for package @shopify/app-bridge
|
1327 |
|
1328 | <a name="1.3.0-next.0"></a>
|
1329 |
|
1330 | # [1.3.0-next.0](https://github.com/Shopify/app-bridge/compare/v1.2.1-next.0...v1.3.0-next.0) (2019-04-18)
|
1331 |
|
1332 | ### Features
|
1333 |
|
1334 | - **app redirect:** notify host when apps subscribe to actions ([3363089](https://github.com/Shopify/app-bridge/commit/3363089))
|
1335 | - **resource picker:** add actionVerb to options ([616f923](https://github.com/Shopify/app-bridge/commit/616f923))
|
1336 |
|
1337 | <a name="1.2.1-next.0"></a>
|
1338 |
|
1339 | ## [1.2.1-next.0](https://github.com/Shopify/app-bridge/compare/v1.2.0...v1.2.1-next.0) (2019-04-15)
|
1340 |
|
1341 | ### Features
|
1342 |
|
1343 | - **frameless:** add support for frameless mode on mobile ([#823](https://github.com/Shopify/app-bridge/issues/823)) ([a35b1cf](https://github.com/Shopify/app-bridge/commit/a35b1cf))
|
1344 |
|
1345 | <a name="1.2.0"></a>
|
1346 |
|
1347 | # [1.2.0](https://github.com/Shopify/app-bridge/compare/v1.2.0-next.3...v1.2.0) (2019-03-28)
|
1348 |
|
1349 | **Note:** Version bump only for package @shopify/app-bridge
|
1350 |
|
1351 | <a name="1.2.0-next.3"></a>
|
1352 |
|
1353 | # [1.2.0-next.3](https://github.com/Shopify/app-bridge/compare/v1.2.0-next.2...v1.2.0-next.3) (2019-03-25)
|
1354 |
|
1355 | **Note:** Version bump only for package @shopify/app-bridge
|
1356 |
|
1357 | <a name="1.2.0-next.2"></a>
|
1358 |
|
1359 | # [1.2.0-next.2](https://github.com/Shopify/app-bridge/compare/v1.2.0-next.1...v1.2.0-next.2) (2019-03-25)
|
1360 |
|
1361 | **Note:** Version bump only for package @shopify/app-bridge
|
1362 |
|
1363 | <a name="1.2.0-1"></a>
|
1364 |
|
1365 | # [1.2.0-1](https://github.com/Shopify/app-bridge/compare/v1.0.8-0...v1.2.0-1) (2019-03-25)
|
1366 |
|
1367 | ### Bug Fixes
|
1368 |
|
1369 | - **dev-build:** change the file names of the UMD build ([#799](https://github.com/Shopify/app-bridge/issues/799)) ([d5bc78f](https://github.com/Shopify/app-bridge/commit/d5bc78f))
|
1370 |
|
1371 | ### Features
|
1372 |
|
1373 | - **app communication:** enable context for message transports ([20d2df9](https://github.com/Shopify/app-bridge/commit/20d2df9))
|
1374 | - **app communication:** gate features when app dispatch or subscribe ([543e0eb](https://github.com/Shopify/app-bridge/commit/543e0eb))
|
1375 |
|
1376 | <a name="1.2.0-0"></a>
|
1377 |
|
1378 | # [1.2.0-0](https://github.com/Shopify/app-bridge/compare/v1.1.2...v1.2.0-0) (2019-03-11)
|
1379 |
|
1380 | ### Features
|
1381 |
|
1382 | - **app communication:** enable context for message transports ([20d2df9](https://github.com/Shopify/app-bridge/commit/20d2df9))
|
1383 | - **app communication:** gate features when app dispatch or subscribe ([543e0eb](https://github.com/Shopify/app-bridge/commit/543e0eb))
|
1384 |
|
1385 | <a name="1.1.2"></a>
|
1386 |
|
1387 | ## [1.1.2](https://github.com/Shopify/app-bridge/compare/v1.1.1...v1.1.2) (2019-03-08)
|
1388 |
|
1389 | ### Bug Fixes
|
1390 |
|
1391 | - **dev-build:** change the file names of the UMD build ([#799](https://github.com/Shopify/app-bridge/issues/799)) ([d5bc78f](https://github.com/Shopify/app-bridge/commit/d5bc78f))
|
1392 |
|
1393 | <a name="1.1.1"></a>
|
1394 |
|
1395 | ## [1.1.1](https://github.com/Shopify/app-bridge/compare/1.1.0...1.1.1) (2019-03-08)
|
1396 |
|
1397 | This release is to fix a faulty deploy.
|
1398 |
|
1399 | **Note:** Version bump only for package @shopify/app-bridge
|
1400 |
|
1401 | <a name="1.1.0"></a>
|
1402 |
|
1403 | # [1.1.0](https://github.com/Shopify/app-bridge/compare/v1.0.8-0...v1.1.0) (2019-03-08)
|
1404 |
|
1405 | This release is to fix a faulty deploy.
|
1406 |
|
1407 | **Note:** Version bump only for package @shopify/app-bridge
|
1408 |
|
1409 | <a name="1.0.8-0"></a>
|
1410 |
|
1411 | ## [1.0.8-0](https://github.com/Shopify/app-bridge/compare/v1.0.7...v1.0.8-0) (2019-03-04)
|
1412 |
|
1413 | ### Bug Fixes
|
1414 |
|
1415 | - Increase default toast duration from 3000 to 5000 ([e46a13e](https://github.com/Shopify/app-bridge/commit/e46a13e))
|
1416 | - **cart:** added LineItem based discount to Cart and to the validator ([1ebeb0a](https://github.com/Shopify/app-bridge/commit/1ebeb0a))
|
1417 | - **resource-picker:** set default option `showHidden` to `true` ([#723](https://github.com/Shopify/app-bridge/pull/723))
|
1418 | - **client:** handle server side render instead of throwing an error ([#724](https://github.com/Shopify/app-bridge/pull/724))
|
1419 |
|
1420 | ### Features
|
1421 |
|
1422 | - **dev-build:** add development build with validator ([#702](https://github.com/Shopify/app-bridge/pull/702))
|
1423 | - **interface:** actionWrapper adds clientInterface name and version ([bc20662](https://github.com/Shopify/app-bridge/commit/bc20662))
|
1424 | - add dispatchClientEventHandler to host middleware ([#768](https://github.com/Shopify/app-bridge/issues/768)) ([1daa5ff](https://github.com/Shopify/app-bridge/commit/1daa5ff))
|
1425 |
|
1426 | <a name="1.0.7"></a>
|
1427 |
|
1428 | ## [1.0.7](https://github.com/Shopify/app-bridge/compare/v1.0.6...v1.0.7) (2019-02-01)
|
1429 |
|
1430 | **Note:** Version bump only for package @shopify/app-bridge
|
1431 |
|
1432 | <a name="1.0.6"></a>
|
1433 |
|
1434 | ## [1.0.6](https://github.com/Shopify/app-bridge/compare/v1.0.5...v1.0.6) (2019-02-01)
|
1435 |
|
1436 | ### Bug Fixes
|
1437 |
|
1438 | - **collection-picker:** export collection rule type ([#715](https://github.com/Shopify/app-bridge/issues/715)) ([bff0aba](https://github.com/Shopify/app-bridge/commit/bff0aba))
|
1439 | - **resource-picker:** set default option `showHidden` to `true` ([#718](https://github.com/Shopify/app-bridge/issues/718)) ([825c2dc](https://github.com/Shopify/app-bridge/commit/825c2dc))
|
1440 |
|
1441 | <a name="1.0.5"></a>
|
1442 |
|
1443 | ## [1.0.5](https://github.com/Shopify/app-bridge/compare/v1.0.4...v1.0.5) (2019-01-30)
|
1444 |
|
1445 | ### Bug Fixes
|
1446 |
|
1447 | - **collection-picker:** update collection picker type ([#711](https://github.com/Shopify/app-bridge/issues/711)) ([bdd677a](https://github.com/Shopify/app-bridge/commit/bdd677a))
|
1448 |
|
1449 | <a name="1.0.4"></a>
|
1450 |
|
1451 | ## [1.0.4](https://github.com/Shopify/app-bridge/compare/v1.0.4-0...v1.0.4) (2019-01-18)
|
1452 |
|
1453 | **Note:** Version bump only for package @shopify/app-bridge
|
1454 |
|
1455 | <a name="1.0.4-0"></a>
|
1456 |
|
1457 | ## [1.0.4-0](https://github.com/Shopify/app-bridge/compare/v1.0.3...v1.0.4-0) (2019-01-18)
|
1458 |
|
1459 | **Note:** Version bump only for package @shopify/app-bridge
|
1460 |
|
1461 | <a name="1.0.3"></a>
|
1462 |
|
1463 | ## [1.0.3](https://github.com/Shopify/app-bridge/compare/v1.0.3-0...v1.0.3) (2019-01-07)
|
1464 |
|
1465 | ### Bug Fixes
|
1466 |
|
1467 | - set Button Group ActionType.UPDATE to APP::BUTTONGROUP::UPDATE ([2ba88e3](https://github.com/Shopify/app-bridge/commit/2ba88e3))
|
1468 |
|
1469 | <a name="1.0.3-0"></a>
|
1470 |
|
1471 | ## [1.0.3-0](https://github.com/Shopify/app-bridge/compare/v1.0.2...v1.0.3-0) (2018-12-22)
|
1472 |
|
1473 | ### Features
|
1474 |
|
1475 | - **camera:** add camera feature ([87dc86a](https://github.com/Shopify/app-bridge/commit/87dc86a))
|
1476 |
|
1477 | <a name="1.0.2"></a>
|
1478 |
|
1479 | ## [1.0.2](https://github.com/Shopify/app-bridge/compare/v1.0.2-0...v1.0.2) (2018-12-21)
|
1480 |
|
1481 | ### Bug Fixes
|
1482 |
|
1483 | - **feature-detection:** fix FeaturesAvailable type ([08f01bd](https://github.com/Shopify/app-bridge/commit/08f01bd))
|
1484 |
|
1485 | <a name="1.0.2-0"></a>
|
1486 |
|
1487 | ## [1.0.2-0](https://github.com/Shopify/app-bridge/compare/v1.0.1...v1.0.2-0) (2018-12-21)
|
1488 |
|
1489 | **Note:** Version bump only for package @shopify/app-bridge
|
1490 |
|
1491 | <a name="1.0.0"></a>
|
1492 |
|
1493 | # [1.0.0](https://github.com/Shopify/app-bridge/compare/v1.0.0-4...v1.0.0) (2018-12-20)
|
1494 |
|
1495 | **Note:** Version bump only for package @shopify/app-bridge
|
1496 |
|
1497 | <a name="1.0.0-4"></a>
|
1498 |
|
1499 | # [1.0.0-4](https://github.com/Shopify/app-bridge/compare/v1.0.0-3...v1.0.0-4) (2018-12-20)
|
1500 |
|
1501 | ### Bug Fixes
|
1502 |
|
1503 | - fix helpers for ts compatibility ([#656](https://github.com/Shopify/app-bridge/issues/656)) ([637474a](https://github.com/Shopify/app-bridge/commit/637474a))
|
1504 | - make app.hooks optional and verify it exists before running hooks ([#658](https://github.com/Shopify/app-bridge/issues/658)) ([8423fbe](https://github.com/Shopify/app-bridge/commit/8423fbe))
|
1505 |
|
1506 | <a name="1.0.0-3"></a>
|
1507 |
|
1508 | # [1.0.0-3](https://github.com/Shopify/app-bridge/compare/v1.0.0-2...v1.0.0-3) (2018-12-19)
|
1509 |
|
1510 | **Note:** Version bump only for package @shopify/app-bridge
|
1511 |
|
1512 | <a name="1.0.0-2"></a>
|
1513 |
|
1514 | # [1.0.0-2](https://github.com/Shopify/app-bridge/compare/v1.0.0-1...v1.0.0-2) (2018-12-19)
|
1515 |
|
1516 | ### Bug Fixes
|
1517 |
|
1518 | - issue with TitleBar buttons unable to be manually updated ([959db99](https://github.com/Shopify/app-bridge/commit/959db99))
|
1519 | - remove isDismissible option from Toast action ([#650](https://github.com/Shopify/app-bridge/issues/650)) ([806cb20](https://github.com/Shopify/app-bridge/commit/806cb20))
|
1520 |
|
1521 | ### Features
|
1522 |
|
1523 | - **error:** convert ButtonGroup to new validator ([d28d81d](https://github.com/Shopify/app-bridge/commit/d28d81d))
|
1524 | - **error:** enable lifecycle hooks for Dispatch and Update ([264d992](https://github.com/Shopify/app-bridge/commit/264d992))
|
1525 | - **features:** added feature detection ([dddc8c8](https://github.com/Shopify/app-bridge/commit/dddc8c8))
|
1526 | - **validator:** implement optional modal validator ([0ab8366](https://github.com/Shopify/app-bridge/commit/0ab8366))
|
1527 | - **validator:** implement optional validator for cart ([d127d83](https://github.com/Shopify/app-bridge/commit/d127d83))
|
1528 | - **validator:** implement optional validator for navigation ([f407cbc](https://github.com/Shopify/app-bridge/commit/f407cbc))
|
1529 | - **validator:** implement optional validator for Print ([d6fe732](https://github.com/Shopify/app-bridge/commit/d6fe732))
|
1530 | - **validator:** implement optional validator for Toast and Loading ([8981e8c](https://github.com/Shopify/app-bridge/commit/8981e8c))
|
1531 | - **validator:** move resource picker validation to middleware ([7ae4696](https://github.com/Shopify/app-bridge/commit/7ae4696))
|
1532 | - **validator:** TitleBar ([f43d5f4](https://github.com/Shopify/app-bridge/commit/f43d5f4))
|
1533 |
|
1534 | ### BREAKING CHANGES
|
1535 |
|
1536 | - `isDismissible` option removed from Toast action
|
1537 |
|
1538 | <a name="1.0.0-1"></a>
|
1539 |
|
1540 | # [1.0.0-1](https://github.com/Shopify/app-bridge/compare/v1.0.0-0...v1.0.0-1) (2018-12-03)
|
1541 |
|
1542 | ### Bug Fixes
|
1543 |
|
1544 | - ensure window exists before accessing its methods and props ([443650d](https://github.com/Shopify/app-bridge/commit/443650d))
|
1545 | - error handling for undefined shopOrigin and apiKey ([ffccd9a](https://github.com/Shopify/app-bridge/commit/ffccd9a))
|
1546 | - **app-bridge:** add webpack config to gitignore exclusion ([e55dece](https://github.com/Shopify/app-bridge/commit/e55dece))
|
1547 | - **app-bridge:** fix typescript lib generation for older clients ([451d300](https://github.com/Shopify/app-bridge/commit/451d300))
|
1548 |
|
1549 | <a name="1.0.0-0"></a>
|
1550 |
|
1551 | # [1.0.0-0](https://github.com/Shopify/app-bridge/compare/v0.1.2-2...v1.0.0-0) (2018-11-29)
|
1552 |
|
1553 | ### Bug Fixes
|
1554 |
|
1555 | - add additional config app config data ([6949603](https://github.com/Shopify/app-bridge/commit/6949603))
|
1556 | - CI tasks and dev ([68f5210](https://github.com/Shopify/app-bridge/commit/68f5210))
|
1557 | - do not lock origin when dispatching to apps ([c3af876](https://github.com/Shopify/app-bridge/commit/c3af876))
|
1558 | - fix cart actions and tests ([#395](https://github.com/Shopify/app-bridge/issues/395)) ([d570be1](https://github.com/Shopify/app-bridge/commit/d570be1))
|
1559 | - fix CHANGELOG ([#412](https://github.com/Shopify/app-bridge/issues/412)) ([adbbd64](https://github.com/Shopify/app-bridge/commit/adbbd64))
|
1560 | - fix discount payload to support discountCode ([#518](https://github.com/Shopify/app-bridge/issues/518)) ([6f04b6e](https://github.com/Shopify/app-bridge/commit/6f04b6e))
|
1561 | - restrict origin for post message ([bce7d3a](https://github.com/Shopify/app-bridge/commit/bce7d3a))
|
1562 | - separate namespaces for umd entrypoints ([e9d987a](https://github.com/Shopify/app-bridge/commit/e9d987a))
|
1563 | - Stop using alias to import client types to fix `actions` module ([09053f3](https://github.com/Shopify/app-bridge/commit/09053f3))
|
1564 | - test cases ([a6a1597](https://github.com/Shopify/app-bridge/commit/a6a1597))
|
1565 | - **host:** fix decorator throwing error on server side render ([6643f8a](https://github.com/Shopify/app-bridge/commit/6643f8a))
|
1566 | - **host:** only initialize app after component has mounted ([737ff43](https://github.com/Shopify/app-bridge/commit/737ff43))
|
1567 | - **resource picker:** add showVariants to payload ([f259358](https://github.com/Shopify/app-bridge/commit/f259358))
|
1568 | - **resource picker:** correctly set local options ([89748bb](https://github.com/Shopify/app-bridge/commit/89748bb))
|
1569 | - tests ([6c706f6](https://github.com/Shopify/app-bridge/commit/6c706f6))
|
1570 | - update paths in the test app to be relative to the app origin ([e5fd908](https://github.com/Shopify/app-bridge/commit/e5fd908))
|
1571 | - update the History action docs to be more accurate ([f9075da](https://github.com/Shopify/app-bridge/commit/f9075da))
|
1572 |
|
1573 | ### Features
|
1574 |
|
1575 | - add detailed collection interface ([d0eefed](https://github.com/Shopify/app-bridge/commit/d0eefed))
|
1576 | - change POS cart actions to follow new dispatch pattern ([32a0c03](https://github.com/Shopify/app-bridge/commit/32a0c03))
|
1577 | - **button:** add danger button style ([#424](https://github.com/Shopify/app-bridge/issues/424)) ([5cf58ed](https://github.com/Shopify/app-bridge/commit/5cf58ed))
|
1578 | - **redirect:** add newContext to Redirect actions ([#425](https://github.com/Shopify/app-bridge/issues/425)) ([e8e9040](https://github.com/Shopify/app-bridge/commit/e8e9040))
|
1579 | - **resource picker:** add cancel action ([8728614](https://github.com/Shopify/app-bridge/commit/8728614))
|
1580 | - **resource picker:** show variant option ([19e63b7](https://github.com/Shopify/app-bridge/commit/19e63b7))
|
1581 | - **toast:** changed Toast into Flash ([#457](https://github.com/Shopify/app-bridge/issues/457)) ([5d8aa15](https://github.com/Shopify/app-bridge/commit/5d8aa15))
|
1582 | - sub-packages ([3f7575c](https://github.com/Shopify/app-bridge/commit/3f7575c))
|
1583 | - support UMD library builds ([9480595](https://github.com/Shopify/app-bridge/commit/9480595))
|
1584 |
|
1585 | <a name="0.8.2"></a>
|
1586 |
|
1587 | ## [0.8.2](https://github.com/Shopify/app-bridge/compare/@shopify/app-bridge@0.8.1...@shopify/app-bridge@0.8.2) (2018-11-13)
|
1588 |
|
1589 | ### Bug Fixes
|
1590 |
|
1591 | - fix discount payload to support discountCode ([#518](https://github.com/Shopify/app-bridge/issues/518)) ([6f04b6e](https://github.com/Shopify/app-bridge/commit/6f04b6e))
|
1592 | - separate namespaces for umd entrypoints ([e9d987a](https://github.com/Shopify/app-bridge/commit/e9d987a))
|
1593 |
|
1594 | <a name="0.8.1"></a>
|
1595 |
|
1596 | ## [0.8.1](https://github.com/Shopify/app-bridge/compare/@shopify/app-bridge@0.8.0...@shopify/app-bridge@0.8.1) (2018-11-01)
|
1597 |
|
1598 | ### Bug Fixes
|
1599 |
|
1600 | - **host:** fix decorator throwing error on server side render ([6643f8a](https://github.com/Shopify/app-bridge/commit/6643f8a))
|
1601 |
|
1602 | <a name="0.8.0"></a>
|
1603 |
|
1604 | # [0.8.0](https://github.com/Shopify/app-bridge/compare/@shopify/app-bridge@0.7.3...@shopify/app-bridge@0.8.0) (2018-10-29)
|
1605 |
|
1606 | ### Bug Fixes
|
1607 |
|
1608 | - update the History action docs to be more accurate ([f9075da](https://github.com/Shopify/app-bridge/commit/f9075da))
|
1609 |
|
1610 | ### Features
|
1611 |
|
1612 | - **toast:** changed Toast into Flash ([#457](https://github.com/Shopify/app-bridge/issues/457)) ([5d8aa15](https://github.com/Shopify/app-bridge/commit/5d8aa15))
|
1613 |
|
1614 | <a name="0.7.3"></a>
|
1615 |
|
1616 | ## [0.7.3](https://github.com/Shopify/app-bridge/compare/@shopify/app-bridge@0.7.2...@shopify/app-bridge@0.7.3) (2018-10-15)
|
1617 |
|
1618 | ### Bug Fixes
|
1619 |
|
1620 | - add additional config app config data ([6949603](https://github.com/Shopify/app-bridge/commit/6949603))
|
1621 |
|
1622 | <a name="0.7.2"></a>
|
1623 |
|
1624 | ## [0.7.2](https://github.com/Shopify/app-bridge/compare/@shopify/app-bridge@0.7.1...@shopify/app-bridge@0.7.2) (2018-10-15)
|
1625 |
|
1626 | ### Bug Fixes
|
1627 |
|
1628 | - do not lock origin when dispatching to apps ([c3af876](https://github.com/Shopify/app-bridge/commit/c3af876))
|
1629 |
|
1630 | <a name="0.7.1"></a>
|
1631 |
|
1632 | ## [0.7.1](https://github.com/Shopify/app-bridge/compare/@shopify/app-bridge@0.7.0...@shopify/app-bridge@0.7.1) (2018-10-15)
|
1633 |
|
1634 | ### Bug Fixes
|
1635 |
|
1636 | - restrict origin for post message ([bce7d3a](https://github.com/Shopify/app-bridge/commit/bce7d3a))
|
1637 |
|
1638 | <a name="0.7.0"></a>
|
1639 |
|
1640 | # [0.7.0](https://github.com/Shopify/app-bridge/compare/@shopify/app-bridge@0.6.0...@shopify/app-bridge@0.7.0) (2018-10-12)
|
1641 |
|
1642 | ### Features
|
1643 |
|
1644 | - **button:** add danger button style ([#424](https://github.com/Shopify/app-bridge/issues/424)) ([5cf58ed](https://github.com/Shopify/app-bridge/commit/5cf58ed))
|
1645 |
|
1646 | <a name="0.6.0"></a>
|
1647 |
|
1648 | # [0.6.0](https://github.com/Shopify/app-bridge/compare/@shopify/app-bridge@0.5.0...@shopify/app-bridge@0.6.0) (2018-10-12)
|
1649 |
|
1650 | ### Bug Fixes
|
1651 |
|
1652 | - **host:** only initialize app after component has mounted ([737ff43](https://github.com/Shopify/app-bridge/commit/737ff43))
|
1653 | - update paths in the test app to be relative to the app origin ([e5fd908](https://github.com/Shopify/app-bridge/commit/e5fd908))
|
1654 |
|
1655 | ### Features
|
1656 |
|
1657 | - **redirect:** add newContext to Redirect actions ([#425](https://github.com/Shopify/app-bridge/issues/425)) ([e8e9040](https://github.com/Shopify/app-bridge/commit/e8e9040))
|
1658 |
|
1659 | <a name="0.5.0"></a>
|
1660 |
|
1661 | # [0.5.0](https://github.com/Shopify/app-bridge/compare/@shopify/app-bridge@0.4.3...@shopify/app-bridge@0.5.0) (2018-10-11)
|
1662 |
|
1663 | ### Features
|
1664 |
|
1665 | - **resource picker:** add cancel action ([8728614](https://github.com/Shopify/app-bridge/commit/8728614))
|
1666 |
|
1667 | <a name="0.4.3"></a>
|
1668 |
|
1669 | ## [0.4.3](https://github.com/Shopify/app-bridge/compare/@shopify/app-bridge@0.4.1...@shopify/app-bridge@0.4.3) (2018-10-10)
|
1670 |
|
1671 | ### Bug Fixes
|
1672 |
|
1673 | - **resource picker:** correctly set local options ([89748bb](https://github.com/Shopify/app-bridge/commit/89748bb))
|
1674 |
|
1675 | <a name="0.4.2"></a>
|
1676 |
|
1677 | ## [0.4.2](https://github.com/Shopify/app-bridge/compare/@shopify/app-bridge@0.4.1...@shopify/app-bridge@0.4.2) (2018-10-10)
|
1678 |
|
1679 | ### Bug Fixes
|
1680 |
|
1681 | - **resource picker:** correctly set local options ([89748bb](https://github.com/Shopify/app-bridge/commit/89748bb))
|
1682 |
|
1683 | <a name="0.4.1"></a>
|
1684 |
|
1685 | ## [0.4.1](https://github.com/Shopify/app-bridge/compare/@shopify/app-bridge@0.4.0...@shopify/app-bridge@0.4.1) (2018-10-10)
|
1686 |
|
1687 | ### Bug Fixes
|
1688 |
|
1689 | - **resource picker:** add showVariants to payload ([f259358](https://github.com/Shopify/app-bridge/commit/f259358))
|
1690 |
|
1691 | <a name="0.4.0"></a>
|
1692 |
|
1693 | # [0.4.0](https://github.com/Shopify/app-bridge/compare/@shopify/app-bridge@0.3.0...@shopify/app-bridge@0.4.0) (2018-10-09)
|
1694 |
|
1695 | ### Bug Fixes
|
1696 |
|
1697 | - fix CHANGELOG ([#412](https://github.com/Shopify/app-bridge/issues/412)) ([adbbd64](https://github.com/Shopify/app-bridge/commit/adbbd64))
|
1698 |
|
1699 | ### Features
|
1700 |
|
1701 | - **resource picker:** show variant option ([19e63b7](https://github.com/Shopify/app-bridge/commit/19e63b7))
|
1702 |
|
1703 | <a name="0.3.0"></a>
|
1704 |
|
1705 | ## [0.3.0](https://github.com/Shopify/app-bridge/compare/@shopify/app-bridge@0.2.3...@shopify/app-bridge@0.3.0) (2018-10-02)
|
1706 |
|
1707 | ### Features
|
1708 |
|
1709 | - add icon to Button to support legacy app print action ([bada251](https://github.com/Shopify/app-bridge/commit/bada251))
|
1710 |
|
1711 | <a name="0.2.3"></a>
|
1712 |
|
1713 | ## [0.2.3](https://github.com/Shopify/app-bridge/compare/@shopify/app-bridge@0.2.2...@shopify/app-bridge@0.2.3) (2018-09-26)
|
1714 |
|
1715 | ### Features
|
1716 |
|
1717 | - add detailed collection interface ([d0eefed](https://github.com/Shopify/app-bridge/commit/d0eefed))
|
1718 |
|
1719 | <a name="0.2.2"></a>
|
1720 |
|
1721 | ## [0.2.2](https://github.com/Shopify/app-bridge/compare/@shopify/app-bridge@0.2.1...@shopify/app-bridge@0.2.2) (2018-09-26)
|
1722 |
|
1723 | ### Bug Fixes
|
1724 |
|
1725 | - allow linting of publish commits ([9cc6a00](https://github.com/Shopify/app-bridge/commit/9cc6a00))
|
1726 | - enhance product picker playground ([c3f7a0d](https://github.com/Shopify/app-bridge/commit/c3f7a0d))
|
1727 | - fix cart actions and tests ([#395](https://github.com/Shopify/app-bridge/issues/395)) ([d570be1](https://github.com/Shopify/app-bridge/commit/d570be1))
|
1728 |
|
1729 | <a name="0.2.1"></a>
|
1730 |
|
1731 | # [0.2.1](https://github.com/Shopify/app-bridge/compare/@shopify/app-bridge@0.2.0...@shopify/app-bridge@0.2.1) (2018-09-26)
|
1732 |
|
1733 | ### Bug Fixes
|
1734 |
|
1735 | - publish script ([f4d7cb7](https://github.com/Shopify/app-bridge/commit/f4d7cb7))
|
1736 |
|
1737 | <a name="0.2.0"></a>
|
1738 |
|
1739 | # [0.2.0](https://github.com/Shopify/app-bridge/compare/@shopify/app-bridge@0.1.5...@shopify/app-bridge@0.2.0) (2018-09-26)
|
1740 |
|
1741 | ### Bug Fixes
|
1742 |
|
1743 | - test cases ([a6a1597](https://github.com/Shopify/app-bridge/commit/a6a1597))
|
1744 |
|
1745 | ### Features
|
1746 |
|
1747 | - change POS cart actions to follow new dispatch pattern ([32a0c03](https://github.com/Shopify/app-bridge/commit/32a0c03))
|
1748 | - add commitlint ([d3325cf](https://github.com/Shopify/app-bridge/commit/d3325cf))
|
1749 |
|
1750 | <a name="0.1.5"></a>
|
1751 |
|
1752 | ## [0.1.5](https://github.com/Shopify/app-bridge/compare/@shopify/app-bridge@0.1.4...@shopify/app-bridge@0.1.5) (2018-09-21)
|
1753 |
|
1754 | ### Bug Fixes
|
1755 |
|
1756 | - Stop using alias to import client types to fix `actions` module ([09053f3](https://github.com/Shopify/app-bridge/commit/09053f3))
|
1757 |
|
1758 | ---
|
1759 |
|
1760 | ## [v0.1.4]
|
1761 |
|
1762 | ### Fixed
|
1763 |
|
1764 | - Stop using alias to import client types to fix `actions` module
|
1765 |
|
1766 | ### Added
|
1767 |
|
1768 | - Added docs and examples for breadcrumbs in the Title Bar
|
1769 | - Added more detailed types for selected resources [ResourcePicker]
|
1770 | - Added new discrete variant picker [ResourcePicker]
|
1771 | - Added `initialQuery` to resource picker options [ResourcePicker]
|
1772 |
|
1773 | ### Changed
|
1774 |
|
1775 | - Ensure resource picker payload includes options [ResourcePicker]
|
1776 |
|
1777 | - Rename all instances of `TwoWay` to `ActionSet` to better clarify the difference between single actions and action sets.
|
1778 | - Convert `Redirect`, `History` and `Loading` to actions sets for consistency with other actions groups
|
1779 |
|
1780 | ### Fixed
|
1781 |
|
1782 | - Fixed spelling for Flash option `isDismissible`
|
1783 |
|
1784 | ### Removed
|
1785 |
|
1786 | ## [v0.1.3]
|
1787 |
|
1788 | ### Added
|
1789 |
|
1790 | - Added ability to specify `SECRET` via environment variable
|
1791 | - Added CODEOWNERS
|
1792 | - Added Cart.updateById action
|
1793 | - Export host API client load action
|
1794 | - Export POS error actions
|
1795 |
|
1796 | ### Changed
|
1797 |
|
1798 | - Clean up READMEs
|
1799 | - Introduce more functionality for secondary actions in test app
|
1800 | - Ignore `TEST.md` et al for npm
|
1801 |
|
1802 | ### Fixed
|
1803 |
|
1804 | - Client now handles redirection correctly when `forceRedirect` is set
|
1805 | - Fixed optional fields for cart payload
|
1806 |
|
1807 | ### Removed
|
1808 |
|
1809 | - Removed `start:prodShop` task
|
1810 | - Removed docs referencing internal setup instructions
|
1811 |
|
1812 | ## [v0.1.1]
|
1813 |
|
1814 | ### Changed
|
1815 |
|
1816 | - Downgraded lerna to `2.9.1`
|
1817 |
|
1818 | ## [v0.1.0]
|
1819 |
|
1820 | ### Changed
|
1821 |
|
1822 | - Rename the package to `app-bridge`
|
1823 |
|
1824 | ### Fixed
|
1825 |
|
1826 | - Local dev EASDK Playground app install URL
|
1827 |
|
1828 | ## [v0.0.18]
|
1829 |
|
1830 | ### Changed
|
1831 |
|
1832 | - Use TravisCI instead of CircleCI
|
1833 |
|
1834 | ## [v0.0.17]
|
1835 |
|
1836 | ### Added
|
1837 |
|
1838 | - Perform validation for `apiKey` when an action is dispatched or when the app state is requested
|
1839 | - Added client helpers `getUrlParams` and `getShopOrigin`
|
1840 |
|
1841 | ### Changed
|
1842 |
|
1843 | - Rename the `apiClientId` in the client config to `apiKey`
|
1844 | - Remove dependency on Redux for `actions` and `client` modules
|
1845 | - Export a union type for all available actions for each action group
|
1846 | - The default export for the client module will now point to a method that automatically calls to create the transport between the app and the top window.
|
1847 |
|
1848 | _Old_
|
1849 |
|
1850 | ```js
|
1851 | import createAppWrapper, {getShopOrigin} from '@shopify/easdk';
|
1852 | const config = {apiKey: '123', shopOrigin: getShopOrigin()};
|
1853 | const app = createAppWrapper(window.top)(config);
|
1854 | ```
|
1855 |
|
1856 | _New_
|
1857 |
|
1858 | ```js
|
1859 | import createApp, {getShopOrigin} from '@shopify/easdk';
|
1860 | const config = {apiKey: '123', shopOrigin: getShopOrigin()};
|
1861 | const app = createApp(config);
|
1862 | ```
|
1863 |
|
1864 | ### Fixed
|
1865 |
|
1866 | - Correct `type` for Resource Picker's `UpdateAction` interface to `typeof ActionType.UPDATE` instead of `typeof ActionType.SELECT`
|
1867 |
|
1868 | ## [v0.0.16]
|
1869 |
|
1870 | ### Added
|
1871 |
|
1872 | - Make `APICLIENT::LOAD` a constant that Web can consume
|
1873 | - Add apiClientId to ApiClientConfig in the host module
|
1874 | - Handle app printing
|
1875 |
|
1876 | ### Changed
|
1877 |
|
1878 | - Simplify the fake host and delete unused apiClientLoad action
|
1879 | - Make the fake host handle iframe urls consistent with how Web is handling them for embedded app and modals
|
1880 |
|
1881 | ### Fixed
|
1882 |
|
1883 | - Fix the Title Bar to not throw an error if both primary and secondary buttons are undefined
|
1884 |
|
1885 | ## [v0.0.15]
|
1886 |
|
1887 | ### Added
|
1888 |
|
1889 | - Add client id to `APICLIENT::LOAD` action
|
1890 |
|
1891 | ### Changed
|
1892 |
|
1893 | - Update the README for modals to reflect the expected `url` and `path` properties in the payload
|
1894 | - Update the demo app to include a button to open a iframe modal with a relative path
|
1895 | - Fix the webpack config so that the test modal page is nested under `app` like the other pages
|
1896 | - Change type for `lineItem.price` and `discount.amount` from string to number
|
1897 |
|
1898 | ## [v0.0.14]
|
1899 |
|
1900 | ### Changed
|
1901 |
|
1902 | - Fixed MessageTransport for AppMessage when calling app.getState().
|
1903 | - Changed update cart action from `APP::CART::UPDATED` to `APP::CART::UPDATE`.
|
1904 |
|
1905 | ## [v0.0.13]
|
1906 |
|
1907 | ### Changed
|
1908 |
|
1909 | - Added a fix for the `fromWindow` to not add a message handler if the contentWindow is the same as the current window.
|
1910 | This prevents messages from being sent twice.
|
1911 | - Correct the check for EASDK actions in `fromWindow`, previously it was assuming an incorrect shape for the data.
|
1912 |
|
1913 | ## [v0.0.12]
|
1914 |
|
1915 | ### Changed
|
1916 |
|
1917 | - Allow parent message transport to handle all messages that have a type of `dispatch` or `getState`
|
1918 | - Modify `fromWindow` to accept an origin as a string
|
1919 | - Correct the default export for easdk/client to resolve the `Cannot invoke an expression whose type lacks a call signature` error
|
1920 | - Add Cart actions for POS.
|
1921 | - Add example to get POS user and location from redux store in test app
|
1922 |
|
1923 | ## [v0.0.11]
|
1924 |
|
1925 | ### Changed
|
1926 |
|
1927 | - Changed ids in ResourcePicker selection payload from strings to numbers to maintain backwards compatibility with current JSON.
|
1928 |
|
1929 | ## [v0.0.10]
|
1930 |
|
1931 | ### Added
|
1932 |
|
1933 | - Client now handles redirection to web host if `forceRedirect` flag is set
|
1934 | - Tests for ResourcePicker actions and validator.
|
1935 |
|
1936 | ### Changed
|
1937 |
|
1938 | - Add a new `path` option for iframe modals which accepts relative urls. Rename the `srcUrl` to `url` for consistency.
|
1939 | Absolute urls for modals must be in the same origin as the app otherwise an error will be thrown.
|
1940 |
|
1941 | ## [v0.0.9]
|
1942 |
|
1943 | ### Added
|
1944 |
|
1945 | - `Resource Picker` actions are now available with [documentation](src/actions/ResourcePicker).
|
1946 |
|
1947 | ### Fixed
|
1948 |
|
1949 | - Remove default props for `Modal`, `Button` and `ButtonGroup` so that errors are thrown when invalid options are set.
|
1950 |
|
1951 | ## [v0.0.8]
|
1952 |
|
1953 | ### Changed
|
1954 |
|
1955 | - Change `app.dispatch` type to `Dispatch<AnyAction>`
|
1956 |
|
1957 | ## [v0.0.7]
|
1958 |
|
1959 | ### Added
|
1960 |
|
1961 | - shopify-express middleware to enable installing project as an embedded app locally
|
1962 |
|
1963 | ### Changed
|
1964 |
|
1965 | - Host is now required to pass in a reducer when calling buildMiddleware
|
1966 | - withApp decorator now provides a store prop to the wrapped component
|
1967 | - Make title property optional for `TitleBar` to be more consistent with the older `EASDK` implementation
|
1968 | - Make `TitleBar` buttons validator reject empty and malformed objects
|
1969 | - Shorten names of exported types for Actions to be more consistent and less verbose. Ex. `Button.ButtonOptions` is now `Button.Options`
|
1970 | - Use the prefix `APP` for actions instead of `EASDK` to avoid conflicts with Shopify Web
|
1971 | - Allow modal footer to accept a primary button and secondary buttons to be more aligned with Polaris modals
|
1972 | - Pass arbitrary props from `Frame` to child `iframe`
|
1973 |
|
1974 | ### Fixed
|
1975 |
|
1976 | - Make custom `isModalMessage` type check return the correct `ModalMessage` type
|
1977 |
|
1978 | [unreleased]: https://github.com/shopify/easdk/compare/v0.1.4...HEAD
|
1979 | [v0.1.4]: https://github.com/shopify/easdk/compare/v0.1.3...v0.1.4
|
1980 | [v0.1.3]: https://github.com/shopify/easdk/compare/v0.1.1...v0.1.3
|
1981 | [v0.1.1]: https://github.com/shopify/easdk/compare/v0.1.0...v0.1.1
|
1982 | [v0.1.0]: https://github.com/shopify/easdk/compare/v0.0.18...v0.1.0
|
1983 | [v0.0.18]: https://github.com/shopify/easdk/compare/v0.0.17...v0.0.18
|
1984 | [v0.0.17]: https://github.com/shopify/easdk/compare/v0.0.16...v0.0.17
|
1985 | [v0.0.16]: https://github.com/shopify/easdk/compare/v0.0.15...v0.0.16
|
1986 | [v0.0.15]: https://github.com/shopify/easdk/compare/v0.0.14...v0.0.15
|
1987 | [v0.0.14]: https://github.com/shopify/easdk/compare/v0.0.13...v0.0.14
|
1988 | [v0.0.13]: https://github.com/shopify/easdk/compare/v0.0.12...v0.0.13
|
1989 | [v0.0.12]: https://github.com/shopify/easdk/compare/v0.0.11...v0.0.12
|
1990 | [v0.0.11]: https://github.com/shopify/easdk/compare/v0.0.10...v0.0.11
|
1991 | [v0.0.10]: https://github.com/shopify/easdk/compare/v0.0.9...v0.0.10
|
1992 | [v0.0.9]: https://github.com/shopify/easdk/compare/v0.0.8...v0.0.9
|
1993 | [v0.0.8]: https://github.com/shopify/easdk/compare/v0.0.7...v0.0.8
|
1994 | [v0.0.7]: https://github.com/shopify/easdk/compare/0f328b35a5a4ac06202e768e46a153c1df922593...v0.0.7
|