Notable
Revert unkeyed no-search (#4604, thanks @JoviDeCroock)
We noticed that there's a few unpleasant scenario's that could form from this change, we wanted to be on the safe side here and revert this for the time being. if you run into issues with swapping components placement wise in a list use the key
property.
Fixes
Types
Performance
- Use == where possible and precompute .length (#4599, thanks @JoviDeCroock)
- Check preallocate new children array perf (#4595, thanks @JoviDeCroock)
Maintenance
- Replace npm-run-all and lint-staged (#4600, thanks @JoviDeCroock)
- Remove benches folder (#4592, thanks @JoviDeCroock)
- Dependency maintenance (#4594, thanks @JoviDeCroock)