@paypal/checkout-components 5.0.213 → 5.0.216
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 +21 -0
- package/dist/button.js +1 -1
- package/package.json +2 -2
- package/src/funding/card/config.jsx +12 -2
- package/src/ui/buttons/buttons.jsx +1 -1
- package/src/ui/buttons/styles/custom.js +3 -3
- package/src/zoid/buttons/component.jsx +12 -1
- package/src/zoid/buttons/prerender.jsx +2 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,24 @@
|
|
|
1
|
+
## <small>5.0.216 (2022-05-04)</small>
|
|
2
|
+
|
|
3
|
+
* Prevent click prerender for inline experience (#1934) ([aefdc10](https://github.com/paypal/paypal-checkout-components/commit/aefdc10)), closes [#1934](https://github.com/paypal/paypal-checkout-components/issues/1934)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
## <small>5.0.215 (2022-05-03)</small>
|
|
8
|
+
|
|
9
|
+
* Do not render Powered by PayPal for InlineXO (#1933) ([dde56d5](https://github.com/paypal/paypal-checkout-components/commit/dde56d5)), closes [#1933](https://github.com/paypal/paypal-checkout-components/issues/1933)
|
|
10
|
+
* chore: pass version to /smart/buttons (#1931) ([5a05c2d](https://github.com/paypal/paypal-checkout-components/commit/5a05c2d)), closes [#1931](https://github.com/paypal/paypal-checkout-components/issues/1931)
|
|
11
|
+
* chore(deps): update dependency @krakenjs/grumbler-scripts to v7 (#1926) ([736f026](https://github.com/paypal/paypal-checkout-components/commit/736f026)), closes [#1926](https://github.com/paypal/paypal-checkout-components/issues/1926)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
## <small>5.0.214 (2022-04-28)</small>
|
|
16
|
+
|
|
17
|
+
* Update PR template with review section (#1927) ([bed80b4](https://github.com/paypal/paypal-checkout-components/commit/bed80b4)), closes [#1927](https://github.com/paypal/paypal-checkout-components/issues/1927)
|
|
18
|
+
* Update styling for InlineXO (#1930) ([ade10be](https://github.com/paypal/paypal-checkout-components/commit/ade10be)), closes [#1930](https://github.com/paypal/paypal-checkout-components/issues/1930)
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
1
22
|
## <small>5.0.213 (2022-04-18)</small>
|
|
2
23
|
|
|
3
24
|
* Inline XO Global (#1924) ([b119c35](https://github.com/paypal/paypal-checkout-components/commit/b119c35)), closes [#1924](https://github.com/paypal/paypal-checkout-components/issues/1924)
|