Skip to content

Commit a67b36f

Browse files
authored
Release 10.12.11 (#2202)
Generated by release.js.
1 parent 4edbf57 commit a67b36f

File tree

3 files changed

+308
-3
lines changed

3 files changed

+308
-3
lines changed

CHANGELOG.md

Lines changed: 305 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,310 @@
11
# mdn-bcd-collector Changelog
22

3+
## v10.12.11
4+
5+
Released March 9, 2025
6+
7+
### Test Changes
8+
9+
#### Added
10+
11+
- api.AbortController.abort.reason_parameter
12+
- api.CanvasRenderingContext2D.lang
13+
- api.CaptureController.zoomLevel
14+
- api.Clipboard.read.formats_unsanitized_parameter
15+
- api.Clipboard.type_image-png
16+
- api.Clipboard.type_text-html
17+
- api.Clipboard.type_text-plain
18+
- api.CommandEvent
19+
- api.CookieStore.get.domain_return_property
20+
- api.CookieStore.get.expires_return_property
21+
- api.CookieStore.get.name_return_property
22+
- api.CookieStore.get.path_return_property
23+
- api.CookieStore.get.sameSite_return_property
24+
- api.CookieStore.get.secure_return_property
25+
- api.CookieStore.get.value_return_property
26+
- api.CookieStore.getAll.domain_return_property
27+
- api.CookieStore.getAll.expires_return_property
28+
- api.CookieStore.getAll.name_return_property
29+
- api.CookieStore.getAll.path_return_property
30+
- api.CookieStore.getAll.sameSite_return_property
31+
- api.CookieStore.getAll.secure_return_property
32+
- api.CookieStore.getAll.value_return_property
33+
- api.CSS.supports_static.optional_parens
34+
- api.CSSPageRule.style.type_CSSPageDescriptors
35+
- api.CSSStyleSheet.CSSStyleSheet.options_baseURL_parameter
36+
- api.DelegatedInkTrailPresenter.expectedImprovement
37+
- api.Document.caretPositionFromPoint.options_parameter
38+
- api.Document.scroll_event
39+
- api.Document.scrollend_event
40+
- api.Document.scrollsnapchange_event
41+
- api.Document.scrollsnapchanging_event
42+
- api.Document.securitypolicyviolation_event
43+
- api.Document.selectionchange_event
44+
- api.Element.attachShadow.options_serializable_parameter
45+
- api.Element.afterscriptexecute_event
46+
- api.Element.animationcancel_event
47+
- api.Element.animationend_event
48+
- api.Element.animationiteration_event
49+
- api.Element.animationstart_event
50+
- api.Element.auxclick_event
51+
- api.Element.beforeinput_event
52+
- api.Element.beforematch_event
53+
- api.Element.beforescriptexecute_event
54+
- api.Element.beforexrselect_event
55+
- api.Element.blur_event
56+
- api.Element.click_event
57+
- api.Element.compositionend_event
58+
- api.Element.compositionstart_event
59+
- api.Element.compositionupdate_event
60+
- api.Element.contentvisibilityautostatechange_event
61+
- api.Element.contextmenu_event
62+
- api.Element.copy_event
63+
- api.Element.cut_event
64+
- api.Element.dblclick_event
65+
- api.Element.focus_event
66+
- api.Element.gotpointercapture_event
67+
- api.Element.input_event
68+
- api.Element.keydown_event
69+
- api.Element.keypress_event
70+
- api.Element.keyup_event
71+
- api.Element.lostpointercapture_event
72+
- api.Element.mousedown_event
73+
- api.Element.mouseenter_event
74+
- api.Element.mouseleave_event
75+
- api.Element.mousemove_event
76+
- api.Element.mouseout_event
77+
- api.Element.mouseover_event
78+
- api.Element.mouseup_event
79+
- api.Element.mousewheel_event
80+
- api.Element.paste_event
81+
- api.Element.pointercancel_event
82+
- api.Element.pointerdown_event
83+
- api.Element.pointerenter_event
84+
- api.Element.pointerleave_event
85+
- api.Element.pointermove_event
86+
- api.Element.pointerout_event
87+
- api.Element.pointerover_event
88+
- api.Element.pointerrawupdate_event
89+
- api.Element.pointerup_event
90+
- api.Element.scroll_event
91+
- api.Element.scrollend_event
92+
- api.Element.scrollsnapchange_event
93+
- api.Element.scrollsnapchanging_event
94+
- api.Element.securitypolicyviolation_event
95+
- api.Element.touchcancel_event
96+
- api.Element.touchend_event
97+
- api.Element.touchmove_event
98+
- api.Element.touchstart_event
99+
- api.Element.transitioncancel_event
100+
- api.Element.transitionend_event
101+
- api.Element.transitionrun_event
102+
- api.Element.transitionstart_event
103+
- api.Element.webkitmouseforcechanged_event
104+
- api.Element.webkitmouseforcedown_event
105+
- api.Element.webkitmouseforceup_event
106+
- api.Element.webkitmouseforcewillbegin_event
107+
- api.Element.wheel_event
108+
- api.FetchLaterResult
109+
- api.Gamepad.touches
110+
- api.HTMLButtonElement.command
111+
- api.HTMLButtonElement.commandForElement
112+
- api.HTMLCanvasElement.contextlost_event
113+
- api.HTMLCanvasElement.contextrestored_event
114+
- api.HTMLCanvasElement.webglcontextcreationerror_event
115+
- api.HTMLCanvasElement.webglcontextlost_event
116+
- api.HTMLCanvasElement.webglcontextrestored_event
117+
- api.HTMLDialogElement.cancel_event
118+
- api.HTMLDialogElement.close_event
119+
- api.HTMLElement.beforetoggle_event
120+
- api.HTMLElement.change_event
121+
- api.HTMLElement.command_event
122+
- api.HTMLElement.drag_event
123+
- api.HTMLElement.dragend_event
124+
- api.HTMLElement.dragenter_event
125+
- api.HTMLElement.dragexit_event
126+
- api.HTMLElement.dragleave_event
127+
- api.HTMLElement.dragover_event
128+
- api.HTMLElement.dragstart_event
129+
- api.HTMLElement.drop_event
130+
- api.HTMLElement.error_event
131+
- api.HTMLElement.toggle_event
132+
- api.HTMLFormElement.formdata_event
133+
- api.HTMLFormElement.reset_event
134+
- api.HTMLFormElement.submit_event
135+
- api.HTMLInputElement.cancel_event
136+
- api.HTMLInputElement.invalid_event
137+
- api.HTMLInputElement.select_event
138+
- api.HTMLInputElement.selectionchange_event
139+
- api.HTMLMediaElement.abort_event
140+
- api.HTMLMediaElement.canplay_event
141+
- api.HTMLMediaElement.canplaythrough_event
142+
- api.HTMLMediaElement.durationchange_event
143+
- api.HTMLMediaElement.emptied_event
144+
- api.HTMLMediaElement.ended_event
145+
- api.HTMLMediaElement.loadeddata_event
146+
- api.HTMLMediaElement.loadedmetadata_event
147+
- api.HTMLMediaElement.loadstart_event
148+
- api.HTMLMediaElement.pause_event
149+
- api.HTMLMediaElement.play_event
150+
- api.HTMLMediaElement.playing_event
151+
- api.HTMLMediaElement.progress_event
152+
- api.HTMLMediaElement.ratechange_event
153+
- api.HTMLMediaElement.seeked_event
154+
- api.HTMLMediaElement.seeking_event
155+
- api.HTMLMediaElement.stalled_event
156+
- api.HTMLMediaElement.suspend_event
157+
- api.HTMLMediaElement.timeupdate_event
158+
- api.HTMLMediaElement.volumechange_event
159+
- api.HTMLMediaElement.waiting_event
160+
- api.HTMLSlotElement.slotchange_event
161+
- api.HTMLTextAreaElement.select_event
162+
- api.HTMLTextAreaElement.selectionchange_event
163+
- api.HTMLTrackElement.cuechange_event
164+
- api.HTMLVideoElement.resize_event
165+
- api.MessageEvent.userActivation
166+
- api.MLGraphBuilder.cumulativeSum
167+
- api.MLGraphBuilder.dequantizeLinear
168+
- api.MLGraphBuilder.gatherElements
169+
- api.MLGraphBuilder.gatherND
170+
- api.MLGraphBuilder.logicalAnd
171+
- api.MLGraphBuilder.logicalOr
172+
- api.MLGraphBuilder.logicalXor
173+
- api.MLGraphBuilder.notEqual
174+
- api.MLGraphBuilder.quantizeLinear
175+
- api.MLGraphBuilder.reverse
176+
- api.MLGraphBuilder.scatterElements
177+
- api.MLGraphBuilder.scatterND
178+
- api.MLGraphBuilder.sign
179+
- api.MLGraphBuilder.tile
180+
- api.MutationEvent
181+
- api.Navigator.privateAttribution
182+
- api.Node.selectstart_event
183+
- api.OffscreenCanvasRenderingContext2D.lang
184+
- api.Permissions.permission_compute-pressure
185+
- api.Permissions.permission_screen-wake-lock
186+
- api.PrivateAttribution
187+
- api.PrivateAttributionAggregationServices
188+
- api.SpeechGrammar
189+
- api.SpeechGrammarList
190+
- api.SpeechRecognition.availableOnDevice_static
191+
- api.SpeechRecognition.grammars
192+
- api.SpeechRecognition.installOnDevice_static
193+
- api.SVGAnimationElement.beginEvent_event
194+
- api.SVGAnimationElement.endEvent_event
195+
- api.SVGAnimationElement.repeatEvent_event
196+
- api.SVGElement.error_event
197+
- api.SVGElement.load_event
198+
- api.SVGPathElement.getPathData
199+
- api.SVGPathElement.getPathSegmentAtLength
200+
- api.SVGPathElement.getPointAtLength
201+
- api.SVGPathElement.getTotalLength
202+
- api.SVGPathElement.pathLength
203+
- api.SVGPathElement.setPathData
204+
- api.SVGPathSegment
205+
- api.Window.fetchLater
206+
- api.Window.afterprint_event
207+
- api.Window.beforeprint_event
208+
- api.Window.beforeunload_event
209+
- api.Window.blur_event
210+
- api.Window.error_event
211+
- api.Window.focus_event
212+
- api.Window.gamepadconnected_event
213+
- api.Window.gamepaddisconnected_event
214+
- api.Window.hashchange_event
215+
- api.Window.languagechange_event
216+
- api.Window.load_event
217+
- api.Window.message_event
218+
- api.Window.messageerror_event
219+
- api.Window.offline_event
220+
- api.Window.online_event
221+
- api.Window.pagehide_event
222+
- api.Window.pagereveal_event
223+
- api.Window.pageshow_event
224+
- api.Window.pageswap_event
225+
- api.Window.popstate_event
226+
- api.Window.rejectionhandled_event
227+
- api.Window.resize_event
228+
- api.Window.scrollsnapchange_event
229+
- api.Window.scrollsnapchanging_event
230+
- api.Window.storage_event
231+
- api.Window.unhandledrejection_event
232+
- api.Window.unload_event
233+
- api.Window.postMessage.options_includeUserActivation_parameter
234+
- api.WorkerGlobalScope.securitypolicyviolation_event
235+
- api.XMLHttpRequest.abort_event
236+
- api.XMLHttpRequest.error_event
237+
- api.XMLHttpRequest.load_event
238+
- api.XMLHttpRequest.loadend_event
239+
- api.XMLHttpRequest.loadstart_event
240+
- api.XMLHttpRequest.progress_event
241+
- api.XMLHttpRequest.timeout_event
242+
- api.XMLHttpRequestUpload.abort_event
243+
- api.XMLHttpRequestUpload.error_event
244+
- api.XMLHttpRequestUpload.load_event
245+
- api.XMLHttpRequestUpload.loadend_event
246+
- api.XMLHttpRequestUpload.loadstart_event
247+
- api.XMLHttpRequestUpload.progress_event
248+
- api.XMLHttpRequestUpload.timeout_event
249+
- css.properties.column-height
250+
- css.properties.column-wrap
251+
- css.properties.rule
252+
- css.properties.rule-break
253+
- css.properties.rule-color
254+
- css.properties.rule-outset
255+
- css.properties.rule-paint-order
256+
- css.properties.rule-style
257+
- css.properties.rule-width
258+
- html.elements.dialog.closedby
259+
- javascript.builtins.Symbol.asyncDispose
260+
- javascript.builtins.Symbol.dispose
261+
- javascript.builtins.Error.captureStackTrace
262+
- javascript.builtins.Error.isError
263+
- javascript.builtins.Error.stackTraceLimit
264+
- javascript.builtins.Math.sumPrecise
265+
- javascript.builtins.AsyncDisposableStack
266+
- javascript.builtins.DisposableStack
267+
- javascript.builtins.SuppressedError
268+
269+
#### Removed
270+
271+
- api.AudioContext.renderCapacity
272+
- api.AudioRenderCapacity
273+
- api.AudioRenderCapacityEvent
274+
- api.CaptureController.getZoomLevel
275+
- api.Gamepad.touchEvents
276+
- api.GamepadTouch
277+
- api.SpeechRecognition.installOnDeviceSpeechRecognition
278+
- api.SpeechRecognition.onDeviceWebSpeechAvailable
279+
- css.properties.gap-rule
280+
- css.properties.gap-rule-break
281+
- css.properties.gap-rule-color
282+
- css.properties.gap-rule-outset
283+
- css.properties.gap-rule-paint-order
284+
- css.properties.gap-rule-style
285+
- css.properties.gap-rule-width
286+
287+
#### Changed
288+
289+
- api.CookieStore.delete.partitioned_option
290+
- api.CookieStore.set.partitioned_option
291+
- api.CookieStore.get.partitioned_return_property
292+
- api.CookieStore.getAll.partitioned_return_property
293+
- css.types.color.color-mix
294+
295+
### Commits
296+
297+
- Add tests for clipboard MIME types ([#2197](https://github.com/openwebdocs/mdn-bcd-collector/pull/2197))
298+
- Add additional tests for various missing items ([#2195](https://github.com/openwebdocs/mdn-bcd-collector/pull/2195))
299+
- Add FetchLater API ([#2194](https://github.com/openwebdocs/mdn-bcd-collector/pull/2194))
300+
- Add additional custom tests ([#2189](https://github.com/openwebdocs/mdn-bcd-collector/pull/2189))
301+
- Fix rendering of reusable instance code ([#2188](https://github.com/openwebdocs/mdn-bcd-collector/pull/2188))
302+
- Fix custom test for color-mix ([#2179](https://github.com/openwebdocs/mdn-bcd-collector/pull/2179))
303+
- Require NPM v11 ([#2178](https://github.com/openwebdocs/mdn-bcd-collector/pull/2178))
304+
- Fix overrides ([#2170](https://github.com/openwebdocs/mdn-bcd-collector/pull/2170))
305+
- Add Error.isError ([#2159](https://github.com/openwebdocs/mdn-bcd-collector/pull/2159))
306+
- Add new ECMAScript additions + dialog closedby ([#2148](https://github.com/openwebdocs/mdn-bcd-collector/pull/2148))
307+
3308
## v10.12.10
4309

5310
Released February 16, 2025

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mdn-bcd-collector",
33
"description": "Data collection service for @mdn/browser-compat-data",
4-
"version": "10.12.10",
4+
"version": "10.12.11",
55
"private": true,
66
"license": "Apache-2.0",
77
"type": "module",

0 commit comments

Comments
 (0)