Skip to content

Commit

Permalink
[ci] release main
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 24, 2024
1 parent db64573 commit b318a66
Show file tree
Hide file tree
Showing 16 changed files with 47 additions and 70 deletions.
5 changes: 0 additions & 5 deletions .changeset/brown-wolves-stare.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dry-tomatoes-allow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dull-camels-argue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eleven-students-hunt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/giant-hotels-act.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/mean-mirrors-lie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-falcons-bow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/selfish-socks-fix.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/short-dolphins-worry.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/twenty-clouds-type.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/yellow-planets-tap.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/e2e-playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"webpack-dev-server": "4.15.1"
},
"dependencies": {
"@adyen/adyen-web": "6.0.0-beta.1"
"@adyen/adyen-web": "6.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
"whatwg-fetch": "^3.6.2"
},
"dependencies": {
"@adyen/adyen-web": "6.0.0-beta.1"
"@adyen/adyen-web": "6.0.0"
}
}
43 changes: 43 additions & 0 deletions packages/lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,48 @@
# @adyen/adyen-web

## 6.0.0

### Major Changes

- Initialise the Custom Card component through `checkout.create('customcard')` rather than `checkout.create('securedfields')` ([#2200](https://github.com/Adyen/adyen-web/pull/2200))

- Redesign with Bento design tokens.\ ([#2295](https://github.com/Adyen/adyen-web/pull/2295))

Remove default placeholders, merchants can configure placeholders via the configuration object.\
Add `showContextualElement` and `contextualText` for the form field, merchants can configure them via configuration object.\
New spinner.\
Phone prefix drop down contains flag icons.\
Ideal issuer names align to the right.\
Fix the stored card icon overlapping with the error icon.\
Scss code refactoring.\
Use the same syntax for 'required' error message in the Personal details and Address components.

### Minor Changes

- Remove the country flag in the Phone select, change the label to `Country/Region` for the country/region field. ([#2635](https://github.com/Adyen/adyen-web/pull/2635))

- Starting using /checkoutanalytics endpoint to retrieve "checkoutAttemptId" log "submit" and "action-handled" events ([#2538](https://github.com/Adyen/adyen-web/pull/2538))

- Update `showPayButton` property to default to `true` for both Components and Drop-in. ([#2207](https://github.com/Adyen/adyen-web/pull/2207))

Previously it defaulted to `true` for Drop-in and `false` for Components (for legacy reasons, when we didn't have a separate PayButton component).

### Patch Changes

- fix: vouchers (econtext and dragonpay) can now show expiration date with time ([#2644](https://github.com/Adyen/adyen-web/pull/2644))

- fix: ANCV ignoring exesting order & payButton not working as intended ([#2675](https://github.com/Adyen/adyen-web/pull/2675))

- Fix: ACH not respecting showPayButton ([#2714](https://github.com/Adyen/adyen-web/pull/2714))

- Fix(a11y): select/combobox aria-activedescendant is now empty when active item is null ([#2709](https://github.com/Adyen/adyen-web/pull/2709))

- New design for the drop-in component. ([#2348](https://github.com/Adyen/adyen-web/pull/2348))

There is a clear separation between the stored payment methods and the regular payment methods. The express payment methods sit side by side.

- Click to Pay - Fixed bug where newly created card was taking priority of used cards in the Card list view, and improved CSS specificity for the Card image size when displaying single Card ([#2699](https://github.com/Adyen/adyen-web/pull/2699))

## 5.60.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adyen/adyen-web",
"version": "6.0.0-beta.1",
"version": "6.0.0",
"license": "MIT",
"homepage": "https://docs.adyen.com/checkout",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
"whatwg-fetch": "^3.6.2"
},
"dependencies": {
"@adyen/adyen-web": "6.0.0-beta.1"
"@adyen/adyen-web": "6.0.0"
}
}

0 comments on commit b318a66

Please sign in to comment.