Skip to content

Commit

Permalink
Prepare release v3.3.3 (#10338)
Browse files Browse the repository at this point in the history
* Start v3.3.3 release

* Add release note for #9975

* Add release note for #10175

* Add release note for #10225

* Add release note for #10261

* Add release note for #10288

* Add stats
  • Loading branch information
ddbeck authored May 6, 2021
1 parent 0d109e0 commit 0ea392d
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 2 deletions.
41 changes: 41 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,46 @@
# Release notes

## [v3.3.3](https://github.com/mdn/browser-compat-data/releases/tag/v3.3.3)

May 6, 2021

### Notable changes

- `api.RTCIceCandidatePairStats.lastReponseTimestamp` was renamed to `api.RTCIceCandidatePairStats.lastResponseTimestamp` to correct a typo. ([#10175](https://github.com/mdn/browser-compat-data/pull/10175))

- The following features have been removed as historic and irrelevant:

- `api.Notation` ([#10225](https://github.com/mdn/browser-compat-data/pull/10225))
- `api.StaticRange.toRange` ([#10288](https://github.com/mdn/browser-compat-data/pull/10288))
- `javascript.builtins.WeakSet.clear` ([#10261](https://github.com/mdn/browser-compat-data/pull/10261))

- The following never-implemented Bluetooth API features have been removed ([#9975](https://github.com/mdn/browser-compat-data/pull/9975/)):

- `api.BluetoothAdvertisingData`
- `api.BluetoothDevice.adData`
- `api.BluetoothDevice.connectGATT`
- `api.BluetoothDevice.deviceClass`
- `api.BluetoothDevice.gattServer`
- `api.BluetoothDevice.paired`
- `api.BluetoothDevice.productID`
- `api.BluetoothDevice.productVersion`
- `api.BluetoothDevice.unwatchAdvertisements`
- `api.BluetoothDevice.uuids`
- `api.BluetoothDevice.vendorID`
- `api.BluetoothDevice.vendorIDSource`
- `api.BluetoothDevice.watchAdvertisements`
- `api.BluetoothDevice.watchingAdvertisements`
- `api.BluetoothRemoteGATTService.getIncludedService`
- `api.BluetoothRemoteGATTService.getIncludedServices`
- `api.BluetoothRemoteGATTService.getIncludedServices`

### Statistics

- 12 contributors have changed 316 files with 1,816 additions and 2,817 deletions in 112 commits ([`v3.3.2...v3.3.3`](https://github.com/mdn/browser-compat-data/compare/v3.3.2...v3.3.3))
- 13,016 total features
- 774 total contributors
- 3,350 total stargazers

## [v3.3.2](https://github.com/mdn/browser-compat-data/releases/tag/v3.3.2)

April 29, 2021
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mdn/browser-compat-data",
"version": "3.3.2",
"version": "3.3.3",
"description": "Browser compatibility data provided by MDN Web Docs",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 0ea392d

Please sign in to comment.