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.