Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
Release 6.2.8 (#2507)
Browse files Browse the repository at this point in the history
Generated by release.js.
  • Loading branch information
github-actions[bot] authored Nov 21, 2022
1 parent c40c74f commit 7d9f06a
Show file tree
Hide file tree
Showing 3 changed files with 132 additions and 3 deletions.
129 changes: 129 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,134 @@
# mdn-bcd-collector Changelog

## v6.2.8

### Test Changes

#### Added

- api.CSSColorProfileRule
- api.Document.scrollend_event
- api.Document.startViewTransition
- api.HTMLElement.scrollend_event
- api.MathMLElement.scrollend_event
- api.ML.createContextSync
- api.MLContext.computeSync
- api.MLGraphBuilder.buildSync
- api.PerformanceResourceTiming.responseStatus
- api.RTCIceCandidate.url
- api.SVGElement.scrollend_event
- api.VideoFrame.metadata
- api.Window.scrollend_event
- css.properties.anchor-scroll
- css.properties.view-transition-name
- javascript.builtins.Array.toReversed
- javascript.builtins.Array.toSorted
- javascript.builtins.Array.toSpliced
- javascript.builtins.Array.with
- javascript.builtins.TypedArray.toReversed
- javascript.builtins.TypedArray.toSorted
- javascript.builtins.TypedArray.with

#### Removed

- api.AudioBuffer.gain
- api.AudioBufferSourceNode.gain
- api.AudioBufferSourceNode.looping
- api.AudioBufferSourceNode.noteGrainOn
- api.AudioBufferSourceNode.noteOff
- api.AudioBufferSourceNode.noteOn
- api.AudioBufferSourceNode.playbackState
- api.AudioListener.setVelocity
- api.AudioParam.cancelValuesAndHoldAtTime
- api.AudioParam.name
- api.AudioParam.setTargetValueAtTime
- api.AudioParam.units
- api.AudioTrackList.item
- api.BlobBuilder
- api.BudgetService
- api.BudgetState
- api.CanvasCaptureMediaStream
- api.CSS2Properties
- api.CSSMozDocumentRule
- api.CSSNestingRule
- api.CSSStyleDeclaration.getPropertyShorthand
- api.CSSStyleDeclaration.isPropertyImplicit
- api.DataCue.data
- api.DataTransfer.getFiles
- api.DataTransfer.getFilesAndDirectories
- api.DataTransferItemList.item
- api.Directory
- api.Document.createEntityReference
- api.Document.createTransition
- api.Document.domConfig
- api.DOMConfiguration
- api.DOMException.data
- api.DOMException.filename
- api.DOMException.result
- api.DOMSettableTokenList
- api.Element.currentStyle
- api.Element.runtimeStyle
- api.Event.getPreventDefault
- api.Event.preventBubble
- api.Event.preventCapture
- api.FetchEvent.targetClientId
- api.HTMLElement.dropzone
- api.HTMLInputElement.allowdirs
- api.HTMLInputElement.chooseDirectory
- api.HTMLInputElement.getFiles
- api.HTMLInputElement.getFilesAndDirectories
- api.HTMLInputElement.isFilesAndDirectoriesSupported
- api.HTMLMediaElement.initialTime
- api.HTMLObjectElement.typeMustMatch
- api.IDBDatabase.createMutableFile
- api.KeyboardEvent.initKeyEvent
- api.LocalMediaStream
- api.MLContext.computeAsync
- api.MLGraphBuilder.buildAsync
- api.MouseEvent.initNSMouseEvent
- api.MSCurrentStyleCSSProperties
- api.MSStyleCSSProperties
- api.Node.getUserData
- api.Node.setUserData
- api.Notification.get
- api.Notification.display_event
- api.Notification.show
- api.OscillatorNode.noteOff
- api.OscillatorNode.noteOn
- api.Selection.caretBidiLevel
- api.SVGStylable
- api.SVGSVGElement.currentView
- api.SVGSVGElement.useCurrentView
- api.SVGTests
- api.SVGTransformable
- api.SVGURIReference
- api.SVGViewSpec
- api.UIEvent.rangeOffset
- api.UIEvent.rangeParent
- api.UserDataHandler
- api.XDomain
- api.XDomainRequest
- css.properties.page-transition-tag

### Commits

- Add tests for JS feature Change Array by copy ([#2494](https://github.com/foolip/mdn-bcd-collector/pull/2494))
- Improve release filter argument in update-bcd script ([#2475](https://github.com/foolip/mdn-bcd-collector/pull/2475))
- Remove IDL for proprietary features not in BCD or removed from BCD ([#2474](https://github.com/foolip/mdn-bcd-collector/pull/2474))
- Remove IDL for DOM features removed from BCD ([#2468](https://github.com/foolip/mdn-bcd-collector/pull/2468))
- Remove IDL for BlobBuilder ([#2469](https://github.com/foolip/mdn-bcd-collector/pull/2469))
- Remove IDL for HTML features removed from BCD ([#2470](https://github.com/foolip/mdn-bcd-collector/pull/2470))
- Remove IDL for CanvasCaptureMediaStream API ([#2471](https://github.com/foolip/mdn-bcd-collector/pull/2471))
- Remove IDL for LocalMediaStream API ([#2472](https://github.com/foolip/mdn-bcd-collector/pull/2472))
- Remove custom IDL for Notification API ([#2473](https://github.com/foolip/mdn-bcd-collector/pull/2473))
- Remove IDL for CSS features removed from BCD ([#2465](https://github.com/foolip/mdn-bcd-collector/pull/2465))
- Remove custom IDL for proprietary DataCue.data ([#2466](https://github.com/foolip/mdn-bcd-collector/pull/2466))
- Remove IDL for directory upload spec ([#2467](https://github.com/foolip/mdn-bcd-collector/pull/2467))
- Remove IDL for proprietary IDBDatabase.createMutableFile ([#2461](https://github.com/foolip/mdn-bcd-collector/pull/2461))
- Remove IDL for SVG features removed from BCD ([#2462](https://github.com/foolip/mdn-bcd-collector/pull/2462))
- Remove IDL for DOMException extensions ([#2463](https://github.com/foolip/mdn-bcd-collector/pull/2463))
- Remove IDL for budget APIs ([#2464](https://github.com/foolip/mdn-bcd-collector/pull/2464))

## v6.2.7

### Test Changes
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": "6.2.7",
"version": "6.2.8",
"private": true,
"license": "Apache-2.0",
"type": "module",
Expand Down

0 comments on commit 7d9f06a

Please sign in to comment.