Skip to content

v1.9.2

Compare
Choose a tag to compare
@garthenweb garthenweb released this 20 Aug 20:58
· 56 commits to master since this release
  • [46d3632] Fixed a performance issue when the provider was rerendered, e.g. because children or hasListeners state changed. The fallback function was used for components updates in these situations which is costly. #8
  • [46d3632, 1deba6f] In case the fallback function must be triggered, we now cache it's response per instance for 1 second to not cause to much harm #10
  • [0e036bb] fix hooks argument change error #6
  • [5a87c8f] improve typescript support for snapshot functions by using unknown type instead of any
  • [ca4cfb1] fix warning and it's example in case a hook was used without a provider
  • [0235692] update dev dependencies to fix security warning
  • [7055a03] remove NEW tag from scheduler