Skip to content

Releases: ganderzz/react-scroll-to

1.2.2

29 Apr 20:11
41ad659
Compare
Choose a tag to compare
  • Fix export error created from the last release

1.2.1

29 Apr 16:34
dc20fc3
Compare
Choose a tag to compare
  • Reduce bundle size through including an .npmignore and removing dependencies
  • Update dev dependencies to reduce vulnerabilities

1.2.0

18 Apr 04:37
0230017
Compare
Choose a tag to compare
  • Update dependencies
  • Add Typescript definitions
  • Add missing ScrollById to HOC (ywen)
  • Overall code cleanup

1.1.2

27 Jan 05:00
fc42da2
Compare
Choose a tag to compare
  • Fix issue where the latest build wasn't pushed out.

1.1.1

21 Jan 16:56
24be3f5
Compare
Choose a tag to compare
  • Add ability to scroll ScrollArea components by an ID

1.1.0

30 Nov 04:50
24c495b
Compare
Choose a tag to compare
  • Add new ScrollArea component that allows ScrollTo/ScrollToHOC the ability to scroll in different containers! An example can be found in the READ ME (@newyork-anthonyng).

1.0.4

25 Nov 03:51
81a9a9e
Compare
Choose a tag to compare

Consumer Improvements:

  • Reduce bundle size of dist from ~9kb -> ~3kb
  • Add display names to ScrollToHOC (@newyork-anthonyng)

Code Improvements:

  • Implement Linting (@UmenR)
  • Implement unit tests & code coverage (@newyork-anthonyng)
  • Add continuous integration through Circle CI

1.0.3

19 Nov 19:07
20605d7
Compare
Choose a tag to compare
  • (Breaking Change): Move scroll function from returning a function, to invoking itself. This means instead of calling onClick={scroll(0, 0)} it will change to onClick={() => scroll(0, 0) }. This will reduce complexity if more actions need to be performed inside of the onClick handler.

1.0.2

18 Nov 06:59
b01db36
Compare
Choose a tag to compare
  • Add DisplayName to the Higher Order Component to help with debugging
  • Overall code cleanup

Initial

16 Nov 06:18
Compare
Choose a tag to compare

Initial release