Types
- Return 'AllHTMLAttributes' to manually including all attrs (#4728, thanks @rschristian)
- Correct
hydrateRoot
return type (#4735, thanks @plesiecki) - Update CommandEventHandler type to use EventHandler (#4740, thanks @robertknight)
Fixes
- Avoid cloning reused nodes (#4733, thanks @JoviDeCroock)
- Bring back strict-equality bailout for children even w/ context updates (#4724, thanks @rschristian)
- Effect in memoed boundary should be re-executed when the lazy boundary resolves (#4711, thanks @CaptainWang98)
Maintenance
- Add case for context w/ strictly-equal children (#4725, thanks @rschristian)
- Golf down unnecessary strict equality checks (#4723, thanks @rschristian)