Releases: TheSGJ/nextjs-toploader
Releases · TheSGJ/nextjs-toploader
nextjs-toploader v3.7.15
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
New Contributors
Full Changelog: v3.6.15...v3.7.15
nextjs-toploader v3.6.15
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
v3.6.14
Fixed
- Fixed typo in template value and shadow value in prop type table in README
nextjs-toploader v3.6.13
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
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
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
nextjs-toploader v1.6.12
v1.6.12
Fixed
- Fixed indefinite animation when replacing current route
- Moved @types/nprogress into devDependencies
What's Changed
- fix: indefinite animation when replacing current route by @harsh253 in #76
- Bump tar from 6.2.0 to 6.2.1 by @dependabot in #75
- Move
@types/nprogress
into devDependencies by @melanieseltzer in #35
New Contributors
- @harsh253 made their first contribution in #76
- @melanieseltzer made their first contribution in #35
Full Changelog: v1.6.11...v1.6.12
nextjs-toploader v1.6.11
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
v1.6.10
Fixed
- Fix npm-publish.yml for gh actions to publish with provenance
nextjs-toploader v1.6.9
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