Fixes
- Keyed nullish placeholders cause re-mounts (#4700, thanks @JoviDeCroock)
Types
- Add command invoker types (#4692, thanks @lukewarlow)
- Flesh out HTMLMediaElement types (#4705, thanks @rschristian)
- Add
onBeforeToggle
event handler type (#4694, thanks @lukewarlow) - Add dialog
closedby
types (#4693, thanks @lukewarlow) - Add
fetchPriority
toimg
(#4713, thanks @JoviDeCroock) - Refactor
AllHTMLAttributes
interface (#4706, thanks @rschristian)
Maintenance
- Remove console log in debug package (#4709, thanks @rschristian)
- Remove unused deps (#4707, thanks @JoviDeCroock)
- Fix mocha in Node v22+ (#4701, thanks @rschristian)
- Fix TS lang server support in our
.d.ts
files (#4698, thanks @rschristian)