@paypal/checkout-components 5.0.199 → 5.0.201
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 +12 -0
- package/dist/button.js +1 -1
- package/package.json +1 -1
- package/src/constants/class.js +1 -0
- package/src/funding/common.jsx +1 -1
- package/src/funding/paylater/config.jsx +45 -38
- package/src/ui/buttons/button.jsx +1 -1
- package/src/ui/buttons/buttonDesigns/divideLogoAnimation.jsx +7 -5
- package/src/zoid/buttons/component.jsx +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
## <small>5.0.201 (2022-03-02)</small>
|
|
2
|
+
|
|
3
|
+
* fix(DTUPSTREAM-351): Issue related to one click experience inside of our animation (#1884) ([4653ae6](https://github.com/paypal/paypal-checkout-components/commit/4653ae6)), closes [#1884](https://github.com/paypal/paypal-checkout-components/issues/1884)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
## <small>5.0.200 (2022-02-24)</small>
|
|
8
|
+
|
|
9
|
+
* fix(typo): Update FPTI event tracking name (#1881) ([1e2fd45](https://github.com/paypal/paypal-checkout-components/commit/1e2fd45)), closes [#1881](https://github.com/paypal/paypal-checkout-components/issues/1881)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
1
13
|
## <small>5.0.199 (2022-02-23)</small>
|
|
2
14
|
|
|
3
15
|
* chore(deps): update dependency karma to v6 [security] (#1876) ([0d1c628](https://github.com/paypal/paypal-checkout-components/commit/0d1c628)), closes [#1876](https://github.com/paypal/paypal-checkout-components/issues/1876)
|