Skip to content

Releases: rafgraph/react-router-hash-link

v2.4.3

13 May 01:20
Compare
Choose a tag to compare

Remove accidental console.log

v2.4.2

13 May 01:13
Compare
Choose a tag to compare

Ignore non-vanilla click events, see #80

v2.4.1

04 May 01:43
Compare
Choose a tag to compare

No changes from v2.4.0

v2.4.0

11 Feb 20:10
Compare
Choose a tag to compare
  • Use Rollpkg for builds, results in ~10% smaller builds

v2.3.0

09 Dec 15:42
Compare
Choose a tag to compare
  • Makes focus behavior match the browser's native focus behavior #73 @mjlumetta

v2.2.0

09 Oct 04:59
Compare
Choose a tag to compare
  • Fix <NavHashLink> active path matching
  • Update focus to where page is scrolled to
  • Add scroll to top functionality with # or #top
  • Add elementId prop to use instead of the hash fragment (hash fragment is still the preferred method)

v2.1.0

11 Sep 23:16
Compare
Choose a tag to compare
  • Add timeout prop to customize the wait time for the scroll to element to be rendered (e.g. if api calls take a long time). By default react-router-hash-link will wait 10 seconds.

v2.0.0

14 Jul 16:21
Compare
Choose a tag to compare

Breaking changes:

  • Forward refs using React.forwardRef
  • Simplified Custom Link api

v1.2.2

20 Jul 15:33
Compare
Choose a tag to compare

Update peer dependency versions to allow use with React Router v5

v1.2.1

05 Nov 01:11
Compare
Choose a tag to compare

Fix scroll bug on IE 11 #30