mirror of
https://github.com/jlengrand/adyen-web.git
synced 2026-03-10 08:01:22 +00:00
Release 5.44.0 (#2201)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
09df8a09b7
commit
a2fa99bd71
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@adyen/adyen-web': patch
|
||||
---
|
||||
|
||||
Prevent double readout of PM names, by a screenreader, in Dropin.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@adyen/adyen-web': minor
|
||||
---
|
||||
|
||||
Feeds the count-down information to the SR panel and refactor the Countdown to a functional component with A11y reporter custom hook.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@adyen/adyen-web': patch
|
||||
---
|
||||
|
||||
Fixes for/id in the label of the select field pointing to the outer div instead of the correct combobox input
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@adyen/adyen-web': minor
|
||||
---
|
||||
|
||||
Adding support for the payment method Cash App Pay
|
||||
@@ -25,6 +25,6 @@
|
||||
"webpack-dev-server": "4.13.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@adyen/adyen-web": "5.43.1"
|
||||
"@adyen/adyen-web": "5.44.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -41,6 +41,6 @@
|
||||
"whatwg-fetch": "^3.6.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"@adyen/adyen-web": "5.43.1"
|
||||
"@adyen/adyen-web": "5.44.0"
|
||||
}
|
||||
}
|
||||
|
||||
15
packages/lib/CHANGELOG.md
Normal file
15
packages/lib/CHANGELOG.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# @adyen/adyen-web
|
||||
|
||||
## 5.44.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- Feeds the count-down information to the SR panel and refactor the Countdown to a functional component with A11y reporter custom hook. ([#2182](https://github.com/Adyen/adyen-web/pull/2182))
|
||||
|
||||
- Adding support for the payment method Cash App Pay ([#2105](https://github.com/Adyen/adyen-web/pull/2105))
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Prevent double readout of PM names, by a screenreader, in Dropin. ([#2206](https://github.com/Adyen/adyen-web/pull/2206))
|
||||
|
||||
- Fixes for/id in the label of the select field pointing to the outer div instead of the correct combobox input ([#2205](https://github.com/Adyen/adyen-web/pull/2205))
|
||||
@@ -24,7 +24,7 @@
|
||||
"./dist/es/adyen.css": "./dist/es/adyen.css",
|
||||
"./package.json": "./package.json"
|
||||
},
|
||||
"version": "5.43.1",
|
||||
"version": "5.44.0",
|
||||
"license": "MIT",
|
||||
"homepage": "https://docs.adyen.com/checkout",
|
||||
"repository": "github:Adyen/adyen-web",
|
||||
|
||||
@@ -41,6 +41,6 @@
|
||||
"whatwg-fetch": "^3.6.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"@adyen/adyen-web": "5.43.1"
|
||||
"@adyen/adyen-web": "5.44.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user