Skip to content

Releases: TheSGJ/nextjs-toploader

nextjs-toploader v1.6.12

22 Apr 18:51
Compare
Choose a tag to compare

v1.6.12

Fixed

  • Fixed indefinite animation when replacing current route
  • Moved @types/nprogress into devDependencies

What's Changed

New Contributors

Full Changelog: v1.6.11...v1.6.12

nextjs-toploader v1.6.11

19 Mar 20:11
Compare
Choose a tag to compare

v1.6.11

Fixed

  • Fix to add use client in jsr usage with nextjs
  • Update README about support for React

nextjs-toploader v1.6.10

19 Mar 17:14
Compare
Choose a tag to compare

v1.6.10

Fixed

  • Fix npm-publish.yml for gh actions to publish with provenance

nextjs-toploader v1.6.9

19 Mar 16:28
Compare
Choose a tag to compare

v1.6.9

Fixed

  • Resolve progress bar when navigating back from external page
  • Fixed the TopLoader for anchor url having other domain name
  • Moved histry.pushState function outside the MouseEvent, it was triggering for every mouse click
  • Fixed TopLoader getting stuck on popstate events
  • Fixed the use of rest params and passing its type as any
  • Fixed for all Special Schemes, TopLoader will not run on special schemes now onwards
  • Fixed for shift key and alt key

Updated

  • Added Type declarations for few functions
  • Refactor the whole code to make it more readable
  • Updated to add support for the JSR Package Manager
  • Updated to version 1.6.9 to avoid version gap for JSR

nextjs-toploader v1.6.6

02 Feb 19:13
Compare
Choose a tag to compare

v1.6.6

Fixed

  • Fixed the TopLoader to work with special schemes such as mailto, sms, tel, etc
  • Fixed the TopLoader for "#" hash anchor

What's Changed

  • Added ignore of special schemes such as mailto, sms, tel, etc by @lorikku in #64
  • [Snyk] Upgrade @types/nprogress from 0.2.1 to 0.2.2 by @TheSGJ in #54

New Contributors

Full Changelog: v1.6.5...v1.6.6

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