Skip to content

Releases: TheSGJ/nextjs-toploader

nextjs-toploader v3.9.17

09 Sep 12:28

Choose a tag to compare

v3.9.17

Fixed

  • Fixed o.oneOfType TypeError by reverting the pr #130 that is "Added ESM build output and improve package exports for better module compatibility."

What's Changed

  • Revert "Add ESM build output and improve package exports for better module compatibility" by @TheSGJ in #139

Full Changelog: v3.9.16...v3.9.17

nextjs-toploader v3.9.16

08 Sep 13:56
4b7cd94

Choose a tag to compare

v3.9.16

Added

  • Added ESM build output and improve package exports for better module compatibility.

Fixed

  • Fixed for passing of nonce to style tag

What's Changed

  • Add ESM build output and improve package exports for better module compatibility by @MTroian94 in #132
  • Add support for style tag nonce attributes by @rossdakin in #129

New Contributors

Full Changelog: v3.8.16...v3.9.16

nextjs-toploader v3.8.16

25 Mar 21:15
cb8c35d

Choose a tag to compare

v3.8.16

Fixed

  • Fixed target being customizable
  • Fixed Toploader not crawling by reverting the pr #109 that is "fix bug: target is customizable"

nextjs-toploader v3.8.15

22 Mar 20:57
4030fd7

Choose a tag to compare

v3.8.15

Added

  • Added useTopLoader hook for managing NextTopLoader

Fixed

  • Fixed target being customizable

What's Changed

New Contributors

Full Changelog: v3.7.15...v3.8.15

nextjs-toploader v3.7.15

05 Oct 15:16

Choose a tag to compare

v3.7.15

Added

  • Added option to control showing of top loader for hash anchors

Updated

  • Updated README.md Documentation for showForHashAnchor

What's Changed

  • Add option to control showing of top loader for hash anchors (fixes #92) by @mobeigi in #93

New Contributors

Full Changelog: v3.6.15...v3.7.15

nextjs-toploader v3.6.15

28 Aug 11:29

Choose a tag to compare

v3.6.15

Updated

  • Updated copyright year in LICENSE

Fixed

  • Fixed typo in template value in prop type table in README

nextjs-toploader v3.6.14

28 Aug 11:08

Choose a tag to compare

v3.6.14

Fixed

  • Fixed typo in template value and shadow value in prop type table in README

nextjs-toploader v3.6.13

27 Aug 18:25

Choose a tag to compare

v3.6.13

Fixed

  • Fixed imports, PagesTopLoader imported incorrectly like nextjs-toploader/dist/pages and useEffect like nextjs-toploader/dist/app in v3.6.12

nextjs-toploader v3.6.12

27 Aug 17:25

Choose a tag to compare

v3.6.12

Added (major changes)

  • Added new import for PagesTopLoader

  • Added new import for custom useRouter hook

Updated

  • Fixing for react js
  • Updated README.md Documentation made it more readable.

nextjs-toploader v2.6.12

27 Aug 15:02

Choose a tag to compare

v2.6.12

Added (major changes)

  • Added PagesTopLoader Component to make useRouter hook supported in pages router

  • Added custom useRouter hook to trigger TopLoader for app router

Updated

  • Updated README.md Documentation made it more readable.

Full Changelog: v1.6.12...v2.6.12