Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 10.12.6 #1953

Merged
merged 1 commit into from
Nov 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# mdn-bcd-collector Changelog

## v10.12.6

Released November 14, 2024

### Test Changes

#### Added

- api.Fence.notifyEvent
- api.HTMLInputElement.alpha
- api.HTMLInputElement.colorSpace
- api.PerformanceResourceTiming.finalResponseHeadersStart
- api.VideoFrame.flip
- api.VideoFrame.rotation
- api.XRSession.trackedSources

### Commits

- Add webview_ios to template for new compat data ([#1912](https://github.com/openwebdocs/mdn-bcd-collector/pull/1912))

## v10.12.5

Released October 21, 2024
Expand Down
4 changes: 2 additions & 2 deletions 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,7 +1,7 @@
{
"name": "mdn-bcd-collector",
"description": "Data collection service for @mdn/browser-compat-data",
"version": "10.12.5",
"version": "10.12.6",
"private": true,
"license": "Apache-2.0",
"type": "module",
Expand Down
Loading