@paypal/checkout-components 5.0.208 → 5.0.209
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 +17 -0
- package/README.md +1 -1
- package/dist/button.js +1 -1
- package/package.json +4 -4
- package/src/declarations.js +5 -0
- package/src/types.js +5 -0
- package/src/ui/buttons/button.jsx +3 -4
- package/src/ui/buttons/buttons.jsx +2 -2
- package/src/ui/buttons/props.js +9 -9
- package/src/zoid/buttons/component.jsx +18 -4
- package/src/zoid/buttons/util.js +43 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,20 @@
|
|
|
1
|
+
## <small>5.0.209 (2022-04-13)</small>
|
|
2
|
+
|
|
3
|
+
* 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)
|
|
4
|
+
* 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)
|
|
5
|
+
* 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)
|
|
6
|
+
* 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)
|
|
7
|
+
* 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)
|
|
8
|
+
* 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)
|
|
9
|
+
* 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)
|
|
10
|
+
* 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)
|
|
11
|
+
* 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)
|
|
12
|
+
* 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)
|
|
13
|
+
* 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)
|
|
14
|
+
* 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)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
1
18
|
## <small>5.0.208 (2022-04-06)</small>
|
|
2
19
|
|
|
3
20
|
* onComplete (#1906) ([426178d](https://github.com/paypal/paypal-checkout-components/commit/426178d)), closes [#1906](https://github.com/paypal/paypal-checkout-components/issues/1906)
|
package/README.md
CHANGED
|
@@ -73,7 +73,7 @@ npm run lint -- --fix
|
|
|
73
73
|
# attempt to automatically fix any problems
|
|
74
74
|
```
|
|
75
75
|
|
|
76
|
-
Runs [eslint](https://eslint.org/) using [definitions](./.eslinter.js) extended from [Grumbler-Scripts](https://github.com/krakenjs/grumbler-scripts/blob/main/config/.eslintrc-browser.js).
|
|
76
|
+
Runs [eslint](https://eslint.org/) using [definitions](./.eslinter.js) extended from [Grumbler-Scripts](https://github.com/krakenjs/@krakenjs/grumbler-scripts/blob/main/config/.eslintrc-browser.js).
|
|
77
77
|
|
|
78
78
|
### flow
|
|
79
79
|
|