|
1 | 1 | # mdn-bcd-collector Changelog |
2 | 2 |
|
| 3 | +## v10.17.3 |
| 4 | + |
| 5 | +Released February 13, 2026 |
| 6 | + |
| 7 | +### Test Changes |
| 8 | + |
| 9 | +#### Added |
| 10 | + |
| 11 | +- javascript.builtins.Iterator.concat |
| 12 | +- javascript.builtins.Intl.Locale.variants |
| 13 | + |
| 14 | +#### Removed |
| 15 | + |
| 16 | +- api.HTMLAnchorElement.hrefTranslate |
| 17 | +- html.elements.a.hreftranslate |
| 18 | +- html.elements.input.list |
| 19 | + |
| 20 | +#### Changed |
| 21 | + |
| 22 | +- css.types.sign |
| 23 | +- javascript.regular_expressions.modifier |
| 24 | +- javascript.statements.generator_function.not_constructable_with_new |
| 25 | + |
| 26 | +### Commits |
| 27 | + |
| 28 | +- Fix test for CSS sign() type ([#3055](https://github.com/openwebdocs/mdn-bcd-collector/pull/3055)) |
| 29 | +- Try to run more Safari versions in selenium ([#3056](https://github.com/openwebdocs/mdn-bcd-collector/pull/3056)) |
| 30 | +- Remove hreftranslate tests ([#3054](https://github.com/openwebdocs/mdn-bcd-collector/pull/3054)) |
| 31 | +- Add overrides for char/charoff ([#3053](https://github.com/openwebdocs/mdn-bcd-collector/pull/3053)) |
| 32 | +- build(deps): bump qs from 6.14.1 to 6.14.2 ([#3052](https://github.com/openwebdocs/mdn-bcd-collector/pull/3052)) |
| 33 | +- build(deps-dev): bump minimatch from 10.1.2 to 10.2.0 in the dev group ([#3051](https://github.com/openwebdocs/mdn-bcd-collector/pull/3051)) |
| 34 | +- JS regex tests: test for i modifier, not just i flag ([#3050](https://github.com/openwebdocs/mdn-bcd-collector/pull/3050)) |
| 35 | +- Fix throwing test for generators without new ([#3049](https://github.com/openwebdocs/mdn-bcd-collector/pull/3049)) |
| 36 | +- Add Iterator.concat and Intl.Locale.prototype.variants ([#3048](https://github.com/openwebdocs/mdn-bcd-collector/pull/3048)) |
| 37 | +- build(deps): bump marked from 17.0.1 to 17.0.2 in the dev group ([#3047](https://github.com/openwebdocs/mdn-bcd-collector/pull/3047)) |
| 38 | +- Remove html.elements.input.list test ([#3046](https://github.com/openwebdocs/mdn-bcd-collector/pull/3046)) |
| 39 | + |
3 | 40 | ## v10.17.2 |
4 | 41 |
|
5 | 42 | Released February 11, 2026 |
|
0 commit comments