Fixes
- Revert handle event (#4584, thanks @JoviDeCroock) we had to revert this due to an inherent type incompatibility, apologies for missing this!
- Fix portal children ordering (#4573, thanks @JoviDeCroock)
- Handle errors during hydration (#4563, thanks @JoviDeCroock)
Types
- Ensure resolution of core types goes through typesVersions resolution (#4576, thanks @rschristian)
- Correct
defaultValue
property types for inputs, selects, & textareas (#4585, thanks @rschristian) - Add missing SVG
type
attribute (#4582, thanks @rschristian) createElement
&h
types (#4578, thanks @rschristian)href
&hreflang
attribute types (#4575, thanks @rschristian)- Mark
datetime
on<del>
as optional (#4570, thanks @marvinhagemeister) max
andmin
properties on input element types (#4568, thanks @rschristian)- Add missing
ElementRef
type to compat (#4557, thanks @rschristian)
Maintenance
- Correct some internal test types (#4588, thanks @rschristian)
- Reduce byte-size by reducing bit-flag size (#4586, thanks @JoviDeCroock)
- Remove
declare global
from internal types (#4583, thanks @rschristian) - Move some frequently used things to constants (#4579, thanks @JoviDeCroock)
- Remove _nextDom usage (#4553, thanks @JoviDeCroock)