Skip to content

Releases: TheSGJ/nextjs-toploader

nextjs-toploader v1.6.5

02 Feb 15:13
Compare
Choose a tag to compare

v1.6.5

Fixed

  • Fixed the loader when using CMD + Click in macOS

nextjs-toploader v1.6.4

31 Oct 21:27
Compare
Choose a tag to compare

v1.6.4

Fixed

  • Fixed the spinner top and bottom margin

What's Changed

New Contributors

Full Changelog: v1.5.3...v1.6.4

nextjs-toploader v1.5.3

16 Oct 19:19
Compare
Choose a tag to compare

v1.5.3

Added

  • Added template option (#30)
  • Added the provision to configure z index via props (#26)

Fixed

  • Fixed loader infinity when press control click - issue (#36) fixed by pr (#40)
  • Fixed Unexpected symbol "?" on Safari 12.1 by adding es6 as target (#23)
  • Fixed the loader when href is empty
  • Fixed the loader for new URL starts with "blob:"

nextjs-toploader v1.4.2

09 May 13:45
Compare
Choose a tag to compare

v1.4.2

Added

  • Added shadow config prop

Fixed

  • Fixed spelling for increment. And updated the README.

nextjs-toploader v1.3.2

18 Mar 12:59
Compare
Choose a tag to compare

v1.3.2

Added

  • Added support for client side navigations

nextjs-toploader v1.2.2

16 Mar 17:15
Compare
Choose a tag to compare

v1.2.2

Fixed

  • Fix the Loader gets triggered on navigation to link in another tab

nextjs-toploader v1.2.1

09 Mar 17:12
Compare
Choose a tag to compare

v1.2.1

Added

  • Added nprogress and @types/nprogress packages for the dependencies

Fixed

  • Fix the newUrl returning as undefined value for few anchor tags , added support to prevent loader from being stuck for anchor navigation for hash urls

Updated

  • Refactor the code in useEffect hook, removed the next/script

nextjs-toploader v1.1.1

07 Mar 12:23
Compare
Choose a tag to compare

Used React.memo for better performance