Skip to content

v5.1.0

Compare
Choose a tag to compare
@davidgilbertson davidgilbertson released this 19 Mar 08:27
· 81 commits to master since this release

New feature

Improvements

  • This release tightens up the logic for selecting which components to re-render for any given change. This results in fewer unnecessary renders.

Bug fixes

  • Previously, prop type checks were being counted as 'reads' for a component, potentially creating far too many subscriptions for components. This was only an issue during development, but it meant dev/prod could have different behaviours.