10.20.2
Fixes
- Check whether
oldDom
is present in the DOM (#4318, thanks @JoviDeCroock) - Simplify the logic introduced in #4322 & use eventClock for capture events too (#4324, thanks @jviide)
- Use a virtual clock instead of Date.now() for event dispatch times (#4322, thanks @jviide)
Types
- Add template tag JSX type (#4334, thanks @marvinhagemeister)
Maintenance
- Integrate the new benchmarks repo and update (#4310, thanks @andrewiggins)
- Some byte improvements (#4321, thanks @JoviDeCroock)