Skip to content

Commit

Permalink
updated to version v1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSGJ committed Oct 16, 2023
1 parent 4ef47d0 commit 2e2abbf
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,17 @@
### Fixed

- Fixed spelling for increment. And updated the README.

## 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:"
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ If no props are passed to `<NextTopLoader />`, below is the default configuratio
shadow="0 0 10px #2299DD,0 0 5px #2299DD"
template='<div class="bar" role="bar"><div class="peg"></div></div>
<div class="spinner" role="spinner"><div class="spinner-icon"></div></div>'
zIndex={1600}
/>
```

Expand All @@ -90,6 +91,11 @@ If no props are passed to `<NextTopLoader />`, below is the default configuratio
- `showSpinner`: to show spinner or not.
- `shadow`: a smooth shadow for the TopLoader. (set to `false` to disable it)
- `template`: to include custom HTML attributes for the TopLoader.
- `zIndex`: defines zIndex for the TopLoader.

---

UPI ID: sgj@apl

[![Sponsor me on GitHub](https://img.shields.io/badge/Sponsor%20me%20on-GitHub-brightgreen)](https://github.com/sponsors/TheSGJ)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nextjs-toploader",
"version": "1.4.3",
"version": "1.5.3",
"description": "A Next.js Top Loading Bar component made using nprogress, works with Next.js 13.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 2e2abbf

Please sign in to comment.