|
1 | 1 | # @saleor/app-sdk |
2 | 2 |
|
| 3 | +## 1.1.0 |
| 4 | + |
| 5 | +### Minor Changes |
| 6 | + |
| 7 | +- cfca2c3: Added "options" field to AppExtension types within manifest |
| 8 | +- cfca2c3: Added NEW_TAB target and WIDGET target for AppExtension. |
| 9 | + |
| 10 | + [todo see docs](todo) |
| 11 | + |
| 12 | +### Patch Changes |
| 13 | + |
| 14 | +- a61f1cf: Added custom warning for not available Crypto in non-secure environments (it can be used in localhost or https only) |
| 15 | +- 3bf4089: Add additional `AppExtensionMount` available in Saleor 3.22: |
| 16 | + |
| 17 | + - "CATEGORY_OVERVIEW_CREATE" |
| 18 | + - "CATEGORY_OVERVIEW_MORE_ACTIONS" |
| 19 | + - "CATEGORY_DETAILS_MORE_ACTIONS" |
| 20 | + - "COLLECTION_OVERVIEW_CREATE" |
| 21 | + - "COLLECTION_OVERVIEW_MORE_ACTIONS" |
| 22 | + - "COLLECTION_DETAILS_MORE_ACTIONS" |
| 23 | + - "GIFT_CARD_OVERVIEW_CREATE" |
| 24 | + - "GIFT_CARD_OVERVIEW_MORE_ACTIONS" |
| 25 | + - "GIFT_CARD_DETAILS_MORE_ACTIONS" |
| 26 | + - "DRAFT_ORDER_DETAILS_MORE_ACTIONS" |
| 27 | + - "DRAFT_ORDER_OVERVIEW_CREATE" |
| 28 | + - "DRAFT_ORDER_OVERVIEW_MORE_ACTIONS" |
| 29 | + - "DISCOUNT_DETAILS_MORE_ACTIONS" |
| 30 | + - "DISCOUNT_OVERVIEW_CREATE" |
| 31 | + - "DISCOUNT_OVERVIEW_MORE_ACTIONS" |
| 32 | + - "VOUCHER_DETAILS_MORE_ACTIONS" |
| 33 | + - "VOUCHER_OVERVIEW_CREATE" |
| 34 | + - "VOUCHER_OVERVIEW_MORE_ACTIONS" |
| 35 | + - "PAGE_DETAILS_MORE_ACTIONS" |
| 36 | + - "PAGE_OVERVIEW_CREATE" |
| 37 | + - "PAGE_OVERVIEW_MORE_ACTIONS" |
| 38 | + - "PAGE_TYPE_OVERVIEW_CREATE" |
| 39 | + - "PAGE_TYPE_OVERVIEW_MORE_ACTIONS" |
| 40 | + - "PAGE_TYPE_DETAILS_MORE_ACTIONS" |
| 41 | + - "MENU_OVERVIEW_CREATE" |
| 42 | + - "MENU_OVERVIEW_MORE_ACTIONS" |
| 43 | + - "MENU_DETAILS_MORE_ACTIONS" |
| 44 | + - "ORDER_DETAILS_WIDGETS" |
| 45 | + - "DRAFT_ORDER_DETAILS_WIDGETS" |
| 46 | + - "VOUCHER_DETAILS_WIDGETS" |
| 47 | + - "PRODUCT_DETAILS_WIDGETS" |
| 48 | + - "CUSTOMER_DETAILS_WIDGETS" |
| 49 | + - "GIFT_CARD_DETAILS_WIDGETS" |
| 50 | + - "COLLECTION_DETAILS_WIDGETS" |
| 51 | + |
3 | 52 | ## 1.0.5 |
4 | 53 |
|
5 | 54 | ### Patch Changes |
|
0 commit comments