|
1 | 1 | # Release notes
|
2 | 2 |
|
| 3 | +## [v3.2.0](https://github.com/mdn/browser-compat-data/releases/tag/v3.2.0) |
| 4 | + |
| 5 | +March 11, 2021 |
| 6 | + |
| 7 | +### Notable changes |
| 8 | + |
| 9 | +- [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)) |
| 10 | + |
| 11 | +- The following features were renamed: |
| 12 | + |
| 13 | + - `api.SVGFECompositeElement.in` is now `api.SVGFECompositeElement.in1`, 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)) |
| 14 | + - `api.SVGTests.hasextension` is now `api.SVGTests.hasExtension`, fixing incorrect capitalization. ([#9387](https://github.com/mdn/browser-compat-data/pull/9387)) |
| 15 | + - `api.SVGViewElement.viewtarget` is now `api.SVGViewElement.viewTarget`, fixing incorrect capitalization. ([#9387](https://github.com/mdn/browser-compat-data/pull/9387)) |
| 16 | + |
| 17 | +- The following features were removed because they duplicated data under historic names: |
| 18 | + |
| 19 | + - `api.AuthenticationAssertion`, duplicating `api.AuthenticatorAssertionResponse` ([#9398](https://github.com/mdn/browser-compat-data/pull/9398)) |
| 20 | + - `api.ConstrainLong`, duplicating `api.ConstrainULong` ([#9418](https://github.com/mdn/browser-compat-data/pull/9418)) |
| 21 | + - `api.LongRange`, duplicating `api.ULongRange` ([#9418](https://github.com/mdn/browser-compat-data/pull/9418)) |
| 22 | + - `api.ScopedCredential`, duplicating `api.PublicKeyCredential` ([#9398](https://github.com/mdn/browser-compat-data/pull/9398)) |
| 23 | + - `api.ScopedCredentialInfo`, duplicating `api.AuthenticatorResponse` ([#9398](https://github.com/mdn/browser-compat-data/pull/9398)) |
| 24 | + - `api.Window.OverconstrainedError`, duplicating `api.OverconstrainedError` ([#9401](https://github.com/mdn/browser-compat-data/pull/9401)) |
| 25 | + |
| 26 | +- The following no-longer supported features were removed as irrelevant: |
| 27 | + |
| 28 | + - `api.PasswordCredential.additionalData` ([#9400](https://github.com/mdn/browser-compat-data/pull/9400)) |
| 29 | + - `api.PasswordCredential.idName` ([#9400](https://github.com/mdn/browser-compat-data/pull/9400)) |
| 30 | + - `api.PasswordCredential.passwordName` ([#9400](https://github.com/mdn/browser-compat-data/pull/9400)) |
| 31 | + |
| 32 | +- The following never-implemented features were removed: |
| 33 | + |
| 34 | + - `api.PaymentManager.requestPermission` ([#9399](https://github.com/mdn/browser-compat-data/pull/9399)) |
| 35 | + - `api.Response.useFinalURL` ([#9386](https://github.com/mdn/browser-compat-data/pull/9386)) |
| 36 | + - `api.Window.layoutShift` ([#9388](https://github.com/mdn/browser-compat-data/pull/9388)) |
| 37 | + |
| 38 | +### Statistics |
| 39 | + |
| 40 | +- 11 contributors have changed 163 files with 1,288 additions and 1,323 deletions in 27 commits ([`v3.1.3...v3.2.0`](https://github.com/mdn/browser-compat-data/compare/v3.1.3...v3.2.0)) |
| 41 | +- 13,031 total features |
| 42 | +- 769 total contributors |
| 43 | +- 3,266 total stargazers |
| 44 | + |
3 | 45 | ## [v3.1.3](https://github.com/mdn/browser-compat-data/releases/tag/v3.1.3)
|
4 | 46 |
|
5 | 47 | March 4, 2021
|
|
0 commit comments