Skip to content

Commit

Permalink
Add release note for mdn#11414
Browse files Browse the repository at this point in the history
  • Loading branch information
ddbeck committed Jul 15, 2021
1 parent f368581 commit 5eafb88
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,20 @@ RELEASE DATE TK

</details>

- The `api.PaymentDetailsBase` mixin has been removed and replaced by features representing its exposed interfaces. ([#11414](https://github.com/mdn/browser-compat-data/pull/11414))

The dictionary `api.PaymentDetailsInit` was also removed as part of this process.

<details>

<summary>New features ex-<code>PaymentDetailsBase</code></summary>

- `api.PaymentDetailsUpdate.displayItems`
- `api.PaymentDetailsUpdate.modifiers`
- `api.PaymentDetailsUpdate.shippingOptions`

</details>

- The prefixed non-standard features `api.Point`, `api.Window.convertPointFromNodeToPage`, and `api.Window.convertPointFromPageToNode` were renamed to their actual implementations as `api.WebKitPoint`, `api.Window.webkitConvertPointFromNodeToPage`, and `api.Window.webkitConvertPointFromPageToNode`, respectively. ([#11361](https://github.com/mdn/browser-compat-data/pull/11361))

- The following features duplicating `api.ClipboardEvent` data have been removed ([#11524](https://github.com/mdn/browser-compat-data/pull/11524)):
Expand Down

0 comments on commit 5eafb88

Please sign in to comment.