Skip to content

v14.0.0

Compare
Choose a tag to compare
@streamich streamich released this 04 Apr 09:00
· 1225 commits to master since this release

14.0.0 (2020-04-04)

Features

  • useRafLoop: implement #1090 (1ef1272)
  • useRafLoop: reworked the hook, now it do not re-render parent component. (baa2f75)

BREAKING CHANGES

  • useRafLoop: changed return array, now it returns only functions in next order: [stop, start, isActive].

Parent component is not re-rendered on loop start/stop.