Skip to content

Commit 0f1fe2c

Browse files
author
bc-travis-ci
committed
chore(release): 1.714.0 [skip ci]
1 parent 3c7f14f commit 0f1fe2c

16 files changed

+37
-13
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
## [1.714.0](https://github.com/bigcommerce/checkout-sdk-js/compare/v1.713.2...v1.714.0) (2025-03-06)
6+
7+
8+
### Features
9+
10+
* **payment:** PAYPAL-5213 added messages implementation to Braintree PayPal Credit button strategy ([#2801](https://github.com/bigcommerce/checkout-sdk-js/issues/2801)) ([3c7f14f](https://github.com/bigcommerce/checkout-sdk-js/commit/3c7f14fc48e6b45eb1281d826c7db60103d23d49))
11+
512
### [1.713.2](https://github.com/bigcommerce/checkout-sdk-js/compare/v1.713.1...v1.713.2) (2025-03-06)
613

714
### [1.713.1](https://github.com/bigcommerce/checkout-sdk-js/compare/v1.713.0...v1.713.1) (2025-03-04)

dist/checkout-button.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,10 @@ declare interface BraintreePaypalCreditButtonInitializeOptions {
136136
* The option that used to initialize a PayPal script with provided currency code.
137137
*/
138138
currencyCode?: string;
139+
/**
140+
* The ID of a container where the messaging component should be inserted.
141+
*/
142+
messagingContainerId?: string;
139143
/**
140144
* A set of styling options for the checkout button.
141145
*/

dist/checkout-button.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/checkout-button.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/checkout-button.umd.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/checkout-button.umd.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/checkout-sdk.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1506,6 +1506,10 @@ declare interface BraintreePaypalCreditButtonInitializeOptions {
15061506
* The option that used to initialize a PayPal script with provided currency code.
15071507
*/
15081508
currencyCode?: string;
1509+
/**
1510+
* The ID of a container where the messaging component should be inserted.
1511+
*/
1512+
messagingContainerId?: string;
15091513
/**
15101514
* A set of styling options for the checkout button.
15111515
*/

dist/checkout-sdk.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/checkout-sdk.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/checkout-sdk.umd.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)