@bigcommerce/checkout-sdk 1.303.0 → 1.305.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +20 -0
- package/dist/checkout-button.js +1 -1
- package/dist/checkout-button.js.map +1 -1
- package/dist/checkout-button.umd.js +1 -1
- package/dist/checkout-button.umd.js.map +1 -1
- package/dist/checkout-sdk.d.ts +21 -0
- package/dist/checkout-sdk.js +1 -1
- package/dist/checkout-sdk.js.map +1 -1
- package/dist/checkout-sdk.umd.js +1 -1
- package/dist/checkout-sdk.umd.js.map +1 -1
- package/dist/internal-mappers.d.ts +2 -0
- package/docs/README.md +2 -0
- package/docs/interfaces/BodlEventsPayload.md +7 -0
- package/docs/interfaces/BodlService.md +140 -0
- package/docs/interfaces/Checkout.md +7 -0
- package/docs/interfaces/CheckoutPaymentMethodExecutedOptions.md +15 -0
- package/docs/interfaces/ExecutePaymentMethodCheckoutOptions.md +17 -0
- package/docs/interfaces/Order.md +7 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,26 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
## [1.305.0](https://github.com/bigcommerce/checkout-sdk-js/compare/v1.304.0...v1.305.0) (2022-11-08)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* **payment:** BOLT-386 Add BODL analytics tracking events ([4cf875c](https://github.com/bigcommerce/checkout-sdk-js/commit/4cf875cd629136293dea5245416593bedcedf047))
|
|
11
|
+
|
|
12
|
+
## [1.304.0](https://github.com/bigcommerce/checkout-sdk-js/compare/v1.303.0...v1.304.0) (2022-11-07)
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Features
|
|
16
|
+
|
|
17
|
+
* **checkout:** STRF-10153 Data Layer Updates - Field Additions and Changes ([#1670](https://github.com/bigcommerce/checkout-sdk-js/issues/1670)) ([8184573](https://github.com/bigcommerce/checkout-sdk-js/commit/81845738236a49c41e959f57b5626c35bd6707a1))
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Code Refactoring
|
|
21
|
+
|
|
22
|
+
* **payment:** PAYPAL-1756 removed 'Fake' data implementation from paypal commerce button strategy ([#1659](https://github.com/bigcommerce/checkout-sdk-js/issues/1659)) ([b2f3795](https://github.com/bigcommerce/checkout-sdk-js/commit/b2f37955a7be937608a56e51e3f56ce3ae2d31c9))
|
|
23
|
+
* **payment:** PAYPAL-1757 removed 'Fake' data implementation from paypal commerce credit button strategy ([#1674](https://github.com/bigcommerce/checkout-sdk-js/issues/1674)) ([27a68c1](https://github.com/bigcommerce/checkout-sdk-js/commit/27a68c1a47da3e92d4bc4b8fa802bd8f725bf931))
|
|
24
|
+
|
|
5
25
|
## [1.303.0](https://github.com/bigcommerce/checkout-sdk-js/compare/v1.302.0...v1.303.0) (2022-11-07)
|
|
6
26
|
|
|
7
27
|
|