|
1 | 1 | # mdn-bcd-collector Changelog
|
2 | 2 |
|
| 3 | +## v10.12.10 |
| 4 | + |
| 5 | +Released February 16, 2025 |
| 6 | + |
| 7 | +### Test Changes |
| 8 | + |
| 9 | +#### Added |
| 10 | + |
| 11 | +- api.Animation.trigger |
| 12 | +- api.AnimationTrigger |
| 13 | +- api.CaptureController.decreaseZoomLevel |
| 14 | +- api.CaptureController.increaseZoomLevel |
| 15 | +- api.CaptureController.zoomlevelchange_event |
| 16 | +- api.CaptureController.resetZoomLevel |
| 17 | +- api.GPUAdapterInfo.subgroupMaxSize |
| 18 | +- api.GPUAdapterInfo.subgroupMinSize |
| 19 | +- api.HighlightRegistry.highlightsFromPoint |
| 20 | +- api.NavigateEvent.sourceElement |
| 21 | +- api.OffscreenCanvasRenderingContext2D.getContextAttributes |
| 22 | +- api.PermissionsPolicyViolationReportBody.srcAttribute |
| 23 | +- api.SpeechRecognition.installOnDeviceSpeechRecognition |
| 24 | +- api.SpeechRecognition.mode |
| 25 | +- api.SpeechRecognition.onDeviceWebSpeechAvailable |
| 26 | +- api.Window.postMessage.options_delegate_parameter |
| 27 | +- css.properties.animation-trigger |
| 28 | +- css.properties.animation-trigger-exit-range |
| 29 | +- css.properties.animation-trigger-exit-range-end |
| 30 | +- css.properties.animation-trigger-exit-range-start |
| 31 | +- css.properties.animation-trigger-range |
| 32 | +- css.properties.animation-trigger-range-end |
| 33 | +- css.properties.animation-trigger-range-start |
| 34 | +- css.properties.animation-trigger-timeline |
| 35 | +- css.properties.animation-trigger-type |
| 36 | +- css.properties.border-shape |
| 37 | +- css.properties.corner-block-end-shape |
| 38 | +- css.properties.corner-block-start-shape |
| 39 | +- css.properties.corner-bottom-left-shape |
| 40 | +- css.properties.corner-bottom-right-shape |
| 41 | +- css.properties.corner-bottom-shape |
| 42 | +- css.properties.corner-end-end-shape |
| 43 | +- css.properties.corner-end-start-shape |
| 44 | +- css.properties.corner-inline-end-shape |
| 45 | +- css.properties.corner-inline-start-shape |
| 46 | +- css.properties.corner-left-shape |
| 47 | +- css.properties.corner-right-shape |
| 48 | +- css.properties.corner-start-end-shape |
| 49 | +- css.properties.corner-start-start-shape |
| 50 | +- css.properties.corner-top-left-shape |
| 51 | +- css.properties.corner-top-right-shape |
| 52 | +- css.properties.corner-top-shape |
| 53 | +- css.properties.dynamic-range-limit.no-limit |
| 54 | +- css.properties.interactivity |
| 55 | +- css.properties.item-cross |
| 56 | +- css.properties.item-direction |
| 57 | +- css.properties.item-flow |
| 58 | +- css.properties.item-pack |
| 59 | +- css.properties.item-slack |
| 60 | +- css.properties.item-track |
| 61 | +- css.properties.item-wrap |
| 62 | +- css.properties.reading-order |
| 63 | +- javascript.statements.using |
| 64 | + |
| 65 | +#### Removed |
| 66 | + |
| 67 | +- api.CaptureController.capturedzoomlevelchange_event |
| 68 | +- api.CaptureController.setZoomLevel |
| 69 | +- api.SpeechGrammar |
| 70 | +- api.SpeechGrammarList |
| 71 | +- api.SpeechRecognition.grammars |
| 72 | +- css.properties.corner-shape.round |
| 73 | +- css.properties.corner-shape.angle |
| 74 | +- css.properties.corners |
| 75 | +- css.properties.display.masonry |
| 76 | +- css.properties.display.inline-masonry |
| 77 | +- css.properties.dynamic-range-limit.high |
| 78 | +- css.properties.grid-auto-flow.row-reverse |
| 79 | +- css.properties.grid-auto-flow.column-reverse |
| 80 | +- css.properties.grid-auto-flow.wrap-reverse |
| 81 | +- css.properties.masonry |
| 82 | +- css.properties.masonry-auto-tracks |
| 83 | +- css.properties.masonry-direction |
| 84 | +- css.properties.masonry-fill |
| 85 | +- css.properties.masonry-flow |
| 86 | +- css.properties.masonry-slack |
| 87 | +- css.properties.masonry-template-areas |
| 88 | +- css.properties.masonry-template-tracks |
| 89 | +- css.properties.masonry-track |
| 90 | +- css.properties.masonry-track-end |
| 91 | +- css.properties.masonry-track-start |
| 92 | + |
| 93 | +#### Changed |
| 94 | + |
| 95 | +- javascript.regular_expressions.named_backreference |
| 96 | + |
| 97 | +### Commits |
| 98 | + |
| 99 | +- Migrate to ESLint flat config ([#2145](https://github.com/openwebdocs/mdn-bcd-collector/pull/2145)) |
| 100 | +- Switch from ts-node to tsx ([#2135](https://github.com/openwebdocs/mdn-bcd-collector/pull/2135)) |
| 101 | +- Ensure code is always formatted when displayed ([#2105](https://github.com/openwebdocs/mdn-bcd-collector/pull/2105)) |
| 102 | +- Add custom test for named backreference ([#2106](https://github.com/openwebdocs/mdn-bcd-collector/pull/2106)) |
| 103 | +- Add custom test for postMessage delegate option ([#2107](https://github.com/openwebdocs/mdn-bcd-collector/pull/2107)) |
| 104 | +- feat(js): test "using" keyword ([#2120](https://github.com/openwebdocs/mdn-bcd-collector/pull/2120)) |
| 105 | +- Replace usages of `Object.keys()` ([#2054](https://github.com/openwebdocs/mdn-bcd-collector/pull/2054)) |
| 106 | + |
3 | 107 | ## v10.12.9
|
4 | 108 |
|
5 | 109 | Released January 19, 2025
|
|
0 commit comments