|
1 | 1 | # mdn-bcd-collector Changelog
|
2 | 2 |
|
| 3 | +## v10.12.12 |
| 4 | + |
| 5 | +Released April 25, 2025 |
| 6 | + |
| 7 | +### Test Changes |
| 8 | + |
| 9 | +#### Added |
| 10 | + |
| 11 | +- api.CSSFunctionRule.getParameters |
| 12 | +- api.CSSFunctionRule.name |
| 13 | +- api.CSSFunctionRule.returnType |
| 14 | +- api.CustomElementRegistry.CustomElementRegistry |
| 15 | +- api.CustomElementRegistry.initialize |
| 16 | +- api.Document.customElementRegistry |
| 17 | +- api.Element.customElementRegistry |
| 18 | +- api.GPUAdapterInfo.isFallbackAdapter |
| 19 | +- api.HTMLTemplateElement.shadowRootCustomElementRegistry |
| 20 | +- api.IdentityCredential.configURL |
| 21 | +- api.ImageData.pixelFormat |
| 22 | +- api.OfflineAudioContext.OfflineAudioContext.options_parameter |
| 23 | +- api.PaymentRequest.securePaymentConfirmationAvailability_static |
| 24 | +- api.ShadowRoot.customElementRegistry |
| 25 | +- api.SpeechRecognition.phrases |
| 26 | +- api.SpeechRecognitionPhrase |
| 27 | +- api.SpeechRecognitionPhraseList |
| 28 | +- api.WebTransportDatagramDuplexStream.createWritable |
| 29 | +- api.WebTransportDatagramsWritable |
| 30 | +- api.XRDepthInformation.view |
| 31 | +- api.XRRenderState.passthroughFullyObscured |
| 32 | +- api.XRSession.depthType |
| 33 | +- api.XRWebGLBinding.foveateBoundTexture |
| 34 | +- css.properties.color-interpolation.linearGradient |
| 35 | +- css.properties.color-interpolation.sRGB |
| 36 | +- css.properties.column-wrap.auto |
| 37 | +- css.properties.font-style.left |
| 38 | +- css.properties.font-style.right |
| 39 | +- css.properties.font-synthesis-style.oblique-only |
| 40 | +- css.properties.reading-flow.source-order |
| 41 | +- css.properties.slider-orientation |
| 42 | +- css.selectors.picker |
| 43 | +- css.selectors.picker-icon |
| 44 | +- css.selectors.checkmark |
| 45 | +- css.selectors.slider-thumb |
| 46 | +- css.selectors.slider-track |
| 47 | +- css.selectors.slider-fill |
| 48 | +- css.selectors.field-text |
| 49 | +- css.selectors.clear-icon |
| 50 | +- css.selectors.step-control |
| 51 | +- css.selectors.step-up |
| 52 | +- css.selectors.step-down |
| 53 | +- css.selectors.field-component |
| 54 | +- css.selectors.field-separator |
| 55 | +- css.selectors.color-swatch |
| 56 | +- css.selectors.low-value |
| 57 | +- css.selectors.high-value |
| 58 | +- css.selectors.optimal-value |
| 59 | + |
| 60 | +#### Removed |
| 61 | + |
| 62 | +- api.CanMakePaymentEvent.methodData |
| 63 | +- api.CanMakePaymentEvent.modifiers |
| 64 | +- api.CanMakePaymentEvent.paymentRequestOrigin |
| 65 | +- api.CanMakePaymentEvent.topOrigin |
| 66 | +- api.GPUAdapter.isFallbackAdapter |
| 67 | +- api.HTMLHeadElement.profile |
| 68 | +- api.PaymentInstruments |
| 69 | +- api.PaymentManager.instruments |
| 70 | +- api.PaymentRequest.isSecurePaymentConfirmationAvailable_static |
| 71 | +- api.PaymentRequestEvent.instrumentKey |
| 72 | +- api.SVGCursorElement |
| 73 | +- api.SVGFontElement |
| 74 | +- api.SVGFontFaceElement |
| 75 | +- api.SVGFontFaceFormatElement |
| 76 | +- api.SVGFontFaceNameElement |
| 77 | +- api.SVGFontFaceSrcElement |
| 78 | +- api.SVGFontFaceUriElement |
| 79 | +- api.SVGGlyphElement |
| 80 | +- api.SVGGlyphRefElement |
| 81 | +- api.SVGHKernElement |
| 82 | +- api.SVGMissingGlyphElement |
| 83 | +- api.SVGTRefElement |
| 84 | +- api.SVGVKernElement |
| 85 | +- api.WebTransportDatagramDuplexStream.writable |
| 86 | +- api.Window.showModalDialog |
| 87 | + |
| 88 | +### Commits |
| 89 | + |
| 90 | +- Improve expectedReturn option for testCSSProperty ([#2263](https://github.com/openwebdocs/mdn-bcd-collector/pull/2263)) |
| 91 | +- Add `svg.global_attributes.data_attributes` ([#2285](https://github.com/openwebdocs/mdn-bcd-collector/pull/2285)) |
| 92 | +- fix(harness): avoid document.getElementsByClassName() ([#2277](https://github.com/openwebdocs/mdn-bcd-collector/pull/2277)) |
| 93 | +- fix(harness): access location via self ([#2278](https://github.com/openwebdocs/mdn-bcd-collector/pull/2278)) |
| 94 | +- Remove irrelevant features ([#2264](https://github.com/openwebdocs/mdn-bcd-collector/pull/2264)) |
| 95 | +- Fix workflow ([#2257](https://github.com/openwebdocs/mdn-bcd-collector/pull/2257)) |
| 96 | +- Add an array option for testCSSProperty expected return values ([#2256](https://github.com/openwebdocs/mdn-bcd-collector/pull/2256)) |
| 97 | +- Remove custom IDL for Payment handler APIs ([#2248](https://github.com/openwebdocs/mdn-bcd-collector/pull/2248)) |
| 98 | +- Add values for color-interpolation CSS property ([#2236](https://github.com/openwebdocs/mdn-bcd-collector/pull/2236)) |
| 99 | +- Add custom test for new OfflineAudioContext(options) ([#2235](https://github.com/openwebdocs/mdn-bcd-collector/pull/2235)) |
| 100 | + |
3 | 101 | ## v10.12.11
|
4 | 102 |
|
5 | 103 | Released March 9, 2025
|
|
0 commit comments