@paypal/checkout-components 5.0.209-alpha.1 → 5.0.211
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 +25 -2
- package/dist/button.js +1 -1
- package/package.json +2 -3
- package/src/constants/misc.js +0 -7
- package/src/lib/index.js +0 -1
- package/src/ui/buttons/button.jsx +1 -1
- package/src/ui/buttons/props.js +5 -8
- package/src/zoid/buttons/component.jsx +1 -2
- package/src/zoid/buttons/prerender.jsx +1 -3
- package/src/lib/cpl.js +0 -97
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,29 @@
|
|
|
1
|
-
## <small>5.0.
|
|
1
|
+
## <small>5.0.211 (2022-04-14)</small>
|
|
2
2
|
|
|
3
|
-
*
|
|
3
|
+
* PPPLMER-106170: changes to update checkout button role as link as per suggested by accessibility (#1 ([a1849cd](https://github.com/paypal/paypal-checkout-components/commit/a1849cd)), closes [#1916](https://github.com/paypal/paypal-checkout-components/issues/1916)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
## <small>5.0.210 (2022-04-13)</small>
|
|
8
|
+
|
|
9
|
+
* Revert "Inline XO Global Usage (#1918)" (#1919) ([5e13ffd](https://github.com/paypal/paypal-checkout-components/commit/5e13ffd)), closes [#1918](https://github.com/paypal/paypal-checkout-components/issues/1918) [#1919](https://github.com/paypal/paypal-checkout-components/issues/1919)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
## <small>5.0.209 (2022-04-13)</small>
|
|
14
|
+
|
|
15
|
+
* add nvmrc and set node engines <16 (#1905) ([3994d01](https://github.com/paypal/paypal-checkout-components/commit/3994d01)), closes [#1905](https://github.com/paypal/paypal-checkout-components/issues/1905)
|
|
16
|
+
* Apple Pay error types update (#1917) ([2b03b88](https://github.com/paypal/paypal-checkout-components/commit/2b03b88)), closes [#1917](https://github.com/paypal/paypal-checkout-components/issues/1917)
|
|
17
|
+
* Inline XO Global Usage (#1918) ([c25af86](https://github.com/paypal/paypal-checkout-components/commit/c25af86)), closes [#1918](https://github.com/paypal/paypal-checkout-components/issues/1918)
|
|
18
|
+
* chore: complete move to @krakenjs/grumbler-scripts (#1911) ([0ad8eac](https://github.com/paypal/paypal-checkout-components/commit/0ad8eac)), closes [#1911](https://github.com/paypal/paypal-checkout-components/issues/1911)
|
|
19
|
+
* chore(deps): update actions/checkout action to v3 (#1897) ([ba10a1e](https://github.com/paypal/paypal-checkout-components/commit/ba10a1e)), closes [#1897](https://github.com/paypal/paypal-checkout-components/issues/1897)
|
|
20
|
+
* chore(deps): update actions/setup-node action to v3 (#1898) ([bb0d479](https://github.com/paypal/paypal-checkout-components/commit/bb0d479)), closes [#1898](https://github.com/paypal/paypal-checkout-components/issues/1898)
|
|
21
|
+
* chore(deps): update codecov/codecov-action action to v3 (#1912) ([1061c93](https://github.com/paypal/paypal-checkout-components/commit/1061c93)), closes [#1912](https://github.com/paypal/paypal-checkout-components/issues/1912)
|
|
22
|
+
* chore(deps): update dependency angular.js to v1.8.3 (#1908) ([46ed85a](https://github.com/paypal/paypal-checkout-components/commit/46ed85a)), closes [#1908](https://github.com/paypal/paypal-checkout-components/issues/1908)
|
|
23
|
+
* chore(deps): update dependency prettier-plugin-sh to ^0.10.0 (#1910) ([8394203](https://github.com/paypal/paypal-checkout-components/commit/8394203)), closes [#1910](https://github.com/paypal/paypal-checkout-components/issues/1910)
|
|
24
|
+
* chore(deps): update lock-threads github action (#1914) ([2fd000e](https://github.com/paypal/paypal-checkout-components/commit/2fd000e)), closes [#1914](https://github.com/paypal/paypal-checkout-components/issues/1914)
|
|
25
|
+
* chore(deps): use grumbler-scripts from krakenjs scope (#1909) ([4a824ca](https://github.com/paypal/paypal-checkout-components/commit/4a824ca)), closes [#1909](https://github.com/paypal/paypal-checkout-components/issues/1909)
|
|
26
|
+
* fix: update applpay errors (#1907) ([cb6f7c9](https://github.com/paypal/paypal-checkout-components/commit/cb6f7c9)), closes [#1907](https://github.com/paypal/paypal-checkout-components/issues/1907)
|
|
4
27
|
|
|
5
28
|
|
|
6
29
|
|