File tree Expand file tree Collapse file tree 3 files changed +42
-3
lines changed Expand file tree Collapse file tree 3 files changed +42
-3
lines changed Original file line number Diff line number Diff line change 1
1
# mdn-bcd-collector Changelog
2
2
3
+ ## v10.12.8
4
+
5
+ Released December 11, 2024
6
+
7
+ ### Test Changes
8
+
9
+ #### Added
10
+
11
+ - api.CaptureController.forwardWheel
12
+ - api.CaptureController.getSupportedZoomLevels
13
+ - api.CaptureController.getZoomLevel
14
+ - api.CaptureController.capturedzoomlevelchange_event
15
+ - api.CaptureController.setZoomLevel
16
+ - api.Sanitizer.allowAttribute
17
+ - api.Sanitizer.allowElement
18
+ - api.Sanitizer.removeAttribute
19
+ - api.Sanitizer.removeElement
20
+ - api.Sanitizer.removeUnsafe
21
+ - api.Sanitizer.replaceElementWithChildren
22
+ - api.Sanitizer.setComments
23
+ - api.Sanitizer.setDataAttributes
24
+
25
+ #### Removed
26
+
27
+ - api.MLContext.compute
28
+ - api.Sanitizer.getUnsafe
29
+ - css.selectors.closed
30
+
31
+ #### Changed
32
+
33
+ - api.NavigationActivation
34
+
35
+ ### Commits
36
+
37
+ - docs(README): update Node.js version number ([#2017](https://github.com/openwebdocs/mdn-bcd-collector/pull/2017))
38
+ - Add custom test for NavigationActivation ([#2009](https://github.com/openwebdocs/mdn-bcd-collector/pull/2009))
39
+ - Override `display: flow` ([#1975](https://github.com/openwebdocs/mdn-bcd-collector/pull/1975))
40
+ - Improve harness.js compatibility with older browsers ([#2005](https://github.com/openwebdocs/mdn-bcd-collector/pull/2005))
41
+
3
42
## v10.12.7
4
43
5
44
Released November 30, 2024
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mdn-bcd-collector" ,
3
3
"description" : " Data collection service for @mdn/browser-compat-data" ,
4
- "version" : " 10.12.7 " ,
4
+ "version" : " 10.12.8 " ,
5
5
"private" : true ,
6
6
"license" : " Apache-2.0" ,
7
7
"type" : " module" ,
You can’t perform that action at this time.
0 commit comments