Skip to content

Commit 6659911

Browse files
committed
Adjust changelog
1 parent c240696 commit 6659911

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33

44
## Unreleased
55

6+
### Added
7+
8+
* Added support for the [`HTMLOrSVGElement`](https://html.spec.whatwg.org/#htmlorsvgelement) `mixin`, which is used for all interfaces deriving from `Element`.
9+
[#4143](https://github.com/rustwasm/wasm-bindgen/pull/4143)
10+
11+
* Added bindings for [MathMLElement](https://www.w3.org/TR/MathML3).
12+
[#4143](https://github.com/rustwasm/wasm-bindgen/pull/4143)
13+
614
### Changed
715

816
* String enums now generate private TypeScript types but only if used.
@@ -11,6 +19,9 @@
1119
* Remove unnecessary JSDoc type annotations from generated `.d.ts` files
1220
[#4187](https://github.com/rustwasm/wasm-bindgen/pull/4187)
1321

22+
* Deprecate `autofocus`, `tabIndex`, `focus()` and `blur()` bindings in favor of bindings on the inherited `Element` class.
23+
[#4143](https://github.com/rustwasm/wasm-bindgen/pull/4143)
24+
1425
### Fixed
1526

1627
* Fixed methods with `self: &Self` consuming the object.
@@ -36,9 +47,6 @@ Released 2024-10-10
3647

3748
### Added
3849

39-
* Added bindings for [MathML](https://www.w3.org/TR/MathML3/) elements and added support for the [`HTMLOrSVGElement`](https://html.spec.whatwg.org/#htmlorsvgelement) `mixin`, which is used for all interfaces deriving from `Element`.
40-
[#4143](https://github.com/rustwasm/wasm-bindgen/pull/4143)
41-
4250
* Added support for implicit discriminants in enums.
4351
[#4152](https://github.com/rustwasm/wasm-bindgen/pull/4152)
4452

0 commit comments

Comments
 (0)