1.0.3
- (Breaking Change): Move scroll function from returning a function, to invoking itself. This means instead of calling
onClick={scroll(0, 0)}
it will change toonClick={() => scroll(0, 0) }
. This will reduce complexity if more actions need to be performed inside of the onClick handler.