|
1 | 1 | # mdn-bcd-collector Changelog
|
2 | 2 |
|
| 3 | +## v10.13.5 |
| 4 | + |
| 5 | +Released July 18, 2025 |
| 6 | + |
| 7 | +### Test Changes |
| 8 | + |
| 9 | +#### Added |
| 10 | + |
| 11 | +- api.DigitalCredential.toJSON |
| 12 | +- api.WebTransportWriter.commit |
| 13 | +- css.properties.flow-from.none |
| 14 | +- css.properties.flow-into.none |
| 15 | +- css.properties.flow-into.element |
| 16 | +- css.properties.flow-into.content |
| 17 | +- css.properties.flow-into.specified_flow |
| 18 | +- css.properties.interest-delay |
| 19 | +- css.properties.interest-delay-end |
| 20 | +- css.properties.interest-delay-start |
| 21 | +- css.selectors.heading |
| 22 | +- css.selectors.unchecked |
| 23 | + |
| 24 | +#### Removed |
| 25 | + |
| 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.partitioned_return_property |
| 30 | +- api.CookieStore.getAll.path_return_property |
| 31 | +- api.CookieStore.getAll.sameSite_return_property |
| 32 | +- api.CookieStore.getAll.secure_return_property |
| 33 | +- api.CookieStore.getAll.value_return_property |
| 34 | +- api.SpeechRecognitionPhraseList |
| 35 | +- css.selectors.target-within |
| 36 | + |
| 37 | +#### Changed |
| 38 | + |
| 39 | +- api.WebSocket |
| 40 | + |
| 41 | +### Commits |
| 42 | + |
| 43 | +- Bun releases new features in patch releases ([#2574](https://github.com/openwebdocs/mdn-bcd-collector/pull/2574)) |
| 44 | +- Use a dedicated web socket test URL ([#2534](https://github.com/openwebdocs/mdn-bcd-collector/pull/2534)) |
| 45 | +- Remove now-redundant tests for CookieStore getAll() method ([#2523](https://github.com/openwebdocs/mdn-bcd-collector/pull/2523)) |
| 46 | +- Run Selenium tests on newer macOS versions ([#2522](https://github.com/openwebdocs/mdn-bcd-collector/pull/2522)) |
| 47 | + |
3 | 48 | ## v10.13.4
|
4 | 49 |
|
5 | 50 | Released June 30, 2025
|
|
0 commit comments