Releases: TheSGJ/nextjs-toploader
Releases · TheSGJ/nextjs-toploader
nextjs-toploader v1.6.6
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
v1.6.5
Fixed
- Fixed the loader when using CMD + Click in macOS
nextjs-toploader v1.6.4
v1.6.4
Fixed
- Fixed the spinner top and bottom margin
What's Changed
- feat: show TopLoader bottom by @anamiikajha in #48
- Bump next from 13.2.3 to 13.5.0 by @dependabot in #44
New Contributors
- @anamiikajha made their first contribution in #48
Full Changelog: v1.5.3...v1.6.4
nextjs-toploader v1.5.3
v1.5.3
Added
Fixed
nextjs-toploader v1.4.2
v1.4.2
Added
- Added shadow config prop
Fixed
- Fixed spelling for increment. And updated the README.
nextjs-toploader v1.3.2
v1.3.2
Added
- Added support for client side navigations
nextjs-toploader v1.2.2
v1.2.2
Fixed
- Fix the Loader gets triggered on navigation to link in another tab
nextjs-toploader v1.2.1
v1.2.1
Added
- Added
nprogress
and@types/nprogress
packages for thedependencies
Fixed
- Fix the
newUrl
returning asundefined
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 thenext/script
nextjs-toploader v1.1.1
Used React.memo
for better performance