Features
- Support the template tag (#4639, thanks @JoviDeCroock)
- Allow for Context as JSX (#4618, thanks @JoviDeCroock)
Fixes
- Typo in
_hasScuFromHooks
mangle (#4645, thanks @rschristian) - Switch _contextRef and _id (#4632, thanks @JoviDeCroock)
- Add hasScuFromHooks to mangle (#4627, thanks @JoviDeCroock)
- Ref unmount imperative handle (#4625, thanks @JoviDeCroock)
Types
- Correct
HTMLProps
to extend all known props (#4651, thanks @rschristian) - Fix
ComponentProps
type (#4634, thanks @rschristian) - Remove
generic
aria role from types (#4610, thanks @rschristian) - Add
FowardRefRenderFunction
type to compat (#4675, thanks @rschristian) - Expose EventHandler from compat (#4674, thanks @rschristian)
- Expose AriaAttributes from compat (#4673, thanks @rschristian)
- Add auxClick event types (#4672, thanks @rschristian)
Maintenance
- Silence Karma warning over node:stream from RTS (#4660, thanks @rschristian)
- Fix path filter in reporter workflow (#4654, thanks @rschristian)
- Fix path filter in PR Reporter action (#4644, thanks @rschristian)
- Run PR Reporter even against PRs from forks (#4643, thanks @rschristian)
- Update http:// links to https:// (#4638, thanks @jviide)
- Refactor component.js process() (#4637, thanks @jviide)