Skip to content

Commit

Permalink
Add release note for mdn#9398
Browse files Browse the repository at this point in the history
  • Loading branch information
ddbeck committed Mar 9, 2021
1 parent c0cce68 commit 19d75d8
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,24 @@ March 11, 2021
### Notable changes

- [Support statement objects](https://github.com/mdn/browser-compat-data/blob/v3.2.0/schemas/compat-data-schema.md#the-support_statement-object) may no longer use `false` or `null` values for `version_removed`. Values for `version_removed` are now required to be real version numbers or `true` (removed in some unknown version). This change to the schema codifies a widely-followed practice within existing compatability data. ([#9015](https://github.com/mdn/browser-compat-data/pull/9015))
- `api.Window.OverconstrainedError` was removed as a duplicate of `api.OverconstrainedError`. ([#9401](https://github.com/mdn/browser-compat-data/pull/9401))

- The following features were removed because they duplicated data under historic names:

- `api.AuthenticationAssertion`, duplicating `api.AuthenticatorAssertionResponse` ([#9398](https://github.com/mdn/browser-compat-data/pull/9398))
- `api.ScopedCredential`, duplicating `api.PublicKeyCredential` ([#9398](https://github.com/mdn/browser-compat-data/pull/9398))
- `api.ScopedCredentialInfo`, duplicating `api.AuthenticatorResponse` ([#9398](https://github.com/mdn/browser-compat-data/pull/9398))
- `api.Window.OverconstrainedError`, duplicating `api.OverconstrainedError` ([#9401](https://github.com/mdn/browser-compat-data/pull/9401))

- The following no-longer supported features have been removed as irrelevant:

- `api.PasswordCredential.additionalData` ([#9400](https://github.com/mdn/browser-compat-data/pull/9400))
- `api.PasswordCredential.idName` ([#9400](https://github.com/mdn/browser-compat-data/pull/9400))
- `api.PasswordCredential.passwordName` ([#9400](https://github.com/mdn/browser-compat-data/pull/9400))

- `api.SVGFECompositeElement.in1` replaces `api.SVGFECompositeElement.in`, fixing a misidentified attribute (again). ([#9074](https://github.com/mdn/browser-compat-data/pull/9074), [#9343](https://github.com/mdn/browser-compat-data/pull/9343))

- The following never-implemented features were removed:

- `api.PaymentManager.requestPermission` ([#9399](https://github.com/mdn/browser-compat-data/pull/9399))
- `api.Window.layoutShift` ([#9388](https://github.com/mdn/browser-compat-data/pull/9388))

Expand Down

0 comments on commit 19d75d8

Please sign in to comment.